#include <treecommands.h>
|
| | TreeActivator (const uiTreeView &, const uiTreeViewItem &, const BufferStringSet &clicktags, int column=0) |
| |
| void | actCB (CallBacker *) override |
| |
| virtual | ~Activator () |
| |
| | CallBacker () |
| |
| | CallBacker (const CallBacker &) |
| |
| virtual | ~CallBacker () |
| |
| bool | attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const |
| |
| bool | attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const |
| |
| void | detachAllNotifiers () const |
| | Call from the destructor of your inherited object.
|
| |
| void | detachCB (const NotifierAccess &, const CallBack &) const |
| |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| |
| virtual bool | isCapsule () const |
| |
| bool | isNotifierAttached (const NotifierAccess *) const |
| | Only for debugging purposes, don't use.
|
| |
| CallBacker & | operator= (const CallBacker &)=delete |
| |
| void | stopReceivingNotifications () const |
| |
| virtual CallBacker * | trueCaller () |
| |
◆ TreeActivator()
◆ actCB()
| void CmdDrive::TreeActivator::actCB |
( |
CallBacker * | | ) |
|
|
overridevirtual |
◆ actclicktags_
◆ actcolumn_
| int CmdDrive::TreeActivator::actcolumn_ |
|
protected |
◆ actitem_
◆ actlview_