QXRD
0.11.16
|
#include <qcepmainwindow.h>
Public Slots | |
void | shrinkPanels (int fontSize, int spacing) |
void | setFontSize (int fontSize) |
void | setSpacing (int spacing) |
virtual void | printMessage (QString msg, QDateTime ts=QDateTime::currentDateTime())=0 |
Public Member Functions | |
QcepMainWindow (QWidget *parent=0) | |
void | possiblyClose () |
bool | wantToClose () |
Protected Member Functions | |
void | shrinkDockWidget (QDockWidget *dockWidget, int fontSize, int spacing) |
void | shrinkObject (QObject *obj, int fontSize, int spacing) |
void | setObjectSpacing (QObject *obj, int spacing) |
Definition at line 7 of file qcepmainwindow.h.
|
explicit |
Definition at line 12 of file qcepmainwindow.cpp.
void QcepMainWindow::possiblyClose | ( | ) |
Definition at line 18 of file qcepmainwindow.cpp.
References wantToClose().
|
pure virtualslot |
|
slot |
Definition at line 35 of file qcepmainwindow.cpp.
References INVOKE_CHECK.
Referenced by QxrdWindow::initialize(), QxrdDetectorControlWindow::QxrdDetectorControlWindow(), and shrinkPanels().
|
protected |
Definition at line 68 of file qcepmainwindow.cpp.
Referenced by setSpacing().
|
slot |
Definition at line 56 of file qcepmainwindow.cpp.
References INVOKE_CHECK, and setObjectSpacing().
Referenced by QxrdWindow::initialize(), QxrdDetectorControlWindow::QxrdDetectorControlWindow(), and shrinkPanels().
|
protected |
Definition at line 110 of file qcepmainwindow.cpp.
References shrinkObject().
|
protected |
Definition at line 115 of file qcepmainwindow.cpp.
References DEBUG_WINDOW, HEXARG, printMessage(), and qcepDebug().
Referenced by shrinkDockWidget().
|
slot |
Definition at line 95 of file qcepmainwindow.cpp.
References setFontSize(), and setSpacing().
Referenced by QxrdWindow::initialize().
bool QcepMainWindow::wantToClose | ( | ) |
Definition at line 26 of file qcepmainwindow.cpp.
References THREAD_CHECK.
Referenced by QxrdWindow::closeEvent(), and possiblyClose().