rtVTK  0.6.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
Signals | Public Member Functions | Private Slots | Private Member Functions | Private Attributes
rtVTK::AboutDialog Class Reference

The about dialog box window. More...

List of all members.

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

Detailed Description

The about dialog box window.


Constructor & Destructor Documentation

rtVTK::AboutDialog::AboutDialog ( QWidget *  parent = 0) [explicit]

Initializes the ui object of the window. Calls the ui setupUi function.

Parameters:
parentQWidget* - A pointer to the dialog's parent object.

References slotOK(), and ui.

Destroys the ui object pointer.

References ui.


Member Function Documentation

void rtVTK::AboutDialog::closeEvent ( QCloseEvent *  e) [private]

Closes the window and re-enables idling.

References sgnlRestoreIdle(), and sgnlUnpauseTimers().

Referenced by showEvent().

Referenced by showEvent().

Referenced by closeEvent().

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().


Member Data Documentation

Ui::AboutDialog* rtVTK::AboutDialog::ui [private]

Referenced by AboutDialog(), and ~AboutDialog().


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends