struct Core::Property

Overview

Basic property definition. More…

#include <coreproperty.h>

struct Property
{
    // fields

    PropertyType type;
    int size;

    // construction

    Property(PropertyType type, int size);
};

// direct descendants

struct ColorProperty;
struct InterfaceProperty;
struct ViewNameProperty;
struct ViewSizeProperty;
struct ViewSourceProperty;

Detailed Documentation

Basic property definition.

Fields

PropertyType type

property type

int size

size in bytes