1 #ifndef CM_PROPERTIESWINDOW_H
2 #define CM_PROPERTIESWINDOW_H
18 class PatchWindowController;
28 std::map<QObject*, QString> _propertyNames;
31 void loadTableWidget(QString pName, QTableWidget* tv);
53 #endif // CM_PROPERTIESWINDOW_H
void editedStringList(int index, int)
Definition: PropertiesWindow.cpp:358
void editedInt(int)
Definition: PropertiesWindow.cpp:343
void setWindowController(PatchWindowController *c)
Definition: PropertiesWindow.cpp:402
void editedColor()
Definition: PropertiesWindow.cpp:329
PropertiesWindow()
Definition: PropertiesWindow.h:36
void editedEnum(int idx)
Definition: PropertiesWindow.cpp:390
The Patch window controller.
Definition: PatchWindowController.h:48
void editedFloat(double)
Definition: PropertiesWindow.cpp:351
Property handling class for ui object - property list.
Definition: PropertyList.h:34
void editedText()
Definition: PropertiesWindow.cpp:310
void editedBool()
Definition: PropertiesWindow.cpp:336
Properties window class.
Definition: PropertiesWindow.h:23