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

#include <diagramselection.h>

Inherits QWidget.

Collaboration diagram for diagramselection:
Collaboration graph

Public Member Functions

 diagramselection (QETProject *prj, QWidget *parent=nullptr)
 
 ~diagramselection () override
 
QList< Diagram * > list_of_DiagramSelected ()
 get list of Diagrams is selected More...
 

Private Slots

void on_tableDiagram_customContextMenuRequested (const QPoint &pos)
 contextMenuRequested More...
 

Private Member Functions

void load_TableDiagram ()
 load all Diagrams of project in table More...
 

Private Attributes

Ui::diagramselection * ui
 
QETProjectprj_
 
QList< Diagram * > list_diagram_
 

Constructor & Destructor Documentation

◆ diagramselection()

diagramselection::diagramselection ( QETProject prj,
QWidget *  parent = nullptr 
)
explicit
Here is the call graph for this function:

◆ ~diagramselection()

diagramselection::~diagramselection ( )
override

Member Function Documentation

◆ list_of_DiagramSelected()

QList< Diagram * > diagramselection::list_of_DiagramSelected ( )

get list of Diagrams is selected

Returns
this list of Diagrams

◆ load_TableDiagram()

void diagramselection::load_TableDiagram ( )
private

load all Diagrams of project in table

Here is the caller graph for this function:

◆ on_tableDiagram_customContextMenuRequested

void diagramselection::on_tableDiagram_customContextMenuRequested ( const QPoint &  pos)
privateslot

contextMenuRequested

Parameters
pos

Member Data Documentation

◆ list_diagram_

QList<Diagram *> diagramselection::list_diagram_
private

◆ prj_

QETProject* diagramselection::prj_
private

◆ ui

Ui::diagramselection* diagramselection::ui
private

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