ROOT_Application
2.0
C++ Core modules and GUIStock
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src_gui_root
ObjectStock
TypeObjectLine.h
Go to the documentation of this file.
1
12
#ifndef _TYPEOBJECTLINE_H_
13
#define _TYPEOBJECTLINE_H_
14
18
#ifdef __MAKECINT__
19
20
enum
TypeLine
{
kNone_line
,
//= 0,
21
kSupport
,
//= 1,
22
kTendance
,
//=2,
23
kFibb
};
//= 3
24
#else
25
enum class
TypeLine
{
kNone_line
,
//= 0,
26
kSupport
,
//= 1,
27
kTendance
,
//=2,
28
kFibb
};
//= 3
29
#endif
30
31
// could declare ModeLine, but used only inside ObjectLine class
32
33
// could declare enum drawstage, used when drawing
34
// at the moment only FactoryObjectStock, but passed as argument to ExecuteEvent
35
// not stupid in this case...
36
#endif // _TYPEOBJECTLINE_H_
TypeLine::kFibb
TypeLine::kSupport
TypeLine::kTendance
TypeLine::kNone_line
TypeLine
TypeLine
c++ 11 style, used by both EditorObjectStock and ObjectLine cannot make dictionary with enum class ! ...
Definition:
TypeObjectLine.h:25
Generated on Mon May 25 2015 20:35:30 for ROOT_Application by
1.8.6