#include <mainwindow.h>
Collaboration diagram for YMDIWindow:
Public Slots | |
void | SetCaption (const QString &newname, YObject *object) |
Signals | |
void | StatusMessage (const QString &, int) |
Public Member Functions | |
YMDIWindow (YMainWindow *parent, const QString title) | |
~YMDIWindow () | |
virtual int | InitInstance (YFrameArgs &args) |
virtual int | Show () |
const QString & | GetTitle () const |
YFrameArgs & | GetWindowArgs () const |
bool | CheckTitle (const QString &name) const |
YFrame * | GetMainFrame () const |
Static Public Member Functions | |
int | OpenNewWindow (YFrameArgs *args, bool multiple=false, bool fullscreen=false) |
Protected Member Functions | |
virtual void | keyPressEvent (QKeyEvent *event) |
Protected Attributes | |
YMainWindow * | mainwindow |
YFrame * | mainframe |
This value contains the ptr the main window. |
|
|
|
|
|
checks if "About Yasa" == "About Yasa:1" checks if "Simulator ELLF" == "Simulator ELLF - Timing diagram" |
|
|
|
|
|
|
|
|
|
|
|
Open the window associated with the object. If it already exist and multiple is false it will be pushed in the foreground (default) |
|
|
|
|
|
|
|
This value contains the ptr the main window.
|
|
|