|
liborigin ..
|
#include <OriginObj.h>
Public Member Functions | |
| Graph (const std::string &_name=std::string()) | |
| Public Member Functions inherited from Origin::Window | |
| Window (const std::string &_name=std::string(), const std::string &_label=std::string(), bool _hidden=false) | |
Public Attributes | |
| bool | connectMissingData |
| unsigned short | height |
| bool | is3D |
| bool | isLayout |
| std::vector< GraphLayer > | layers |
| std::string | templateName |
| unsigned short | width |
| Public Attributes inherited from Origin::Window | |
| time_t | creationDate |
| Rect | frameRect |
| bool | hidden |
| std::string | label |
| time_t | modificationDate |
| std::string | name |
| int | objectID |
| State | state |
| Title | title |
| Color | windowBackgroundColorBase |
| Color | windowBackgroundColorEnd |
| ColorGradientDirection | windowBackgroundColorGradient |
Additional Inherited Members | |
| Public Types inherited from Origin::Window | |
| enum | State { Normal , Minimized , Maximized } |
| enum | Title { Name , Label , Both } |
|
inlineexplicit |
References connectMissingData, height, is3D, isLayout, width, and Origin::Window::Window().
| bool Origin::Graph::connectMissingData |
Referenced by Graph().
| unsigned short Origin::Graph::height |
Referenced by Graph().
| bool Origin::Graph::is3D |
Referenced by Graph().
| bool Origin::Graph::isLayout |
Referenced by Graph().
| std::vector<GraphLayer> Origin::Graph::layers |
| std::string Origin::Graph::templateName |
| unsigned short Origin::Graph::width |
Referenced by Graph().