#include <frame.h>
Inheritance diagram for YFrame:
Signals | |
void | CloseFrame () |
void | TitleChanged (const QString &newname, YObject *object) |
void | StatusMessage (const QString &message, int time_ms=0) |
Public Member Functions | |
YFrame (YFrameArgs &args) | |
args to generate this frame | |
~YFrame () | |
virtual int | InitInstance () |
virtual QWidget * | GetMainWidget ()=0 |
YFrameArgs & | GetFrameArgs () const |
void | SetTitle (const QString &newtitle) |
virtual void | PostCreateWindow (YMDIWindow *) |
Private Attributes | |
Q_OBJECT YFrameArgs & | frameargs |
|
args to generate this frame
|
|
|
|
|
|
|
|
Implemented in YEnvironmentFrame, YHelpFrame, YMutexFrame, YOutputWindowFrame, YProjectFrame, YResultFrame, YFileViewFrame, YTaskFrame, and YWorkSpaceFrame. |
|
|
This function is used to initialize mdi windows after creation and before calling window->show() e.g. connect to signals/slots Reimplemented in YResultFrame. |
|
we do not compare due to speed issues |
|
|
|
|
|
|