|
qCC version 2.13.alpha (Qt) - 31 May 2022
Main CloudCompare application (GUI & command line)
|
Encapsulating dialog for ccHistogramWindow. More...
#include <ccHistogramWindow.h>


Public Member Functions | |
| ccHistogramWindowDlg (QWidget *parent=nullptr) | |
| Default constructor. | |
| virtual | ~ccHistogramWindowDlg () |
| Destructor. | |
| ccHistogramWindow * | window () |
| Returns encapsulated ccHistogramWindow. | |
| bool | exportToCSV (QString filename) const |
| Exports histogram to a CSV file. | |
Protected Member Functions | |
| void | onExportToCSV () |
| When the export to CSV file button is pressed. | |
| void | onExportToImage () |
| When the export to Image file button is pressed. | |
Protected Attributes | |
| ccHistogramWindow * | m_win |
| Ui_HistogramDialog * | m_gui |
| Associated widgets. | |
Encapsulating dialog for ccHistogramWindow.