GUI elements for TOPPAS.
More...
|
enum | LogState { LS_NOTICE,
LS_WARNING,
LS_ERROR
} |
| Log message states. More...
|
|
enum | LogState { LS_NOTICE,
LS_WARNING,
LS_ERROR
} |
| Log message states. More...
|
|
enum | EdgeStatus {
ES_VALID,
ES_NO_TARGET_PARAM,
ES_NO_SOURCE_PARAM,
ES_FILE_EXT_MISMATCH,
ES_MERGER_EXT_MISMATCH,
ES_MERGER_WITHOUT_TOOL,
ES_NOT_READY_YET,
ES_TOOL_API_CHANGED,
ES_UNKNOWN
} |
| The status of this edge. More...
|
|
enum | ActionMode { AM_NEW_EDGE,
AM_MOVE
} |
| The current action mode (creation of a new edge, or panning of the widget) More...
|
|
enum | RefreshStatus { ST_REFRESH_NOCHANGE,
ST_REFRESH_CHANGED,
ST_REFRESH_CHANGEINVALID,
ST_REFRESH_REMAINSINVALID
} |
| Pipeline status after refreshParameters() was called. More...
|
|
enum | TOOLSTATUS {
TOOL_READY,
TOOL_SCHEDULED,
TOOL_RUNNING,
TOOL_SUCCESS,
TOOL_CRASH,
TOOLSTATUS_SIZE
} |
| current status of the vertex More...
|
|
enum | IOType { IOT_FILE,
IOT_LIST
} |
| The type. More...
|
|
enum | DFS_COLOR { DFS_WHITE,
DFS_GRAY,
DFS_BLACK
} |
| The color of a vertex during depth-first search. More...
|
|
enum | SUBSTREESTATUS { TV_ALLFINISHED,
TV_UNFINISHED,
TV_UNFINISHED_INBRANCH
} |
| The color of a vertex during depth-first search. More...
|
|
GUI elements for TOPPAS.
Some GUI classes were designed for TOPPAS only and are probably not usable in any other application. These classes are listed in this module.
The current action mode (creation of a new edge, or panning of the widget)
Enumerator |
---|
AM_NEW_EDGE |
|
AM_MOVE |
|
The color of a vertex during depth-first search.
Enumerator |
---|
DFS_WHITE |
|
DFS_GRAY |
|
DFS_BLACK |
|
The status of this edge.
Enumerator |
---|
ES_VALID |
|
ES_NO_TARGET_PARAM |
|
ES_NO_SOURCE_PARAM |
|
ES_FILE_EXT_MISMATCH |
|
ES_MERGER_EXT_MISMATCH |
|
ES_MERGER_WITHOUT_TOOL |
|
ES_NOT_READY_YET |
|
ES_TOOL_API_CHANGED |
|
ES_UNKNOWN |
|
The type.
Enumerator |
---|
IOT_FILE |
|
IOT_LIST |
|
Log message states.
Enumerator |
---|
LS_NOTICE |
Notice.
|
LS_WARNING |
Warning.
|
LS_ERROR |
Fatal error.
|
Log message states.
Enumerator |
---|
LS_NOTICE |
Notice.
|
LS_WARNING |
Warning.
|
LS_ERROR |
Fatal error.
|
Pipeline status after refreshParameters() was called.
Enumerator |
---|
ST_REFRESH_NOCHANGE |
|
ST_REFRESH_CHANGED |
|
ST_REFRESH_CHANGEINVALID |
|
ST_REFRESH_REMAINSINVALID |
|
The color of a vertex during depth-first search.
Enumerator |
---|
TV_ALLFINISHED |
|
TV_UNFINISHED |
|
TV_UNFINISHED_INBRANCH |
|
current status of the vertex
Enumerator |
---|
TOOL_READY |
|
TOOL_SCHEDULED |
|
TOOL_RUNNING |
|
TOOL_SUCCESS |
|
TOOL_CRASH |
|
TOOLSTATUS_SIZE |
|