Code::Blocks
SVN r11506
|
Public Member Functions | |
WatchItem () | |
Public Attributes | |
cb::shared_ptr< cbWatch > | watch |
WatchesProperty * | property |
bool | readonly |
bool | special |
Definition at line 60 of file watchesdlg.h.
|
inline |
Definition at line 62 of file watchesdlg.h.
WatchesProperty* WatchesDlg::WatchItem::property |
Definition at line 65 of file watchesdlg.h.
Referenced by WatchesDlg::AddSpecialWatch(), WatchesDlg::AddWatch(), and WatchesDlg::RenameWatch().
bool WatchesDlg::WatchItem::readonly |
Definition at line 66 of file watchesdlg.h.
Referenced by WatchesDlg::AddSpecialWatch().
bool WatchesDlg::WatchItem::special |
Definition at line 67 of file watchesdlg.h.
Referenced by WatchesDlg::AddSpecialWatch().
cb::shared_ptr<cbWatch> WatchesDlg::WatchItem::watch |
Definition at line 64 of file watchesdlg.h.
Referenced by WatchesDlg::AddSpecialWatch(), WatchesDlg::AddWatch(), WatchesDlg::WatchItemPredicate::operator()(), and WatchesDlg::RenameWatch().