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 std::string &_name=std::string()) | |
![]() | |
Window (const std::string &_name=std::string(), const std::string &_label=std::string(), bool _hidden=false) | |
Public Attributes | |
unsigned int | activeSheet |
HeaderViewType | header |
std::vector< MatrixSheet > | sheets |
![]() | |
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 |
|
inline |
unsigned int Origin::Matrix::activeSheet |
HeaderViewType Origin::Matrix::header |
std::vector<MatrixSheet> Origin::Matrix::sheets |