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