OpenMW
|
#include <scriptsubview.hpp>
Classes | |
class | ChangeLock |
Public Slots | |
void | idListChanged () |
void | textChanged () |
void | dataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight) |
void | rowsAboutToBeRemoved (const QModelIndex &parent, int start, int end) |
Public Member Functions | |
ScriptSubView (const CSMWorld::UniversalId &id, CSMDoc::Document &document) | |
virtual void | setEditLock (bool locked) |
Private Slots | |
void | updateHighlighting () |
Private Attributes | |
QTextEdit * | mEditor |
CSMDoc::Document & | mDocument |
CSMWorld::IdTable * | mModel |
int | mColumn |
int | mChangeLocked |
ScriptHighlighter * | mHighlighter |
QTimer | mUpdateTimer |
Friends | |
class | ChangeLock |
CSVWorld::ScriptSubView::ScriptSubView | ( | const CSMWorld::UniversalId & | id, |
CSMDoc::Document & | document | ||
) |
void CSVWorld::ScriptSubView::dataChanged | ( | const QModelIndex & | topLeft, |
const QModelIndex & | bottomRight | ||
) | [slot] |
void CSVWorld::ScriptSubView::idListChanged | ( | ) | [slot] |
void CSVWorld::ScriptSubView::rowsAboutToBeRemoved | ( | const QModelIndex & | parent, |
int | start, | ||
int | end | ||
) | [slot] |
void CSVWorld::ScriptSubView::setEditLock | ( | bool | locked | ) | [virtual] |
Implements CSVDoc::SubView.
void CSVWorld::ScriptSubView::textChanged | ( | ) | [slot] |
void CSVWorld::ScriptSubView::updateHighlighting | ( | ) | [private, slot] |
friend class ChangeLock [friend] |
int CSVWorld::ScriptSubView::mChangeLocked [private] |
int CSVWorld::ScriptSubView::mColumn [private] |
QTextEdit* CSVWorld::ScriptSubView::mEditor [private] |
CSMWorld::IdTable* CSVWorld::ScriptSubView::mModel [private] |
QTimer CSVWorld::ScriptSubView::mUpdateTimer [private] |