|
| | uiGraphicsSceneChanger (uiGraphicsScene &, uiGraphicsItem &, bool remove) |
| |
| | uiGraphicsSceneChanger (uiGraphicsItemGroup &, uiGraphicsItem &, bool remove) |
| |
| bool | execute () |
| |
| virtual | ~Task () |
| |
| virtual void | setProgressMeter (ProgressMeter *) |
| | Must be called before execute() More...
|
| |
| virtual int64_t | nrDone () const |
| |
| virtual int64_t | totalNr () const |
| |
| virtual uiString | uiMessage () const |
| | will be message() again in 7.x More...
|
| |
| virtual uiString | uiNrDoneText () const |
| | will be nrDoneText() in 7.x More...
|
| |
| virtual void | enableWorkControl (bool=true) |
| | Must be called before execute() More...
|
| |
| bool | workControlEnabled () const |
| |
| virtual void | controlWork (Control) |
| |
| virtual Control | getState () const |
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject *linkedto) |
| |
| | NamedObject (const NamedObject &) |
| |
| virtual | ~NamedObject () |
| |
| void | setLinkedTo (NamedObject *) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual const OD::String & | name () const |
| |
| virtual const OD::String & | annotName () const |
| |
| virtual void | setName (const char *) |
| |
| void | setCleanName (const char *) |
| | cleans string first More...
|
| |
| void | deleteNotify (const CallBack &) |
| |
| | CallBacker () |
| |
| | CallBacker (const CallBacker &) |
| |
| virtual | ~CallBacker () |
| |
| bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
| |
| bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
| |
| void | detachCB (NotifierAccess &, const CallBack &) |
| |
| void | detachCB (NotifierAccess *notif, const CallBack &cb) |
| |
| bool | isNotifierAttached (NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |