FormIt C++ API
v23.0.0 (2023.0.0)
|
Functions | |
FORMIT_CORE_EXPORT size_t | GetEditingHistoryID () |
Get the id of the history that is currently edited, or the id of the main history, if no group is edited. More... | |
FORMIT_CORE_EXPORT bool | SetInContextEditingPath (WSM::GroupInstancePath const &path) |
Set the editing context path. More... | |
FORMIT_CORE_EXPORT bool | GetShowEditedGroupOnly () |
Returns the status of the "Show Edited Group Only" option. More... | |
FORMIT_CORE_EXPORT void | SetShowEditedGroupOnly (bool val) |
Sets the status of the "Show Edited Group Only" option. More... | |
FORMIT_CORE_EXPORT WSM::GroupInstancePath | GetInContextEditingPath () |
Get the editing context path. More... | |
FORMIT_CORE_EXPORT bool | IsEditingInContext () |
Returns true if edit in context is happening. More... | |
FORMIT_CORE_EXPORT bool | IsInEditingHistory (WSM::GroupInstancePath const &path, bool bAllowReferencedGeometrySelection=false) |
IsInEditingHistory() function. More... | |
FORMIT_CORE_EXPORT void | ExittoParentContext () |
Exit to the parent context. More... | |
FORMIT_CORE_EXPORT void | EndEditInContext () |
End editing in context. More... | |