OpenMW
|
#include <scenesubview.hpp>
Public Member Functions | |
SceneSubView (const CSMWorld::UniversalId &id, CSMDoc::Document &document) | |
virtual void | setEditLock (bool locked) |
virtual void | setStatusBar (bool show) |
Default implementation: ignored. More... | |
virtual void | useHint (const std::string &hint) |
Default implementation: ignored. More... | |
virtual std::string | getTitle () const |
Public Member Functions inherited from CSVDoc::SubView | |
SubView (const CSMWorld::UniversalId &id) | |
CSMWorld::UniversalId | getUniversalId () const |
Private Types | |
enum | widgetType { widget_Paged, widget_Unpaged } |
Private Slots | |
void | cellSelectionChanged (const CSMWorld::CellSelection &selection) |
void | cellSelectionChanged (const CSMWorld::UniversalId &id) |
void | handleDrop (const std::vector< CSMWorld::UniversalId > &data) |
Private Member Functions | |
void | makeConnections (CSVRender::PagedWorldspaceWidget *widget) |
void | makeConnections (CSVRender::UnpagedWorldspaceWidget *widget) |
void | replaceToolbarAndWorldspace (CSVRender::WorldspaceWidget *widget, CSVWidget::SceneToolbar *toolbar) |
CSVWidget::SceneToolbar * | makeToolbar (CSVRender::WorldspaceWidget *widget, widgetType type) |
Private Attributes | |
TableBottomBox * | mBottom |
CSVRender::WorldspaceWidget * | mScene |
QHBoxLayout * | mLayout |
CSMDoc::Document & | mDocument |
CSVWidget::SceneToolbar * | mToolbar |
std::string | mTitle |
Additional Inherited Members | |
Signals inherited from CSVDoc::SubView | |
void | focusId (const CSMWorld::UniversalId &universalId, const std::string &hint) |
void | closeRequest (SubView *subView) |
void | updateTitle () |
void | updateSubViewIndices (SubView *view=NULL) |
void | universalIdChanged (const CSMWorld::UniversalId &universalId) |
Protected Slots inherited from CSVDoc::SubView | |
void | closeRequest () |
Protected Member Functions inherited from CSVDoc::SubView | |
void | setUniversalId (const CSMWorld::UniversalId &id) |
bool | event (QEvent *event) |
|
private |
CSVWorld::SceneSubView::SceneSubView | ( | const CSMWorld::UniversalId & | id, |
CSMDoc::Document & | document | ||
) |
|
privateslot |
|
privateslot |
|
virtual |
Reimplemented from CSVDoc::SubView.
|
privateslot |
|
private |
|
private |
|
private |
|
private |
|
virtual |
Implements CSVDoc::SubView.
|
virtual |
Default implementation: ignored.
Reimplemented from CSVDoc::SubView.
|
virtual |
Default implementation: ignored.
Reimplemented from CSVDoc::SubView.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |