struct Core::ViewNameProperty

#include <coreuiproperties.h>

struct ViewNameProperty: public Core::Property
{
    // fields

    static const int kMaxNameLength = 32;
    char name [kMaxNameLength];
};

Inherited Members

public:
    // fields

    PropertyType type;
    int size;