13 #ifndef __INSPECTOR_BASE_H__ 14 #define __INSPECTOR_BASE_H__ 54 bool compareValues(
const InspectorItem& ii, QVariant a, QVariant b);
58 void elementChanged();
64 virtual void valueChanged(
int idx,
bool reset);
65 virtual void valueChanged(
int idx);
66 void resetClicked(
int);
67 void setStyleClicked(
int);
70 std::vector<InspectorItem>
iList;
71 std::vector<InspectorPanel>
pList;
78 void mapSignals(
const std::vector<InspectorItem>& il = std::vector<InspectorItem>(),
const std::vector<InspectorPanel>& pl = std::vector<InspectorPanel>());
79 void setupLineStyle(QComboBox*);
83 virtual void setElement();
95 static std::unique_ptr<InspectorEventObserver>
i;
Inspector * inspector
Definition: inspectorBase.h:73
Pid
Definition: property.h:62
QVBoxLayout * _layout
Definition: inspectorBase.h:72
QWidget * r
Definition: inspectorBase.h:42
Definition: inspector.h:371
std::vector< InspectorItem > iList
Definition: inspectorBase.h:70
Base class of score layout elements.
Definition: element.h:158
virtual void postInit()
Definition: inspectorBase.h:84
Definition: inspectorBase.h:94
Definition: inspectorBase.h:37
Definition: inspectorBase.h:103
Definition: inspectorBase.h:49
Definition: scriptentry.h:96
Definition: aeolus.cpp:26
int parent
Definition: inspectorBase.h:39
QWidget * panel
Definition: inspectorBase.h:30
static InspectorEventObserver * instance()
Definition: inspectorBase.h:107
Pid t
Definition: inspectorBase.h:38
static std::unique_ptr< InspectorEventObserver > i
Definition: inspectorBase.h:95
Definition: inspectorBase.h:28
Definition: inspectorBase.h:102
std::vector< InspectorPanel > pList
Definition: inspectorBase.h:71
QWidget * w
Definition: inspectorBase.h:40
EventType
Definition: inspectorBase.h:100
QToolButton * title
Definition: inspectorBase.h:29
Definition: inspectorBase.h:101