#include <vtkSlicerGUICollection.h>
Public Member Functions | |
| void | AddItem (vtkSlicerComponentGUI *a) |
| vtkSlicerComponentGUI * | GetNextGUI (vtkCollectionSimpleIterator &cookie) |
| vtkSlicerComponentGUI * | GetNextGUI () |
| vtkSlicerComponentGUI * | GetNextItem () |
| vtkTypeRevisionMacro (vtkSlicerGUICollection, vtkCollection) | |
Static Public Member Functions | |
| static vtkSlicerGUICollection * | New () |
Protected Member Functions | |
| vtkSlicerGUICollection () | |
| virtual | ~vtkSlicerGUICollection () |
Private Member Functions | |
| void | AddItem (vtkObject *o) |
| hide the standard AddItem from the user and the compiler. | |
| void | operator= (const vtkSlicerGUICollection &) |
| Not implemented. | |
| vtkSlicerGUICollection (const vtkSlicerGUICollection &) | |
| vtkSlicerGUICollection::vtkSlicerGUICollection | ( | ) | [protected] |
| vtkSlicerGUICollection::~vtkSlicerGUICollection | ( | ) | [protected, virtual] |
| vtkSlicerGUICollection::vtkSlicerGUICollection | ( | const vtkSlicerGUICollection & | ) | [private] |
| void vtkSlicerGUICollection::AddItem | ( | vtkObject * | o | ) | [inline, private] |
hide the standard AddItem from the user and the compiler.
| void vtkSlicerGUICollection::AddItem | ( | vtkSlicerComponentGUI * | a | ) | [inline] |
Add a GUI to the list.
Referenced by vtkSlicerApplication::AddModuleGUI().
| vtkSlicerComponentGUI* vtkSlicerGUICollection::GetNextGUI | ( | vtkCollectionSimpleIterator & | cookie | ) | [inline] |
Reentrant safe way to get an object in a collection. Just pass the same cookie back and forth.
| vtkSlicerComponentGUI* vtkSlicerGUICollection::GetNextGUI | ( | ) | [inline] |
Get the next GUI in the list. Return NULL when at the end of the list.
| vtkSlicerComponentGUI* vtkSlicerGUICollection::GetNextItem | ( | ) | [inline] |
Access routine provided for compatibility with previous versions of VTK. Please use the GetNextGUI() variant where possible.
| static vtkSlicerGUICollection* vtkSlicerGUICollection::New | ( | ) | [static] |
| void vtkSlicerGUICollection::operator= | ( | const vtkSlicerGUICollection & | ) | [private] |
Not implemented.
| vtkSlicerGUICollection::vtkTypeRevisionMacro | ( | vtkSlicerGUICollection | , | |
| vtkCollection | ||||
| ) |
1.6.1