#include <Tabular.h>
Public Slots | |
void | copy () |
Public Member Functions | |
void | hide () override |
hide display More... | |
Tabular (Monitor *monitor, MMLComponent *manager) | |
constructor More... | |
void | update () override |
update display More... | |
~Tabular () override | |
destructor More... | |
Public Member Functions inherited from MMLMonitorDisplay | |
MMLMonitorDisplay (Monitor *monitor, MMLComponent *manager) | |
constructor More... | |
~MMLMonitorDisplay () override=default | |
destructor More... | |
Private Member Functions | |
bool | eventFilter (QObject *obj, QEvent *event) override |
event filter which manage opening of the tabular popup menu when rigth click is pressed More... | |
Private Attributes | |
int | line |
row line in monitor table More... | |
int | oldRowSize |
old row size in the monitors table More... | |
QTableWidget * | table |
the tabular More... | |
Additional Inherited Members | |
Protected Attributes inherited from MMLMonitorDisplay | |
MMLComponent * | manager |
display More... | |
Monitor * | monitor |
monitor More... | |
Tabular::Tabular | ( | Monitor * | monitor, |
MMLComponent * | manager | ||
) |
constructor
References MonitoringGuiManager::getDialog(), MMLComponent::getDisplay(), MMLDisplay::getDisplayedMonitorLine(), MMLComponent::getMonitoringGuiManager(), MonitoringDialog::getMonitorsTableWidget(), line, MMLMonitorDisplay::manager, oldRowSize, and table.
|
override |
destructor
References table.
|
slot |
|
overrideprivate |
|
overridevirtual |
hide display
Implements MMLMonitorDisplay.
References MonitoringGuiManager::getDialog(), MMLComponent::getMonitoringGuiManager(), MonitoringDialog::getMonitorsTableWidget(), line, MMLMonitorDisplay::manager, oldRowSize, and table.
|
overridevirtual |
update display
Implements MMLMonitorDisplay.
References MonitoringGuiManager::getDialog(), Monitor::getIndexOfValues(), MMLComponent::getMonitoringGuiManager(), MonitoringDialog::getMonitorsTableWidget(), Monitor::getNumberOfIndex(), Monitor::getValue(), Monitor::getValueType(), line, MMLMonitorDisplay::manager, Monitor::MATRIX_33SET, MMLMonitorDisplay::monitor, Monitor::SCALAR, Monitor::SCALARSET, table, and Monitor::VECTORSET.
|
private |
|
private |
the tabular
Referenced by copy(), eventFilter(), hide(), Tabular(), update(), and ~Tabular().