RioEngine  0.1
My first attempt to create a 3D WYSIWYG Game Engine
QProperty Class Reference

#include <qproperty.h>

Inheritance diagram for QProperty:
CObject

Public Member Functions

 QProperty ()
 
 QProperty (QString name, QVariant value)
 
 QProperty (const QProperty &original_obj)
 
const QPropertyoperator= (const QProperty &property)
 
const QVariant value () const
 
void setValue (const QVariant &value)
 
- Public Member Functions inherited from CObject
 CObject ()
 
 CObject (const CObject &object)
 
CObjectoperator= (const CObject &object)
 
CObjectretain ()
 
unsigned int release () const
 
CObjectautorelease ()
 
unsigned int retainCount () const
 
bool isValidCObject () const
 
virtual ~CObject ()
 

Protected Member Functions

virtual void copyValuesFromObject (const QProperty &property)
 
- Protected Member Functions inherited from CObject
virtual void copyValuesFromObject (const CObject &object)
 

Properties

QVariant Value
 

Additional Inherited Members

- Static Public Member Functions inherited from CObject
static void safeRetain (void *pointer)
 
template<class T >
static void safeRelease (T *pointer)
 
template<class T >
static void safeReleaseArray (T *array)
 
static void safeRelease (const char *pointer)
 

Detailed Description

Definition at line 35 of file qproperty.h.

Constructor & Destructor Documentation

QProperty::QProperty ( )

Definition at line 34 of file qproperty.cpp.

QProperty::QProperty ( QString  name,
QVariant  value 
)

Definition at line 39 of file qproperty.cpp.

QProperty::QProperty ( const QProperty original_obj)

Definition at line 46 of file qproperty.cpp.

Member Function Documentation

void QProperty::copyValuesFromObject ( const QProperty property)
protectedvirtual

Definition at line 64 of file qproperty.cpp.

const QProperty & QProperty::operator= ( const QProperty property)

Definition at line 52 of file qproperty.cpp.

void QProperty::setValue ( const QVariant &  value)

Definition at line 77 of file qproperty.cpp.

const QVariant QProperty::value ( ) const

Definition at line 71 of file qproperty.cpp.

Property Documentation

QVariant QProperty::Value
readwrite

Definition at line 37 of file qproperty.h.


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