QElectroTech 0.100.0-dev
Loading...
Searching...
No Matches
Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
FreeTerminalEditor Class Reference

#include <freeterminaleditor.h>

Inherits QWidget.

Collaboration diagram for FreeTerminalEditor:
Collaboration graph

Public Member Functions

 FreeTerminalEditor (QETProject *project, QWidget *parent=nullptr)
 FreeTerminalEditor::FreeTerminalEditor.
 
 ~FreeTerminalEditor ()
 FreeTerminalEditor::~FreeTerminalEditor.
 
void reload ()
 FreeTerminalEditor::reload Reload the editor to be up to date with the current state of the project. Every not applied change will be lost.
 
void apply ()
 FreeTerminalEditor::apply Applu current edited values.
 

Private Slots

void on_m_type_cb_activated (int index)
 
void on_m_function_cb_activated (int index)
 
void on_m_led_cb_activated (int index)
 
void on_m_move_pb_clicked ()
 

Private Member Functions

void selectionChanged ()
 
void setDisabledMove (bool b=true)
 

Private Attributes

Ui::FreeTerminalEditor * ui
 
QETProjectm_project = nullptr
 
FreeTerminalModelm_model = nullptr
 

Constructor & Destructor Documentation

◆ FreeTerminalEditor()

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

FreeTerminalEditor::FreeTerminalEditor.

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

◆ ~FreeTerminalEditor()

FreeTerminalEditor::~FreeTerminalEditor ( )

Member Function Documentation

◆ apply()

void FreeTerminalEditor::apply ( )

FreeTerminalEditor::apply Applu current edited values.

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

◆ on_m_function_cb_activated

void FreeTerminalEditor::on_m_function_cb_activated ( int  index)
privateslot
Here is the call graph for this function:

◆ on_m_led_cb_activated

void FreeTerminalEditor::on_m_led_cb_activated ( int  index)
privateslot
Here is the call graph for this function:

◆ on_m_move_pb_clicked

void FreeTerminalEditor::on_m_move_pb_clicked ( )
privateslot
Here is the call graph for this function:

◆ on_m_type_cb_activated

void FreeTerminalEditor::on_m_type_cb_activated ( int  index)
privateslot
Here is the call graph for this function:

◆ reload()

void FreeTerminalEditor::reload ( )

FreeTerminalEditor::reload Reload the editor to be up to date with the current state of the project. Every not applied change will be lost.

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

◆ selectionChanged()

void FreeTerminalEditor::selectionChanged ( )
private

◆ setDisabledMove()

void FreeTerminalEditor::setDisabledMove ( bool  b = true)
private
Here is the caller graph for this function:

Member Data Documentation

◆ m_model

FreeTerminalModel* FreeTerminalEditor::m_model = nullptr
private

◆ m_project

QETProject* FreeTerminalEditor::m_project = nullptr
private

◆ ui

Ui::FreeTerminalEditor* FreeTerminalEditor::ui
private

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