Code::Blocks  SVN r11506
Public Member Functions | Protected Attributes | Private Member Functions | List of all members
WatchesProperty Class Reference
Inheritance diagram for WatchesProperty:
Collaboration diagram for WatchesProperty:

Public Member Functions

 WatchesProperty (const wxString &label, const wxString &value, cb::shared_ptr< cbWatch > watch, bool readonly)
 
const wxPGEditorDoGetEditorClass () const override
 
wxPGEditorDialogAdapter * GetEditorDialog () const override
 
cb::shared_ptr< cbWatchGetWatch ()
 
cb::shared_ptr< const cbWatchGetWatch () const
 
void SetWatch (cb::shared_ptr< cbWatch > watch)
 

Protected Attributes

cb::shared_ptr< cbWatchm_watch
 
bool m_readonly
 

Private Member Functions

 WatchesProperty ()
 

Detailed Description

Definition at line 152 of file watchesdlg.cpp.

Constructor & Destructor Documentation

◆ WatchesProperty() [1/2]

WatchesProperty::WatchesProperty ( )
inlineprivate

Definition at line 156 of file watchesdlg.cpp.

◆ WatchesProperty() [2/2]

WatchesProperty::WatchesProperty ( const wxString label,
const wxString value,
cb::shared_ptr< cbWatch watch,
bool  readonly 
)
inline

Definition at line 158 of file watchesdlg.cpp.

Member Function Documentation

◆ DoGetEditorClass()

const wxPGEditor* WatchesProperty::DoGetEditorClass ( ) const
inlineoverride

Definition at line 166 of file watchesdlg.cpp.

References watchesDummyEditor, and watchesPropertyEditor.

◆ GetEditorDialog()

wxPGEditorDialogAdapter * WatchesProperty::GetEditorDialog ( ) const
override

Definition at line 346 of file watchesdlg.cpp.

◆ GetWatch() [1/2]

cb::shared_ptr<cbWatch> WatchesProperty::GetWatch ( )
inline

◆ GetWatch() [2/2]

cb::shared_ptr<const cbWatch> WatchesProperty::GetWatch ( ) const
inline

Definition at line 175 of file watchesdlg.cpp.

References WatchesDlg::WatchItemPredicate::m_watch.

◆ SetWatch()

void WatchesProperty::SetWatch ( cb::shared_ptr< cbWatch watch)
inline

Member Data Documentation

◆ m_readonly

bool WatchesProperty::m_readonly
protected

Definition at line 180 of file watchesdlg.cpp.

◆ m_watch

cb::shared_ptr<cbWatch> WatchesProperty::m_watch
protected

Definition at line 179 of file watchesdlg.cpp.


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