|
liborigin ..
|
#include <OriginObj.h>
Public Types | |
| enum | HeaderViewType { ColumnRow , XY } |
| Public Types inherited from Origin::Window | |
| enum | State { Normal , Minimized , Maximized } |
| enum | Title { Name , Label , Both } |
Public Member Functions | |
| Matrix (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 | |
| unsigned int | activeSheet |
| HeaderViewType | header |
| std::vector< MatrixSheet > | sheets |
| 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 |
|
inlineexplicit |
References activeSheet, ColumnRow, header, and Origin::Window::Window().
| unsigned int Origin::Matrix::activeSheet |
Referenced by Matrix().
| HeaderViewType Origin::Matrix::header |
Referenced by Matrix().
| std::vector<MatrixSheet> Origin::Matrix::sheets |