lokalize
#include <editorview.h>

Public Slots | |
void | gotoEntry (DocPosition pos=DocPosition(), int selection=0) |
void | setEquivTrans (bool) |
void | setState (TargetState) |
void | toggleApprovement () |
Signals | |
void | binaryUnitSelectRequested (const QString &id) |
void | doExplicitCompletion () |
void | findNextRequested () |
void | findRequested () |
void | gotoEntryRequested (const DocPosition &) |
void | replaceRequested () |
void | signalApprovedEntryDisplayed (bool) |
void | signalChanged (uint index) |
void | signalChangeStatusbar (const QString &) |
void | signalEquivTranslatedEntryDisplayed (bool) |
void | tmLookupRequested (DocPosition::Part, const QString &) |
Public Member Functions | |
EditorView (QWidget *, Catalog *) | |
virtual | ~EditorView () |
QString | selectionInSource () const |
QString | selectionInTarget () const |
void | setProperFocus () |
KTabBar * | tabBar () |
QObject * | viewPort () |
Public Attributes | |
bool | m_modifiedAfterFind |
Detailed Description
This is the main view class for Lokalize Editor.
Most of the non-menu, non-toolbar, non-statusbar, and non-dockview editing GUI code should go here.
There are several ways (for views) to modify current msg: -modify KTextEdit and changes will be applied to catalog automatically (plus you need to care of fuzzy indication etc) -modify catalog directly, then call EditorWindow::gotoEntry slot I used both :)
Main editor view: source and target textedits
Definition at line 55 of file editorview.h.
Constructor & Destructor Documentation
Definition at line 97 of file editorview.cpp.
|
virtual |
Definition at line 144 of file editorview.cpp.
Member Function Documentation
|
signal |
|
signal |
|
signal |
|
signal |
|
slot |
Definition at line 177 of file editorview.cpp.
|
signal |
|
signal |
QString EditorView::selectionInSource | ( | ) | const |
Definition at line 310 of file editorview.cpp.
QString EditorView::selectionInTarget | ( | ) | const |
Definition at line 304 of file editorview.cpp.
|
slot |
Definition at line 360 of file editorview.cpp.
void EditorView::setProperFocus | ( | ) |
Definition at line 316 of file editorview.cpp.
|
slot |
Definition at line 350 of file editorview.cpp.
|
signal |
|
signal |
|
signal |
|
signal |
|
inline |
Definition at line 62 of file editorview.h.
|
signal |
|
slot |
Definition at line 339 of file editorview.cpp.
QObject * EditorView::viewPort | ( | ) |
Definition at line 326 of file editorview.cpp.
Member Data Documentation
bool EditorView::m_modifiedAfterFind |
Definition at line 90 of file editorview.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.