|     43 	void setRenderPreferences(const gl::RenderPreferences& newPreferences); | 
    44 	void setRenderPreferences(const gl::RenderPreferences& newPreferences); | 
|     44 signals: | 
    45 signals: | 
|     45 	void newStatusText(const QString& newStatusText); | 
    46 	void newStatusText(const QString& newStatusText); | 
|     46 	void splitterChanged(); | 
    47 	void splitterChanged(); | 
|     47 private: | 
    48 private: | 
|         | 
    49 	void selectionChanged(const QSet<ldraw::id_t>& newSelection); | 
|     48 	Model* model; | 
    50 	Model* model; | 
|     49 	DocumentManager* const documents; | 
    51 	DocumentManager* const documents; | 
|     50 	const ldraw::ColorTable& colorTable; | 
    52 	const ldraw::ColorTable& colorTable; | 
|     51 	Canvas* renderer; | 
    53 	Canvas* renderer; | 
|     52 	Ui::Document& ui; | 
    54 	Ui::Document& ui; | 
|         | 
    55 	ObjectEditor objectEditor; | 
|     53 }; | 
    56 }; |