OpenMW
|
#include <dialoguesubview.hpp>
Public Member Functions | |
SimpleDialogueSubView (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 |
Protected Member Functions | |
QVBoxLayout & | getMainLayout () |
CSMWorld::IdTable & | getTable () |
CSMWorld::CommandDispatcher & | getCommandDispatcher () |
EditWidget & | getEditWidget () |
void | updateCurrentId () |
bool | isLocked () const |
Protected Member Functions inherited from CSVDoc::SubView | |
void | setUniversalId (const CSMWorld::UniversalId &id) |
bool | event (QEvent *event) |
Private Slots | |
void | dataChanged (const QModelIndex &index) |
void | rowsAboutToBeRemoved (const QModelIndex &parent, int start, int end) |
we need to care for deleting currently edited record More... | |
Private Attributes | |
EditWidget * | mEditWidget |
QVBoxLayout * | mMainLayout |
CSMWorld::IdTable * | mTable |
bool | mLocked |
const CSMDoc::Document & | mDocument |
CSMWorld::CommandDispatcher | mCommandDispatcher |
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 () |
CSVWorld::SimpleDialogueSubView::SimpleDialogueSubView | ( | const CSMWorld::UniversalId & | id, |
CSMDoc::Document & | document | ||
) |
|
privateslot |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
privateslot |
we need to care for deleting currently edited record
|
virtual |
Implements CSVDoc::SubView.
Reimplemented in CSVWorld::DialogueSubView.
|
protected |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |