itom  4.1.0
ito::BookmarkItem Struct Reference

item of BookmarkModel More...

#include <bookmarkModel.h>

Public Member Functions

 BookmarkItem ()
 
 BookmarkItem (const QString &filename_, int lineidx_)
 
bool isValid () const
 

Public Attributes

QString filename
 
int lineIdx
 
bool enabled
 

Detailed Description

item of BookmarkModel

this struct corresponds to one item in the BookmarkModel

Constructor & Destructor Documentation

ito::BookmarkItem::BookmarkItem ( )
inline

constructor fills struct with default values

Member Data Documentation

bool ito::BookmarkItem::enabled

indicates whether breakpoint is actually enabled

QString ito::BookmarkItem::filename

filename of corresponding python file

int ito::BookmarkItem::lineIdx

line number


The documentation for this struct was generated from the following file: