liborigin ..
|
#include <OriginObj.h>
Public Types | |
enum | NodeType { SpreadSheet , Matrix , Excel , Graph , Graph3D , Note , Folder } |
Public Member Functions | |
ProjectNode (const std::string &_name=std::string(), NodeType _type=Folder, const time_t _creationDate=time(nullptr), const time_t _modificationDate=time(nullptr), bool _active=false) |
Public Attributes | |
bool | active |
time_t | creationDate |
time_t | modificationDate |
std::string | name |
NodeType | type |
|
inlineexplicit |
References active, creationDate, Folder, modificationDate, name, and type.
bool Origin::ProjectNode::active |
Referenced by ProjectNode().
time_t Origin::ProjectNode::creationDate |
Referenced by ProjectNode().
time_t Origin::ProjectNode::modificationDate |
Referenced by ProjectNode().
std::string Origin::ProjectNode::name |
Referenced by ProjectNode().
NodeType Origin::ProjectNode::type |
Referenced by ProjectNode().