SaveDialog Class Reference

#include <VisionX/gui-plugins/PointCloudViewer/SaveDialog.h>

+ Inheritance diagram for SaveDialog:

Public Slots

void openFile ()
 

Public Member Functions

std::string getResultFileName ()
 After calling the dialog, this contains the chosen file name. More...
 
void releaseBuffer ()
 
 SaveDialog (QWidget *parent=0)
 
void setPointCloudToSave (CoinPointCloud *cloud)
 
 ~SaveDialog () override
 

Detailed Description

Definition at line 38 of file SaveDialog.h.

Constructor & Destructor Documentation

◆ SaveDialog()

SaveDialog ( QWidget *  parent = 0)
explicit

Definition at line 29 of file SaveDialog.cpp.

+ Here is the call graph for this function:

◆ ~SaveDialog()

~SaveDialog ( )
override

Definition at line 44 of file SaveDialog.cpp.

Member Function Documentation

◆ getResultFileName()

std::string getResultFileName ( )

After calling the dialog, this contains the chosen file name.

Definition at line 60 of file SaveDialog.cpp.

+ Here is the caller graph for this function:

◆ openFile

void openFile ( )
slot

Definition at line 65 of file SaveDialog.cpp.

+ Here is the caller graph for this function:

◆ releaseBuffer()

void releaseBuffer ( )

Definition at line 55 of file SaveDialog.cpp.

+ Here is the caller graph for this function:

◆ setPointCloudToSave()

void setPointCloudToSave ( CoinPointCloud cloud)

Definition at line 49 of file SaveDialog.cpp.

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: