Dialog for saving to file.
More...
#include <ImportDialog.hh>
Inherits QDialog.
|
virtual void | showEvent (QShowEvent *event) |
| Qt event emitted showing the dialog. More...
|
|
Dialog for saving to file.
Constructor.
- Parameters
-
[in] | _parent | Parent QWidget. |
std::string GetImportPath |
( |
| ) |
const |
Get the import path of the custom link.
- Returns
- Path of the custom location.
std::string GetLinkName |
( |
| ) |
const |
Get name of file.
- Returns
- The name of file.
void SetImportPath |
( |
const std::string & |
_path | ) |
|
Set the import path of the custom link.
- Parameters
-
[in] | _path | Path to import the custom link. |
void SetLinkName |
( |
const std::string & |
_name | ) |
|
Set the name of the custom link.
- Parameters
-
void SetMessage |
( |
const std::string & |
_msg | ) |
|
Set the message to be displayed.
- Parameters
-
[in] | _msg | Message to be displayed. |
void SetTitle |
( |
const std::string & |
_title | ) |
|
Set the tile of the dialog.
- Parameters
-
[in] | _title | Title of dialog. |
virtual void showEvent |
( |
QShowEvent * |
event | ) |
|
|
protectedvirtual |
Qt event emitted showing the dialog.
The documentation for this class was generated from the following file: