List of all members.
Classes |
| class | const_iterator |
| class | iterator |
Public Slots |
|
void | RefreshProgress () |
Public Member Functions |
|
void | LoadDefaultPipeline () |
|
void | LoadPipeline (QXmlStreamReader &xml) |
|
void | SavePipeline (QXmlStreamWriter &xml) |
|
int | Append (Tool *tool, QHash< QString, ToolFlag * > *flags=NULL, int idx=0, bool checkValid=true) |
|
void | Remove (int idx) |
|
void | Move (int oldIdx, int newIdx) |
|
void | Run (bool userRequest, bool runOnAllSlices=true) |
|
QStringList | PreviousOutputList (int idx) |
|
void | AddToLayout () |
|
void | UpdateScrollWidth () |
|
void | RemoveAllFromLayout () |
|
void | SwapWidget (QWidget *oldWidget, QWidget *newWidget) |
|
ToolAlias * | GetAt (int idx) |
|
bool | HasAlias (ToolAlias *alias) |
|
int | IndexOf (AliasType type) const |
|
QList< ToolAlias * > | GetAllAliasesOfType (AliasType type) |
|
int | Count () |
|
const_iterator | constBegin () const |
|
const_iterator | constEnd () const |
|
iterator | begin () const |
|
iterator | end () const |
Static Public Member Functions |
|
static QWidget * | NewLabel (int type, Tool *tool, ToolAlias *alias=NULL) |
The documentation for this class was generated from the following files:
- C:/CRCNS/Development/code/iris/Pipeline.h
- C:/CRCNS/Development/code/iris/Pipeline.cpp