Dialog for saving to file.
More...
#include <ImportDialog.hh>
Inherits QDialog.
|
| ImportDialog (QWidget *_parent=0) |
| Constructor.
|
|
| ~ImportDialog () |
| Destructor.
|
|
std::string | GetImportPath () const |
| Get the import path of the custom link.
|
|
std::string | GetLinkName () const |
| Get name of file.
|
|
void | SetImportPath (const std::string &_path) |
| Set the import path of the custom link.
|
|
void | SetLinkName (const std::string &_name) |
| Set the name of the custom link.
|
|
void | SetMessage (const std::string &_msg) |
| Set the message to be displayed.
|
|
void | SetTitle (const std::string &_title) |
| Set the tile of the dialog.
|
|
|
virtual void | showEvent (QShowEvent *event) |
| Qt event emitted showing the dialog.
|
|
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: