ROOT_Application
2.0
C++ Core modules and GUIStock
|
Helper used for drawing objects : TypeLine, Anchor, Translate, Rotate... More...
Functions | |
void | SetMode (std::string mode) |
TypeLine | GetMode () |
bool | GetAnchor () |
void | SetAnchor (bool kbool) |
bool | GetTranslate () |
bool | GetRotate () |
void | SetTranslate () |
void | SetRotate () |
Variables | |
TypeLine | fEditorModeObjStock = TypeLine::kNone_line |
defined in TypeObjectLine segment, half-segment. More... | |
bool | kAnchor = false |
bool | kTranslate = false |
bool | kRotate = false |
Helper used for drawing objects : TypeLine, Anchor, Translate, Rotate...
EditorObjStock, singleton class, try pure static is enough ?? need to save value in ObjectLine Seem pure static ok, do not need class ?? desadvantage ??
tool to draw new ObjectStock, support, tendance, Fibonacci... Not associated to a particular object, can be general enought for extention ?
Setup by GUIMainFrame when using ToolBar, used by CanvasStock
|
inline |
Definition at line 60 of file EditorObjStock.h.
References kAnchor.
Referenced by TPadStock::ExecuteEvent().
|
inline |
Definition at line 57 of file EditorObjStock.h.
References fEditorModeObjStock.
Referenced by TPadStock::ExecuteEvent().
|
inline |
Definition at line 64 of file EditorObjStock.h.
References kRotate.
Referenced by ObjectLineTendance::ExecuteEvent(), and ObjectLineTendance::MoveObjectLine().
|
inline |
Definition at line 63 of file EditorObjStock.h.
References kTranslate.
Referenced by ObjectLineTendance::ExecuteEvent(), and ObjectLineTendance::MoveObjectLine().
|
inline |
Definition at line 61 of file EditorObjStock.h.
References kAnchor.
Referenced by MainIndicatorTHStockFrame::HandleToolBar().
void EditorObjStock::SetMode | ( | std::string | mode | ) |
Definition at line 23 of file EditorObjStock.cxx.
References fEditorModeObjStock, kNone_line, kSupport, and kTendance.
Referenced by MainIndicatorTHStockFrame::HandleToolBar().
|
inline |
Definition at line 69 of file EditorObjStock.h.
References kRotate, and kTranslate.
Referenced by ObjectLineTendance::ExecuteEvent().
|
inline |
Definition at line 67 of file EditorObjStock.h.
References kRotate, and kTranslate.
Referenced by ObjectLineTendance::ExecuteEvent().
TypeLine EditorObjStock::fEditorModeObjStock = TypeLine::kNone_line |
defined in TypeObjectLine segment, half-segment.
Definition at line 16 of file EditorObjStock.cxx.
bool EditorObjStock::kAnchor = false |
Definition at line 17 of file EditorObjStock.cxx.
Referenced by GetAnchor(), and SetAnchor().
bool EditorObjStock::kRotate = false |
Definition at line 19 of file EditorObjStock.cxx.
Referenced by GetRotate(), SetRotate(), and SetTranslate().
bool EditorObjStock::kTranslate = false |
Definition at line 18 of file EditorObjStock.cxx.
Referenced by GetTranslate(), SetRotate(), and SetTranslate().