List of all members.
Public Member Functions |
|
| Section (const QString &name) |
|
void | Save (QXmlStreamWriter &xmlWriter) |
|
QList< Slice * > | GetAllSlices () |
|
Slice * | GetSlice (int row) |
|
int | IndexOf (Slice *slice) |
|
int | NumSlices () |
|
QString | ControlName () |
|
VolumeIndex * | ControlSection () const |
|
void | SetControlSection (VolumeIndex *control) |
|
void | AddSlice (const QString &requestedName) |
|
void | AddSlice (Slice *slice) |
|
void | MoveSlice (int oldRow, Section *newSection, int newRow) |
|
void | AddToolToSlice (const ToolInfo &type, Slice *slice) |
|
void | RemoveToolFromSlice (const ToolInfo &info, Slice *slice) |
Friends |
|
class | Iris::IrisTests |
|
void | Volume::DeleteSlice (Slice *slice, bool trueDelete) |
|
Slice * | Volume::AddSlice (Section *section, const QString &requestedName) |
|
void | Volume::AddSlice (Section *section, Slice *slice, int idx) |
|
void | Volume::AddSection (Section *section, const QString &parentSection, int idx) |
|
void | Volume::MoveSlice (Section *oldSection, int oldRow, Section *newSection, int newRow) |
|
void | Volume::RefreshImages () |
The documentation for this class was generated from the following files:
- C:/CRCNS/Development/code/iris/Section.h
- C:/CRCNS/Development/code/iris/Section.cpp