OpenMW
|
#include <tablesubview.hpp>
Signals | |
void | cloneRequest (const std::string &, const CSMWorld::UniversalId::Type) |
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) |
Public Member Functions | |
TableSubView (const CSMWorld::UniversalId &id, CSMDoc::Document &document, const CreatorFactoryBase &creatorFactory, bool sorting) | |
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... | |
Public Member Functions inherited from CSVDoc::SubView | |
SubView (const CSMWorld::UniversalId &id) | |
CSMWorld::UniversalId | getUniversalId () const |
virtual std::string | getTitle () const |
Protected Member Functions | |
bool | eventFilter (QObject *object, QEvent *event) |
Protected Member Functions inherited from CSVDoc::SubView | |
void | setUniversalId (const CSMWorld::UniversalId &id) |
bool | event (QEvent *event) |
Private Slots | |
void | editRequest (const CSMWorld::UniversalId &id, const std::string &hint) |
void | cloneRequest (const CSMWorld::UniversalId &toClone) |
void | createFilterRequest (std::vector< CSMWorld::UniversalId > &types, Qt::DropAction action) |
Private Attributes | |
Table * | mTable |
TableBottomBox * | mBottom |
CSVFilter::FilterBox * | mFilterBox |
Additional Inherited Members | |
Protected Slots inherited from CSVDoc::SubView | |
void | closeRequest () |
CSVWorld::TableSubView::TableSubView | ( | const CSMWorld::UniversalId & | id, |
CSMDoc::Document & | document, | ||
const CreatorFactoryBase & | creatorFactory, | ||
bool | sorting | ||
) |
|
signal |
|
privateslot |
|
privateslot |
|
privateslot |
|
virtual |
Implements CSVDoc::SubView.
|
virtual |
Default implementation: ignored.
Reimplemented from CSVDoc::SubView.
|
virtual |
Default implementation: ignored.
Reimplemented from CSVDoc::SubView.
|
private |
|
private |
|
private |