|
liborigin ..
|
#include <OriginObj.h>
Public Member Functions | |
| SpreadSheet (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 | |
| std::vector< SpreadColumn > | columns |
| bool | loose |
| unsigned int | maxRows |
| unsigned int | 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 |
Additional Inherited Members | |
| Public Types inherited from Origin::Window | |
| enum | State { Normal , Minimized , Maximized } |
| enum | Title { Name , Label , Both } |
|
inlineexplicit |
References loose, maxRows, sheets, and Origin::Window::Window().
| std::vector<SpreadColumn> Origin::SpreadSheet::columns |
Referenced by main().
| bool Origin::SpreadSheet::loose |
Referenced by SpreadSheet().
| unsigned int Origin::SpreadSheet::maxRows |
Referenced by main(), and SpreadSheet().
| unsigned int Origin::SpreadSheet::sheets |
Referenced by SpreadSheet().