OpenMW
|
#include <reportsubview.hpp>
Public Member Functions | |
ReportSubView (const CSMWorld::UniversalId &id, CSMDoc::Document &document) | |
virtual void | setEditLock (bool locked) |
Public Member Functions inherited from CSVDoc::SubView | |
SubView (const CSMWorld::UniversalId &id) | |
CSMWorld::UniversalId | getUniversalId () const |
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 |
Private Slots | |
void | refreshRequest () |
Private Attributes | |
ReportTable * | mTable |
CSMDoc::Document & | mDocument |
int | mRefreshState |
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) |
CSVTools::ReportSubView::ReportSubView | ( | const CSMWorld::UniversalId & | id, |
CSMDoc::Document & | document | ||
) |
|
privateslot |
|
virtual |
Implements CSVDoc::SubView.
|
private |
|
private |
|
private |