The main Window of NCL Composer.
More...
#include <ComposerMainWindow.h>
|
| ComposerMainWindow (QWidget *parent=0) |
| Constructs the Composer Main Window with the given parent. More...
|
|
void | init (const QApplication &app) |
| You should call this method to initialize the NCL Composer Main Window and show the SplashScreen. More...
|
|
|
void | changeEvent (QEvent *) |
| This event is called, when a new translator is loaded or the system language is changed.
|
|
virtual void | keyPressEvent (QKeyEvent *event) |
|
The main Window of NCL Composer.
This class is the main window of NCL Composer.
Definition at line 90 of file ComposerMainWindow.h.
composer::gui::ComposerMainWindow::ComposerMainWindow |
( |
QWidget * |
parent = 0 ) | |
|
|
explicit |
Constructs the Composer Main Window with the given parent.
- Parameters
-
parent | The parent of the Composer Main Window. |
Definition at line 38 of file ComposerMainWindow.cpp.
void composer::gui::ComposerMainWindow::addPluginWidget |
( |
IPluginFactory * |
fac, |
|
|
IPlugin * |
plugin, |
|
|
Project * |
project, |
|
|
int |
n |
|
) |
| |
|
slot |
void composer::gui::ComposerMainWindow::checkTemporaryFileLastModified |
( |
QString |
filename) | |
|
|
slot |
void composer::gui::ComposerMainWindow::errorDialog |
( |
QString |
message) | |
|
|
slot |
void composer::gui::ComposerMainWindow::init |
( |
const QApplication & |
app) | |
|
You should call this method to initialize the NCL Composer Main Window and show the SplashScreen.
- Parameters
-
Definition at line 69 of file ComposerMainWindow.cpp.
void composer::gui::ComposerMainWindow::onOpenProjectTab |
( |
QString |
location) | |
|
|
slot |
bool composer::gui::ComposerMainWindow::removeTemporaryFile |
( |
QString |
location) | |
|
|
slot |
void composer::gui::ComposerMainWindow::writeSettings |
( |
) | |
|
|
signal |
Send this signal when must be writed the current settings.
- Deprecated:
The documentation for this class was generated from the following files: