#include <AUProperty.h>
Collaboration diagram for AUGUI::property_t:

Public Member Functions | |
| property_t () | |
| property_t (uint32_t tag, CFStringRef name, CFStringRef label, property_type_t type) | |
| uint32_t | tag () const |
| property_type_t | type () const |
| CFStringRef | label () const |
| CFStringRef | name () const |
Static Public Attributes | |
| static property_t | null = AUGUI::property_t() |
Protected Attributes | |
| uint32_t | mTag |
| CFStringRef | mName |
| CFStringRef | mLabel |
| property_type_t | mType |
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6