![]() |
OpendTect
6.3
|
Public Member Functions | |
| od_ostream & | logStream () |
| const char * | curWinTitle (int aliasnr=0) const |
| bool | streamBlocked (bool parse, const char *tag) |
Public Member Functions inherited from 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 | detachCB (const NotifierAccess &, const CallBack &) const |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| bool | isNotifierAttached (const NotifierAccess *) const |
| Only for debugging purposes, don't use. More... | |
| virtual bool | isCapsule () const |
| void | stopReceivingNotifications () const |
Protected Types | |
| enum | InterceptStatus { NoInterception, InterceptError, InterceptReady } |
Protected Member Functions | |
| uiMainWin * | applWin () |
| const uiMainWin * | applWin () const |
| void | exitApplCB (CallBacker *) |
| const uiObject * | localSearchEnv () const |
| bool | doLocalAction (uiObject *localenv, const char *actstr) |
| bool | tryAction (const char *identname, const char *actstr) |
| void | prepareForResume () |
| void | prepareForAbort () |
| bool | prepareActivate (Activator *) |
| void | finishActivate () |
| void | waitForClearance () |
| void | prepareIntercept (const FileMultiString &mnupath, int onoff, InterceptMode=Click) |
| bool | didInterceptSucceed (const char *objnm) |
| const MenuInfo & | interceptedMenuInfo () const |
| void | reInit () |
| WildcardManager & | wildcardMan () |
| IdentifierManager & | identifierMan () |
| const WildcardManager & | wildcardMan () const |
| const IdentifierManager & | identifierMan () const |
| ExprInterpreter & | exprInterpreter () |
| void | logErrMsg () |
| void | updateLogStrm () |
| bool | addActions (ObjectSet< Action > &, const char *) |
| int | curActionIdx () const |
| bool | insertProcedure (int defidx) |
| void | moveActionIdx (int nrlines) |
| int | lastActionIdxMove () const |
| void | end () |
| void | jump (int extralines=0) |
| void | mkThread (CallBacker *) |
| bool | doAction (const char *) |
| bool | goingToChangeUiObj () const |
| bool | verifyWinAssert (const char *newwinstr=0) |
| bool | verifyWinState (const char *newwinstr=0, WinStateType newwinstate=NoState) |
| bool | recover () |
| void | setRecoveryStep (RecoveryTag rt) |
| bool | switchCurWin (const uiMainWin *) |
| const uiMainWin * | curWin () const |
| bool | openQDlg () const |
| bool | activityStopped (bool checkprocessing=true, bool checktimers=true) |
| bool | waitForTimers () |
| bool | waitForProcessing () |
| void | getModalStatus (ModalStatus &) |
| void | storeModalStatus () |
| void | activateDone (CallBacker *activator) |
| void | timerStartsCB (CallBacker *timer) |
| void | timerStoppedCB (CallBacker *timer) |
| void | timerShootsCB (CallBacker *timer) |
| void | timerShotCB (CallBacker *timer) |
| void | forceQtToCatchUp () |
| void | dynamicMenuInterceptor (CallBacker *) |
| bool | dispatchDynamicMenu (uiMenu *) |
| void | interactCB (CallBacker *) |
| void | executeFinishedCB (CallBacker *) |
| void | killTaskRunnerCB (CallBacker *) |
| void | interact (const InteractSpec *) |
| void | preProcSubstitutionErrMsg (const int, const int, const BufferString &) |
| void | checkTailErrMsg (const int, const BufferString &) |
| void | checkFlowErrMsg (const int, const char *, const char *) |
| void | checkFlowStackErrMsg (TypeSet< int >, enum FlowStackTag) |
| const uiString | sCheckFlowStackStr () |
Protected Member Functions inherited from CallBacker | |
| void | detachAllNotifiers () const |
| Call from the destructor of your inherited object. More... | |
Static Protected Member Functions | |
| static const char * | locateCmdMark (const char *actstr) |
Private Types | |
| enum | LogModeTag { LogBasic, LogNormal, LogAll } |
| enum | OnErrorTag { Stop, Recover } |
| enum | RecoveryTag { NoClue, CloseCurWin, NextCmd, NextAssertion } |
| enum | InterceptMode { Click, ItemInfo, NodeInfo } |
Private Member Functions | |
| mODTextTranslationClass(CmdDriver) public | mDeclareEnumUtils (FlowStackTag) |
| CmdDriver (uiMainWin &applwin) | |
| ~CmdDriver () | |
| bool | getActionsFromFile (const char *) |
| bool | insertActionsFromFile (const char *) |
| bool | execute () |
| void | abort () |
| void | pause (bool yn=true) |
| const uiString | errMsg () const |
| const char * | outputDir () const |
| void | setOutputDir (const char *od) |
| const char * | logFileName () const |
| void | setLogFileName (const char *fnm) |
| void | clearLog () |
| void | setLogMode (LogModeTag tag) |
| void | setOnError (OnErrorTag tag) |
| void | setCaseSensitive (bool yn) |
| void | skipGreyOuts (bool yn=true) |
| bool | isCaseSensitive () const |
| OnErrorTag | onError () const |
| bool | greyOutsSkipped () const |
| void | setSleep (float time, bool regular=true) |
| void | setWait (float time, bool regular=true) |
Static Private Member Functions | |
| static const char * | defaultLogFilename () |
| static bool | nowExecuting () |
Private Attributes | |
| Notifier< CmdDriver > | interactRequest |
| Notifier< CmdDriver > | executeFinished |
Friends | |
| class | Command |
| class | ExprInterpreter |
| class | Function |
| class | MenuTracer |
Additional Inherited Members | |
Static Public Member Functions inherited from CallBacker | |
| static void | createReceiverForCurrentThread () |
| static void | removeReceiverForCurrentThread () |
|
private |
|
protected |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inlineprivate |
|
protected |
|
protected |
|
inlineprotected |
|
inlineprotected |
|
protected |
|
protected |
|
protected |
|
inlineprivate |
|
inlineprotected |
|
inlineprotected |
| const char* CmdDrive::CmdDriver::curWinTitle | ( | int | aliasnr = 0 | ) | const |
|
staticprivate |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprivate |
|
private |
|
protected |
|
protected |
|
inlineprotected |
|
protected |
|
protected |
|
private |
|
protected |
|
inlineprotected |
|
inlineprivate |
|
inlineprotected |
|
protected |
|
private |
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprivate |
|
protected |
|
protected |
|
inlineprotected |
|
inlineprotected |
|
staticprotected |
|
protected |
|
inlineprivate |
|
inline |
|
private |
|
protected |
|
protected |
|
staticprivate |
|
inlineprivate |
|
inlineprotected |
|
inlineprivate |
|
private |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotected |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprotected |
|
private |
|
private |
|
inlineprivate |
|
protected |
| bool CmdDrive::CmdDriver::streamBlocked | ( | bool | parse, |
| const char * | tag | ||
| ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotected |
|
protected |
|
friend |
|
friend |
|
friend |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2017