Contents
class Item: public ToolItem { public: // fields modeIndex; // construction Item (const ToolItem& item, int toolIndex, int modeIndex); // methods PROPERTY_VARIABLE (int, toolIndex, ToolIndex); };