OpenLexocad  27.1
Core::DocumentState Struct Reference

#include <CoreDocument.h>

Public Member Functions

 DocumentState ()=default
 
 DocumentState (const DocumentState &rhs)
 
void clear ()
 

Public Attributes

std::vector< std::string > PropertyErrors
 
std::map< Core::DocObject *, std::vector< std::string > > LastErroneousObjects
 
unsigned long LastRecomputeTime
 
unsigned long LastNotifyTime
 

Constructor & Destructor Documentation

◆ DocumentState() [1/2]

Core::DocumentState::DocumentState ( )
default

◆ DocumentState() [2/2]

Core::DocumentState::DocumentState ( const DocumentState rhs)
inline

Member Function Documentation

◆ clear()

void Core::DocumentState::clear ( )

Member Data Documentation

◆ LastErroneousObjects

std::map<Core::DocObject*, std::vector<std::string> > Core::DocumentState::LastErroneousObjects

◆ LastNotifyTime

unsigned long Core::DocumentState::LastNotifyTime

◆ LastRecomputeTime

unsigned long Core::DocumentState::LastRecomputeTime

◆ PropertyErrors

std::vector<std::string> Core::DocumentState::PropertyErrors

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