3D Forest
Software for analysis of Lidar data from forest environment.
ExportFilePlugin Class Reference

#include <ExportFilePlugin.hpp>

Inherits QObject, and PluginInterface.

Public Slots

void slotExportFile ()
 

Public Member Functions

 ExportFilePlugin ()
 
virtual void initialize (MainWindow *mainWindow)
 
- Public Member Functions inherited from PluginInterface
virtual ~PluginInterface ()=default
 

Private Attributes

MainWindowmainWindow_
 
QAction * exportFileAction_
 
QString fileName_
 

Constructor & Destructor Documentation

◆ ExportFilePlugin()

ExportFilePlugin::ExportFilePlugin ( )

Member Function Documentation

◆ initialize()

void ExportFilePlugin::initialize ( MainWindow * mainWindow)
virtual

Implements PluginInterface.

◆ slotExportFile

void ExportFilePlugin::slotExportFile ( )
slot

Referenced by initialize().

Member Data Documentation

◆ exportFileAction_

QAction* ExportFilePlugin::exportFileAction_
private

Referenced by initialize().

◆ fileName_

QString ExportFilePlugin::fileName_
private

Referenced by slotExportFile().

◆ mainWindow_

MainWindow* ExportFilePlugin::mainWindow_
private

Referenced by initialize(), and slotExportFile().


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