|
ROOT_Application
2.0
C++ Core modules and GUIStock
|
#include <Controller.h>


Data Structures | |
| class | Base |
| have a parent controller and a name. More... | |
Public Member Functions | |
| ControllerBase () | |
| ControllerBase (ControllerBase *parent, std::string cont_name) | |
| virtual | ~ControllerBase () |
| std::string | GetName () const |
| ControllerBase * | GetParentController () |
| virtual void | Updated (std::vector< std::string > &)=0 |
Private Attributes | |
| ControllerBase * | fparent_controller |
| parent controller 0 by default More... | |
| std::string | name |
| name Controller_X, initialized to "" by default More... | |
Definition at line 40 of file Controller.h.
|
inline |
Definition at line 49 of file Controller.h.
|
inline |
Definition at line 54 of file Controller.h.
|
inlinevirtual |
Definition at line 59 of file Controller.h.
References fparent_controller.
|
inline |
Definition at line 66 of file Controller.h.
References name.
Referenced by ControllerIndicatorTHStock::AddData(), ControllerIndicatorTHStock::ControllerIndicatorTHStock(), MainControllerIndicatorTHStock::GetSelected(), MainControllerIndicatorTHStock::MainControllerIndicatorTHStock(), ControllerIndicatorTHStock::Updated(), and MainControllerIndicatorTHStock::UpdateIndicator().

|
inline |
Definition at line 70 of file Controller.h.
References fparent_controller.
Referenced by ControllerIndicatorTHStock::ControllerIndicatorTHStock(), and ControllerIndicatorTHStock::GetSelected().

|
pure virtual |
Implemented in ControllerIndicatorTHStock, MainControllerIndicatorTHStock, and GUIMainController.
|
private |
parent controller 0 by default
Definition at line 44 of file Controller.h.
Referenced by GetParentController(), and ~ControllerBase().
|
private |
name Controller_X, initialized to "" by default
Definition at line 46 of file Controller.h.
Referenced by GetName().
1.8.6