#include <DataViewer/R3DEmMpm.h>
Collaboration diagram for R3DEmMpm:
Protected Member Functions | |
void | closeEvent (QCloseEvent *event) |
Implements the CloseEvent to Quit the application and write settings to the preference file. | |
void | dragEnterEvent (QDragEnterEvent *) |
Drag and drop implementation. | |
void | dropEvent (QDropEvent *) |
Drag and drop implementation. | |
void | setWidgetListEnabled (bool b) |
Enables or Disables all the widgets in a list. | |
void | readSettings () |
Reads the Preferences from the users pref file. | |
void | writeSettings () |
Writes the preferences to the users pref file. | |
void | setupGui () |
Initializes some of the GUI elements with selections or other GUI related items. | |
void | _verifyOutputPathParentExists (QString &outFilePath, QLineEdit *lineEdit) |
Verifies that a parent director exists. |
void R3DEmMpm::setWidgetListEnabled | ( | bool | b | ) | [protected] |
Enables or Disables all the widgets in a list.
b |
void R3DEmMpm::_verifyOutputPathParentExists | ( | QString & | outFilePath, | |
QLineEdit * | lineEdit | |||
) | [protected] |
Verifies that a parent director exists.
If the parent does NOT exist then the QLineEdit is colored red
outFilePath | The path to check | |
lineEdit | The QLineEdit to check. |