OpenLexocad
27.0
|
#include <Core/PropertyDescriptor.h>
#include <Core/Variant.h>
#include <Core/core_defines2.h>
#include <stdint.h>
#include "Core/PropertyUser.h"
Go to the source code of this file.
Classes | |
class | Core::PropertyScriptParam |
Core::PropertyScriptParam is a class that can hold properties defined by the user. Its value member is a Core::Variant and can hold arbitrary information. It is used as parameters in Python Scripts. More... | |
Namespaces | |
Core | |
Functions | |
Core::DECLARE_PROPERTY_FACTORY (PropertyScriptParam_Factory, Core::PropertyScriptParam) | |