#include </R3DImageTools/Source/R3D/MosaicExporter/GUI/R3DMosaicExporter.h>
Protected Member Functions | |
void | closeEvent (QCloseEvent *event) |
Implements the CloseEvent to Quit the application and write settings to the preference file. | |
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 | 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. | |
bool | _verifyPathExists (QString &outFilePath, QLineEdit *lineEdit) |
Verifies that a path exists on the file system. | |
bool | _verifyOutputPathParentExists (QString &outFilePath, QLineEdit *lineEdit) |
Verifies that a parent path exists on the file system. |
void R3DMosaicExporter::setWidgetListEnabled | ( | bool | b | ) | [protected] |
Enables or Disables all the widgets in a list.
b |
bool R3DMosaicExporter::_verifyPathExists | ( | QString & | outFilePath, | |
QLineEdit * | lineEdit | |||
) | [protected] |
Verifies that a path exists on the file system.
outFilePath | The file path to check | |
lineEdit | The QLineEdit object to modify visuals of (Usually by placing a red line around the QLineEdit widget) |
bool R3DMosaicExporter::_verifyOutputPathParentExists | ( | QString & | outFilePath, | |
QLineEdit * | lineEdit | |||
) | [protected] |
Verifies that a parent path exists on the file system.
outFilePath | The parent file path to check | |
lineEdit | The QLineEdit object to modify visuals of (Usually by placing a red line around the QLineEdit widget) |