OpenLexocad
27.0
|
#include <CoreDocument.h>
Public Types | |
enum | why { RECOMPUTED, MESSAGE_BY_NAME, MESSAGE_BY_ID } |
Public Member Functions | |
DocChanges (Core::CoreDocument *doc) | |
Public Attributes | |
enum Core::DocChanges::why | Why = RECOMPUTED |
std::string | MsgName = "" |
int | MsgId = -1 |
Core::Variant | Value |
Core::CoreDocument * | Document |
std::vector< Core::DocObject * > | NewObjects |
std::vector< Core::DocObject * > | UpdatedObjects |
std::vector< Core::DocObject * > | DeletedObjects |
std::map< Core::DocObject *, std::vector< std::string > > | ErroneousObjects |
|
inline |
std::vector<Core::DocObject*> Core::DocChanges::DeletedObjects |
Core::CoreDocument* Core::DocChanges::Document |
std::map<Core::DocObject*, std::vector<std::string> > Core::DocChanges::ErroneousObjects |
int Core::DocChanges::MsgId = -1 |
std::string Core::DocChanges::MsgName = "" |
std::vector<Core::DocObject*> Core::DocChanges::NewObjects |
std::vector<Core::DocObject*> Core::DocChanges::UpdatedObjects |
Core::Variant Core::DocChanges::Value |
enum Core::DocChanges::why Core::DocChanges::Why = RECOMPUTED |