base class for management of a Pick::SetMgr
More...
#include <uipicksetmgr.h>
|
| | uiPickSetMgr (uiParent *, Pick::SetMgr &) |
| |
| | ~uiPickSetMgr () |
| |
| void | keyPressedCB (CallBacker *) |
| |
| void | mergeSets (MultiID &, const BufferStringSet *nms=0) |
| |
| bool | pickSetsStored () const |
| |
| virtual bool | storeNewSet (const Pick::Set &) const |
| |
| bool | storeNewSet (const Pick::Set &, bool noconf) const |
| |
| bool | storeSet (const Pick::Set &) |
| |
| bool | storeSetAs (const Pick::Set &) |
| |
| bool | storeSets () |
| | Stores all changed sets.
|
| |
| void | surveyChangeCB (CallBacker *) |
| |
| | 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 () |
| |
base class for management of a Pick::SetMgr
<>
◆ uiPickSetMgr()
◆ ~uiPickSetMgr()
| uiPickSetMgr::~uiPickSetMgr |
( |
| ) |
|
◆ doStore()
| virtual bool uiPickSetMgr::doStore |
( |
const Pick::Set & | , |
|
|
const IOObj & | ) const |
|
protectedvirtual |
◆ getSetIOObj()
◆ keyPressedCB()
◆ mergeSets()
◆ pickSetsStored()
| bool uiPickSetMgr::pickSetsStored |
( |
| ) |
const |
◆ storeNewSet() [1/2]
| virtual bool uiPickSetMgr::storeNewSet |
( |
const Pick::Set & | | ) |
const |
|
virtual |
◆ storeNewSet() [2/2]
| bool uiPickSetMgr::storeNewSet |
( |
const Pick::Set & | , |
|
|
bool | noconf ) const |
◆ storeSet()
| bool uiPickSetMgr::storeSet |
( |
const Pick::Set & | | ) |
|
◆ storeSetAs()
| bool uiPickSetMgr::storeSetAs |
( |
const Pick::Set & | | ) |
|
◆ storeSets()
| bool uiPickSetMgr::storeSets |
( |
| ) |
|
◆ surveyChangeCB()
| void uiPickSetMgr::surveyChangeCB |
( |
CallBacker * | | ) |
|
◆ parent_
◆ setmgr_