The about dialog box window. More...
Signals | |
void | sgnlDisableIdle () |
void | sgnlRestoreIdle () |
void | sgnlPauseTimers () |
void | sgnlUnpauseTimers () |
Public Member Functions | |
AboutDialog (QWidget *parent=0) | |
~AboutDialog () | |
Private Slots | |
void | slotOK () |
Private Member Functions | |
void | showEvent (QShowEvent *) |
void | closeEvent (QCloseEvent *) |
Private Attributes | |
Ui::AboutDialog * | ui |
The about dialog box window.
rtVTK::AboutDialog::AboutDialog | ( | QWidget * | parent = 0 | ) | [explicit] |
Destroys the ui object pointer.
References ui.
void rtVTK::AboutDialog::closeEvent | ( | QCloseEvent * | e | ) | [private] |
Closes the window and re-enables idling.
References sgnlRestoreIdle(), and sgnlUnpauseTimers().
void rtVTK::AboutDialog::sgnlDisableIdle | ( | ) | [signal] |
Referenced by showEvent().
void rtVTK::AboutDialog::sgnlPauseTimers | ( | ) | [signal] |
Referenced by showEvent().
void rtVTK::AboutDialog::sgnlRestoreIdle | ( | ) | [signal] |
Referenced by closeEvent().
void rtVTK::AboutDialog::sgnlUnpauseTimers | ( | ) | [signal] |
Referenced by closeEvent().
void rtVTK::AboutDialog::showEvent | ( | QShowEvent * | e | ) | [private] |
Shows the window and disables idling.
References sgnlDisableIdle(), and sgnlPauseTimers().
void rtVTK::AboutDialog::slotOK | ( | ) | [private, slot] |
Had to manually add this because the Qt Designer slot for close was not calling the redefined closeEvent
Referenced by AboutDialog().
Ui::AboutDialog* rtVTK::AboutDialog::ui [private] |
Referenced by AboutDialog(), and ~AboutDialog().