QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
ON_DummyValue Class Reference
Inheritance diagram for ON_DummyValue:
ON_Value

Public Member Functions

int Count () const
 
ON_ValueDuplicate () const
 
 ON_DummyValue ()
 
bool ReadHelper (ON_BinaryArchive &)
 
bool ReportHelper (ON_TextLog &) const
 
bool WriteHelper (ON_BinaryArchive &) const
 
 ~ON_DummyValue ()
 
- Public Member Functions inherited from ON_Value
virtual int Get3dPoints (const ON_3dPoint *&) const
 
virtual int Get3dVectors (const ON_3dVector *&) const
 
virtual int GetBools (const bool *&) const
 
virtual int GetColors (const ON_Color *&) const
 
virtual int GetDoubles (const double *&) const
 
virtual int GetGeometryPointers (const ON_Geometry *const *&) const
 
virtual int GetInts (const int *&) const
 
virtual int GetObjRefs (ON_ClassArray< ON_ObjRef > &) const
 
virtual int GetStrings (ON_ClassArray< ON_wString > &) const
 
virtual int GetUuids (const ON_UUID *&) const
 
virtual int GetXforms (const ON_Xform *&) const
 
 ON_Value (VALUE_TYPE)
 
void Report (ON_TextLog &text_log) const
 
virtual ~ON_Value ()
 

Additional Inherited Members

- Public Types inherited from ON_Value
enum  VALUE_TYPE {
  no_value_type = 0 , bool_value = 1 , int_value = 2 , double_value = 3 ,
  color_value = 4 , point_value = 5 , vector_value = 6 , xform_value = 7 ,
  string_value = 8 , objref_value = 9 , geometry_value = 10 , uuid_value = 11 ,
  point_on_object_value = 12 , force_32bit_enum = 0xFFFFFFF
}
 
- Static Public Member Functions inherited from ON_Value
static ON_ValueCreateValue (int value_type)
 
- Public Attributes inherited from ON_Value
int m_value_id
 
const VALUE_TYPE m_value_type
 

Constructor & Destructor Documentation

◆ ON_DummyValue()

ON_DummyValue::ON_DummyValue ( )

◆ ~ON_DummyValue()

ON_DummyValue::~ON_DummyValue ( )

Member Function Documentation

◆ Count()

int ON_DummyValue::Count ( ) const
virtual

Implements ON_Value.

◆ Duplicate()

ON_Value * ON_DummyValue::Duplicate ( ) const
virtual

Implements ON_Value.

◆ ReadHelper()

bool ON_DummyValue::ReadHelper ( ON_BinaryArchive & )
virtual

Implements ON_Value.

◆ ReportHelper()

bool ON_DummyValue::ReportHelper ( ON_TextLog & ) const
virtual

Implements ON_Value.

◆ WriteHelper()

bool ON_DummyValue::WriteHelper ( ON_BinaryArchive & ) const
virtual

Implements ON_Value.


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