struct Core::ViewSourceProperty

#include <coreuiproperties.h>

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

    static const int kMaxSourceFileLength = 64;
    char sourceFile [kMaxSourceFileLength];
};

Inherited Members

public:
    // fields

    PropertyType type;
    int size;