#include <freeterminaleditor.h>
Inherits QWidget.
◆ FreeTerminalEditor()
| FreeTerminalEditor::FreeTerminalEditor |
( |
QETProject * | project, |
|
|
QWidget * | parent = nullptr ) |
|
explicit |
◆ ~FreeTerminalEditor()
| FreeTerminalEditor::~FreeTerminalEditor |
( |
| ) |
|
◆ apply()
| void FreeTerminalEditor::apply |
( |
| ) |
|
◆ on_m_function_cb_activated
| void FreeTerminalEditor::on_m_function_cb_activated |
( |
int | index | ) |
|
|
privateslot |
◆ on_m_led_cb_activated
| void FreeTerminalEditor::on_m_led_cb_activated |
( |
int | index | ) |
|
|
privateslot |
◆ on_m_move_pb_clicked
| void FreeTerminalEditor::on_m_move_pb_clicked |
( |
| ) |
|
|
privateslot |
◆ on_m_type_cb_activated
| void FreeTerminalEditor::on_m_type_cb_activated |
( |
int | index | ) |
|
|
privateslot |
◆ 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.
◆ selectionChanged()
| void FreeTerminalEditor::selectionChanged |
( |
| ) |
|
|
private |
◆ setDisabledMove()
| void FreeTerminalEditor::setDisabledMove |
( |
bool | b = true | ) |
|
|
private |
◆ setProject()
| void FreeTerminalEditor::setProject |
( |
QETProject * | project | ) |
|
FreeTerminalEditor::setProject Set @project as project handled by this editor. If a previous project was setted, everything is clear. This function track the destruction of the project, that mean if the project pointer is deleted no need to call this function with a nullptr, everything is made inside this class.
- Parameters
-
◆ m_model
◆ m_project
| QPointer<QETProject> FreeTerminalEditor::m_project |
|
private |
◆ ui
| Ui::FreeTerminalEditor* FreeTerminalEditor::ui |
|
private |
The documentation for this class was generated from the following files: