Inheritance diagram for IAEX::NotebookWindow:
Public Slots | |
void | updateMenus () |
Method for enabling/disabling the menus depended on what have been selected in the mainwindow. | |
void | updateStyleMenu () |
Method for unpdating the style menu. | |
void | updateEditMenu () |
Method for updating the edit menu. | |
void | updateCellMenu () |
Method for updating the cell menu. | |
void | updateFontMenu () |
Method for updating the font menu. | |
void | updateFontFaceMenu () |
Method for updating the face menu. | |
void | updateFontSizeMenu () |
Method for updating the size menu. | |
void | updateFontStretchMenu () |
Method for updating the stretch menu. | |
void | updateFontColorMenu () |
Method for updating the color menu. | |
void | updateTextAlignmentMenu () |
Method for updating the alignment menu. | |
void | updateVerticalAlignmentMenu () |
Method for updating the vertical alignment menu. | |
void | updateBorderMenu () |
Method for updating the border menu. | |
void | updateMarginMenu () |
Method for updating the margin menu. | |
void | updatePaddingMenu () |
Method for updating the padding menu. | |
void | updateWindowMenu () |
Method for updating the window menu. | |
void | updateWindowTitle () |
Method for updateing the window title. | |
void | updateChapterCounters () |
Method for updateing the chapter counters. | |
void | setStatusMessage (QString msg) |
Set the status message to msg, if msg is empty the default status message 'Ready' is set. | |
void | forwardedAction (int action) |
handles forwarded actions | |
Public Member Functions | |
NotebookWindow (Document *subject, const QString &filename=0, QWidget *parent=0) | |
The class constructor. | |
virtual | ~NotebookWindow () |
The class destructor. | |
virtual void | update () |
virtual Document * | document () |
Return the notebook windons document. | |
Application * | application () |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *event) |
void | keyReleaseEvent (QKeyEvent *event) |
Method for catching some keyevent, and given them new functionality. |
|
The class constructor.
|
|
The class destructor.
|
|
|
|
Return the notebook windons document.
Implements IAEX::DocumentView. |
|
handles forwarded actions
|
|
|
|
Method for catching some keyevent, and given them new functionality.
|
|
Set the status message to msg, if msg is empty the default status message 'Ready' is set.
|
|
Implements IAEX::DocumentView. |
|
Method for updating the border menu.
|
|
Method for updating the cell menu.
|
|
Method for updateing the chapter counters.
|
|
Method for updating the edit menu.
|
|
Method for updating the color menu.
|
|
Method for updating the face menu.
|
|
Method for updating the font menu.
|
|
Method for updating the size menu.
|
|
Method for updating the stretch menu.
|
|
Method for updating the margin menu.
|
|
Method for enabling/disabling the menus depended on what have been selected in the mainwindow.
|
|
Method for updating the padding menu.
|
|
Method for unpdating the style menu.
|
|
Method for updating the alignment menu.
|
|
Method for updating the vertical alignment menu.
|
|
Method for updating the window menu.
|
|
Method for updateing the window title.
|