ROOT_Application
2.0
C++ Core modules and GUIStock
|
#include <Controller.h>
Public Member Functions | |
ControllerFrame () | |
ControllerFrame (ControllerBase *parent, std::string name="") | |
virtual | ~ControllerFrame () |
virtual void | DeleteList (bool call_delete=true) |
Public Member Functions inherited from ControllerBase | |
ControllerBase () | |
ControllerBase (ControllerBase *parent, std::string cont_name) | |
virtual | ~ControllerBase () |
std::string | GetName () const |
ControllerBase * | GetParentController () |
virtual void | Updated (std::vector< std::string > &)=0 |
Definition at line 250 of file Controller.h.
|
inline |
Definition at line 253 of file Controller.h.
|
inline |
Definition at line 258 of file Controller.h.
|
inlinevirtual |
Definition at line 264 of file Controller.h.
|
inlinevirtual |
Definition at line 271 of file Controller.h.