34 #ifndef CURVEEDITORPANEL_H
35 #define CURVEEDITORPANEL_H
39 #include "ui_CurveEditorPanel.h"
42 #include <QtGui/QHBoxLayout>
43 #include <QtGui/QDoubleSpinBox>
44 #include <QtGui/QCheckBox>
85 virtual void fillToolBars ( QToolBar *mainToolBar, QToolBar *panelToolBar );
94 void updateTree (
bool objectsSelected );
101 void buildTree (
Node *node );
114 void setCurrentFrame (
const int index )
const;
119 void changeKeyValues ();
124 void scaleKeyValues ();
129 void normalizeKeyValues ();
134 void muteSelectedParameterGroups ();
139 void muteAllParameterGroups ();
144 void unmuteAllParameterGroups ();
149 void updateAllParameters ();
163 void muteItems(QTreeWidgetItem *item);
168 void unmuteItems(QTreeWidgetItem *item);
180 void fillTree(
ParameterGroup *rootData, QTreeWidgetItem *rootItem );
190 void keyPressEvent ( QKeyEvent *event );