#include <messageeditor.h>
|
| | MessageEditor (MultiDataModel *dataModel, QMainWindow *parent=0) |
| | ~MessageEditor () |
| void | showNothing () |
| void | showMessage (const MultiDataIndex &index) |
| void | setNumerusForms (int model, const QStringList &numerusForms) |
| bool | eventFilter (QObject *, QEvent *) override |
| void | setNumerusTranslation (int model, const QString &translation, int numerus) |
| int | activeModel () const |
| void | setEditorFocusForModel (int model) |
| void | setUnfinishedEditorFocus () |
| bool | focusNextUnfinished () |
| void | setVisualizeWhitespace (bool value) |
| void | setFontSize (const float fontSize) |
| float | fontSize () |
| | QScrollArea (QWidget *parent=nullptr) |
| | Constructs an empty scroll area with the given parent.
|
| | ~QScrollArea () |
| | Destroys the scroll area and its child widget.
|
| QWidget * | widget () const |
| | Returns the scroll area's widget, or \nullptr if there is none.
|
| void | setWidget (QWidget *widget) |
| | Sets the scroll area's widget.
|
| QWidget * | takeWidget () |
| | Removes the scroll area's widget, and passes ownership of the widget to the caller.
|
| bool | widgetResizable () const |
| void | setWidgetResizable (bool resizable) |
| QSize | sizeHint () const override |
| | \reimp
|
| bool | focusNextPrevChild (bool next) override |
| | \reimp
|
| Qt::Alignment | alignment () const |
| void | setAlignment (Qt::Alignment) |
| void | ensureVisible (int x, int y, int xmargin=50, int ymargin=50) |
| | Scrolls the contents of the scroll area so that the point (x, y) is visible inside the region of the viewport with margins specified in pixels by xmargin and ymargin.
|
| void | ensureWidgetVisible (QWidget *childWidget, int xmargin=50, int ymargin=50) |
Definition at line 37 of file messageeditor.h.
◆ MessageEditor()
◆ ~MessageEditor()
| MessageEditor::~MessageEditor |
( |
| ) |
|
◆ activeModel()
| int MessageEditor::activeModel |
( |
| ) |
const |
|
inline |
◆ activeModelChanged
| void MessageEditor::activeModelChanged |
( |
int | model | ) |
|
|
signal |
◆ beginFromSource
| void MessageEditor::beginFromSource |
( |
| ) |
|
|
slot |
◆ copy
| void MessageEditor::copy |
( |
| ) |
|
|
slot |
◆ copyAvailable
| void MessageEditor::copyAvailable |
( |
bool | avail | ) |
|
|
signal |
◆ cut
| void MessageEditor::cut |
( |
| ) |
|
|
slot |
◆ cutAvailable
| void MessageEditor::cutAvailable |
( |
bool | avail | ) |
|
|
signal |
◆ decreaseFontSize
| void MessageEditor::decreaseFontSize |
( |
| ) |
|
|
slot |
◆ eventFilter()
◆ focusNextUnfinished()
| bool MessageEditor::focusNextUnfinished |
( |
| ) |
|
◆ fontSize()
| float MessageEditor::fontSize |
( |
| ) |
|
◆ increaseFontSize
| void MessageEditor::increaseFontSize |
( |
| ) |
|
|
slot |
◆ paste
| void MessageEditor::paste |
( |
| ) |
|
|
slot |
◆ pasteAvailable
| void MessageEditor::pasteAvailable |
( |
bool | avail | ) |
|
|
signal |
◆ redo
| void MessageEditor::redo |
( |
| ) |
|
|
slot |
◆ redoAvailable
| void MessageEditor::redoAvailable |
( |
bool | avail | ) |
|
|
signal |
◆ resetFontSize
| void MessageEditor::resetFontSize |
( |
| ) |
|
|
slot |
◆ selectAll
| void MessageEditor::selectAll |
( |
| ) |
|
|
slot |
◆ setEditorFocus
| void MessageEditor::setEditorFocus |
( |
| ) |
|
|
slot |
◆ setEditorFocusForModel()
| void MessageEditor::setEditorFocusForModel |
( |
int | model | ) |
|
◆ setFontSize()
| void MessageEditor::setFontSize |
( |
const float | fontSize | ) |
|
◆ setLengthVariants
| void MessageEditor::setLengthVariants |
( |
bool | on | ) |
|
|
slot |
◆ setNumerusForms()
| void MessageEditor::setNumerusForms |
( |
int | model, |
|
|
const QStringList & | numerusForms ) |
◆ setNumerusTranslation()
| void MessageEditor::setNumerusTranslation |
( |
int | model, |
|
|
const QString & | translation, |
|
|
int | numerus ) |
◆ setTranslation
| void MessageEditor::setTranslation |
( |
int | latestModel, |
|
|
const QString & | translation ) |
|
slot |
◆ setUnfinishedEditorFocus()
| void MessageEditor::setUnfinishedEditorFocus |
( |
| ) |
|
◆ setVisualizeWhitespace()
| void MessageEditor::setVisualizeWhitespace |
( |
bool | value | ) |
|
◆ showMessage()
◆ showNothing()
| void MessageEditor::showNothing |
( |
| ) |
|
◆ translationChanged
◆ translatorCommentChanged
| void MessageEditor::translatorCommentChanged |
( |
const QString & | comment | ) |
|
|
signal |
◆ undo
| void MessageEditor::undo |
( |
| ) |
|
|
slot |
◆ undoAvailable
| void MessageEditor::undoAvailable |
( |
bool | avail | ) |
|
|
signal |
The documentation for this class was generated from the following files: