liborigin
..
|
#include <OriginObj.h>
Public Types | |
enum | HeaderViewType { ColumnRow, XY } |
![]() | |
enum | State { Normal, Minimized, Maximized } |
enum | Title { Name, Label, Both } |
Public Member Functions | |
Matrix (const string &_name=string()) | |
![]() | |
Window (const string &_name=string(), const string &_label=string(), bool _hidden=false) | |
Public Attributes | |
unsigned int | activeSheet |
HeaderViewType | header |
vector< MatrixSheet > | sheets |
![]() | |
time_t | creationDate |
Rect | frameRect |
bool | hidden |
string | label |
time_t | modificationDate |
string | name |
int | objectID |
State | state |
Title | title |
Color | windowBackgroundColorBase |
Color | windowBackgroundColorEnd |
ColorGradientDirection | windowBackgroundColorGradient |
|
inline |
unsigned int Origin::Matrix::activeSheet |
HeaderViewType Origin::Matrix::header |
vector<MatrixSheet> Origin::Matrix::sheets |