5 #include "qstackedwidget.h"
6 #include "qpushbutton.h"
7 #include "qtableview.h"
11 #include "renderselector.h"
42 void updateTableWidget();
47 _stackedWidget->setCurrentIndex(indx);
55 static int addWidget(QWidget*,
const char* name,
string tag);
57 #ifndef DOXYGEN_SKIP_THIS
59 static void rebuildCombo();
61 static std::string uniqueName(std::string name);
65 void deleteRenderer();
66 void changeChecked(
int i,
int j);
67 void itemTextChange(QTableWidgetItem*);
68 void selectInstance();
69 void copyInstanceTo(
int viznum);
75 static vector<int> _vizDupNums;
78 static QStackedWidget* _stackedWidget;
79 #endif //DOXYGEN_SKIP_THIS
84 #endif //RENDERHOLDER_H
A class that manages the display of Renderer parameters.
static void setCurrentIndex(int indx)
static RenderHolder * getInstance()