liborigin
2.0.0
|
#include <OriginObj.h>
Public Member Functions | |
Excel (const string &_name="", const string &_label="", int _maxRows=0, bool _hidden=false, bool _loose=true) | |
![]() | |
Window (const string &_name="", const string &_label="", bool _hidden=false) | |
Public Attributes | |
bool | loose |
unsigned int | maxRows |
vector< SpreadSheet > | sheets |
![]() | |
time_t | creationDate |
Rect | frameRect |
bool | hidden |
string | label |
time_t | modificationDate |
string | name |
int | objectID |
State | state |
Title | title |
Additional Inherited Members | |
![]() | |
enum | State { Normal, Minimized, Maximized } |
enum | Title { Name, Label, Both } |
|
inline |
bool Origin::Excel::loose |
unsigned int Origin::Excel::maxRows |
vector<SpreadSheet> Origin::Excel::sheets |