liborigin ..
Public Member Functions | Public Attributes | List of all members
Origin::SpreadSheet Struct Reference

#include <OriginObj.h>

Inheritance diagram for Origin::SpreadSheet:
Origin::Window

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< SpreadColumncolumns
 
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 }
 

Constructor & Destructor Documentation

◆ SpreadSheet()

Origin::SpreadSheet::SpreadSheet ( const std::string &  _name = std::string())
inline

Member Data Documentation

◆ columns

std::vector<SpreadColumn> Origin::SpreadSheet::columns

Referenced by main().

◆ loose

bool Origin::SpreadSheet::loose

◆ maxRows

unsigned int Origin::SpreadSheet::maxRows

Referenced by main().

◆ sheets

unsigned int Origin::SpreadSheet::sheets

The documentation for this struct was generated from the following file: