|
Public Types inherited from CmdDrive::Command |
| enum | FormTag {
NoForm =0,
Text,
Number,
Colour,
Value,
Angle,
Minimum,
Maximum,
Step,
Percentage,
FilePath
} |
| |
| bool | parTreeSelPre (const uiTreeView &, FileMultiString &treepath, ObjectSet< const uiTreeViewItem > &nodesfound, FileMultiString &curpath, bool multisel) const |
| |
| void | unfoldTreeNodes (ObjectSet< const uiTreeViewItem > &) const |
| |
| int | countTreeItems (const uiTreeView &, const uiTreeViewItem *, bool countkids=true) const |
| |
| const uiTreeViewItem * | singleSelected (const uiTreeView &uilview) const |
| |
Protected Member Functions inherited from CmdDrive::Command |
| uiMainWin * | applWin () |
| |
| const char * | outputDir () const |
| |
| bool | switchCurWin (uiMainWin *) |
| |
| const uiMainWin * | curWin () const |
| |
| bool | openQDlg () const |
| |
| CmdDriver::OnErrorTag | onError () const |
| |
| void | setOnError (CmdDriver::OnErrorTag) |
| |
| bool | verifyWinAssert (const char *newwinstr=0) |
| |
| bool | verifyWinState (const char *newwinstr=0, WinStateType newwinstate=NoState) |
| |
| void | setRecoveryStep (CmdDriver::RecoveryTag) |
| |
| void | setCaseSensitive (bool yn) |
| |
| bool | isCaseSensitive () const |
| |
| void | skipGreyOuts (bool yn=true) |
| |
| bool | greyOutsSkipped () const |
| |
| bool | goingToChangeUiObj () const |
| |
| void | setSleep (float time, bool regular) |
| |
| void | setWait (float time, bool regular) |
| |
| const uiObject * | localSearchEnv () const |
| |
| bool | doLocalAction (uiObject *localenv, const char *actstr) |
| |
| bool | tryAction (const char *identname, const char *actstr) |
| |
| bool | prepareActivate (Activator *) |
| |
| void | finishActivate () |
| |
| void | waitForClearance () |
| |
| void | prepareIntercept (const FileMultiString &menupath, int onoff, CmdDriver::InterceptMode=CmdDriver::Click) |
| |
| bool | didInterceptSucceed (const char *objnm) |
| |
| const MenuInfo & | interceptedMenuInfo () const |
| |
| void | interact (const InteractSpec *) |
| |
| WildcardManager & | wildcardMan () |
| |
| IdentifierManager & | identifierMan () |
| |
| ExprInterpreter & | exprInterpreter () |
| |
| void | end () |
| |
| void | jump (int extralines=0) |
| |
| int | lastActionIdxMove () const |
| |
| int | curActionIdx () const |
| |
| bool | insertProcedure (int defidx) |
| |
Static Protected Member Functions inherited from CmdDrive::Command |
| static BufferString | createFactoryKey (const char *keyword) |
| |
Protected Attributes inherited from CmdDrive::Command |
| CmdDriver & | drv_ |
| |