#include "PreCompiled.h"
#include <Base/Console.h>
#include <Base/Exception.h>
#include "FeatureTest.h"
#include "Material.h"
Go to the source code of this file.
Defines | |
#define | new DEBUG_CLIENTBLOCK |
Variables | |
const char * | enums [] = {"Zero","One","Two","Three","Four",NULL} |
const PropertyFloatConstraint::Constraints | floatPercent = {0.0,100.0,1.0} |
const PropertyIntegerConstraint::Constraints | intPercent = {0,100,1} |
#define new DEBUG_CLIENTBLOCK |
Definition at line 34 of file FeatureTest.cpp.
const char* enums[] = {"Zero","One","Two","Three","Four",NULL} |
Definition at line 40 of file FeatureTest.cpp.
Referenced by App::FeatureTest::FeatureTest().
const PropertyFloatConstraint::Constraints floatPercent = {0.0,100.0,1.0} |
Definition at line 42 of file FeatureTest.cpp.
const PropertyIntegerConstraint::Constraints intPercent = {0,100,1} |
Definition at line 41 of file FeatureTest.cpp.
Referenced by Gui::ViewProviderGeometryObject::ViewProviderGeometryObject(), and MeshGui::ViewProviderMesh::ViewProviderMesh().