#include <tablecommands.h>
|
| bool | isSelected (const uiTable *, const RowCol &) const |
| |
| bool | parTableSelPre (const char *prefix, TableTag, const uiTable *, const BufferString &itemstr, int itemnr, TypeSet< RowCol > &itemrcs, bool ambicheck) |
| |
| RowCol | singleSelected (const uiTable *) const |
| |
Protected Member Functions inherited from CmdDrive::Command |
| uiMainWin * | applWin () |
| |
| int | curActionIdx () const |
| |
| const uiMainWin * | curWin () const |
| |
| bool | didInterceptSucceed (const char *objnm) |
| |
| bool | doLocalAction (uiObject *localenv, const char *actstr) |
| |
| void | end () |
| |
| ExprInterpreter & | exprInterpreter () |
| |
| void | finishActivate () |
| |
| bool | goingToChangeUiObj () const |
| |
| bool | greyOutsSkipped () const |
| |
| IdentifierManager & | identifierMan () |
| |
| bool | insertProcedure (int defidx) |
| |
| void | interact (const InteractSpec *) |
| |
| const MenuInfo & | interceptedMenuInfo () const |
| |
| bool | isCaseSensitive () const |
| |
| void | jump (int extralines=0) |
| |
| int | lastActionIdxMove () const |
| |
| const uiObject * | localSearchEnv () const |
| |
| CmdDriver::OnErrorTag | onError () const |
| |
| bool | openQDlg () const |
| |
| const char * | outputDir () const |
| |
| bool | prepareActivate (Activator *) |
| |
| void | prepareIntercept (const FileMultiString &menupath, int onoff, CmdDriver::InterceptMode=CmdDriver::Click) |
| |
| void | setCaseSensitive (bool yn) |
| |
| void | setOnError (CmdDriver::OnErrorTag) |
| |
| void | setRecoveryStep (CmdDriver::RecoveryTag) |
| |
| void | setSleep (float time, bool regular) |
| |
| void | setWait (float time, bool regular) |
| |
| void | skipGreyOuts (bool yn=true) |
| |
| bool | switchCurWin (uiMainWin *) |
| |
| bool | tryAction (const char *identname, const char *actstr) |
| |
| bool | verifyWinAssert (const char *newwinstr=0) |
| |
| bool | verifyWinState (const char *newwinstr=0, WinStateType newwinstate=NoState) |
| |
| void | waitForClearance () |
| |
| WildcardManager & | wildcardMan () |
| |
|
Public Types inherited from CmdDrive::Command |
| enum | FormTag {
NoForm =0
, Text
, Number
, Color
,
Value
, Angle
, Minimum
, Maximum
,
Step
, Percentage
, FilePath
} |
| |
Static Protected Member Functions inherited from CmdDrive::Command |
| static BufferString | createFactoryKey (const char *keyword) |
| |
Protected Attributes inherited from CmdDrive::Command |
| CmdDriver & | drv_ |
| |
◆ TableTag
| Enumerator |
|---|
| RowTag | |
| RowHead | |
| CellTag | |
| ColHead | |
| ColTag | |
◆ TableCmd()
| CmdDrive::TableCmd::TableCmd |
( |
CmdDriver & | cmddrv | ) |
|
|
inline |
◆ isSelected()
| bool CmdDrive::TableCmd::isSelected |
( |
const uiTable * | , |
|
|
const RowCol & | ) const |
|
protected |
◆ keyWord()
| static const char * CmdDrive::TableCmd::keyWord |
( |
| ) |
|
|
inlinestatic |
◆ name()
| const char * CmdDrive::TableCmd::name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ parTableSelPre()
◆ singleSelected()
| RowCol CmdDrive::TableCmd::singleSelected |
( |
const uiTable * | | ) |
const |
|
protected |