#include <VolumeResultDialog.h>
Public Member Functions | |
| void | saveVolume (const std::string &path) |
| VolumeResultDialog (std::vector< std::string > &polyvec, std::vector< std::string > &cortevec, std::vector< std::string > &aterrovec, std::vector< std::string > &areavec, std::vector< std::string > &iquotavec, std::string &attr, QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~VolumeResultDialog () | |
Protected Slots | |
| void | onCancelPushButtonClicked () |
| void | onSavePushButtonClicked () |
Private Attributes | |
| std::unique_ptr< Ui::VolumeResultDialogForm > | m_ui |
Definition at line 47 of file VolumeResultDialog.h.
| te::mnt::VolumeResultDialog::VolumeResultDialog | ( | std::vector< std::string > & | polyvec, |
| std::vector< std::string > & | cortevec, | ||
| std::vector< std::string > & | aterrovec, | ||
| std::vector< std::string > & | areavec, | ||
| std::vector< std::string > & | iquotavec, | ||
| std::string & | attr, | ||
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 39 of file VolumeResultDialog.cpp.
References m_ui, onCancelPushButtonClicked(), onSavePushButtonClicked(), and ~VolumeResultDialog().
|
default |
Referenced by VolumeResultDialog().
|
protectedslot |
Definition at line 104 of file VolumeResultDialog.cpp.
Referenced by VolumeResultDialog().
|
protectedslot |
Definition at line 80 of file VolumeResultDialog.cpp.
References te::core::FileSystem::remove(), and saveVolume().
Referenced by VolumeResultDialog().
| void te::mnt::VolumeResultDialog::saveVolume | ( | const std::string & | path | ) |
Definition at line 109 of file VolumeResultDialog.cpp.
References m_ui.
Referenced by onSavePushButtonClicked().
|
private |
Definition at line 72 of file VolumeResultDialog.h.
Referenced by saveVolume(), and VolumeResultDialog().