QElectroTech  0.8-dev
Public Member Functions | Private Slots | Private Attributes | List of all members
BOMExportDialog Class Reference

The BOMExportDialog class. More...

#include <bomexportdialog.h>

Inherits QDialog.

Collaboration diagram for BOMExportDialog:
Collaboration graph

Public Member Functions

 BOMExportDialog (QETProject *project, QWidget *parent=nullptr)
 BOMExportDialog::BOMExportDialog. More...
 
 ~BOMExportDialog () override
 BOMExportDialog::~BOMExportDialog. More...
 
virtual int exec () override
 BOMExportDialog::exec. More...
 
QString getBom ()
 

Private Slots

void on_m_format_as_bom_clicked (bool checked)
 BOMExportDialog::on_m_format_as_bom_clicked. More...
 

Private Attributes

Ui::BOMExportDialog * ui
 
ElementQueryWidgetm_query_widget = nullptr
 
QETProjectm_project = nullptr
 

Detailed Description

The BOMExportDialog class.

Constructor & Destructor Documentation

◆ BOMExportDialog()

BOMExportDialog::BOMExportDialog ( QETProject project,
QWidget *  parent = nullptr 
)
explicit

BOMExportDialog::BOMExportDialog.

Parameters
project
parent
Here is the call graph for this function:

◆ ~BOMExportDialog()

BOMExportDialog::~BOMExportDialog ( )
override

Member Function Documentation

◆ exec()

int BOMExportDialog::exec ( )
overridevirtual

BOMExportDialog::exec.

Returns
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getBom()

QString BOMExportDialog::getBom ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ on_m_format_as_bom_clicked

void BOMExportDialog::on_m_format_as_bom_clicked ( bool  checked)
privateslot

BOMExportDialog::on_m_format_as_bom_clicked.

Parameters
checked
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_project

QETProject* BOMExportDialog::m_project = nullptr
private

◆ m_query_widget

ElementQueryWidget* BOMExportDialog::m_query_widget = nullptr
private

◆ ui

Ui::BOMExportDialog* BOMExportDialog::ui
private

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