This widget provides full editing, filtering and viewing capabilities for the raw data in a control network.
More...
|
| CnetEditorWidget (ControlNet *, QString) |
|
void | readSettings () |
|
void | writeSettings () |
|
QWidget * | pointTreeView () |
|
QWidget * | serialTreeView () |
|
QWidget * | connectionTreeView () |
|
QWidget * | pointFilterWidget () |
|
QWidget * | serialFilterWidget () |
|
QWidget * | connectionFilterWidget () |
|
CnetViz::AbstractTableModel * | measureTableModel () |
|
CnetViz::AbstractTableModel * | pointTableModel () |
|
QMap< QAction *, QList< QString > > | menuActions () |
|
QMap< QString, QList< QAction * > > | toolBarActions () |
|
ControlNet * | filteredNetwork () const |
|
bool | measureTableSortingEnabled () const |
|
int | measureTableSortLimit () const |
|
bool | pointTableSortingEnabled () const |
|
int | pointTableSortLimit () const |
|
void | setMeasureTableSortingEnabled (bool enabled) |
|
void | setMeasureTableSortLimit (int limit) |
|
void | setPointTableSortingEnabled (bool enabled) |
|
void | setPointTableSortLimit (int limit) |
|
This widget provides full editing, filtering and viewing capabilities for the raw data in a control network.
The raw data is, for example, chooser name or cube serial number. The display is all textual. Please use the widget accessors to appropriately place the various ancillary sections of the editor.
- Author
- ????-??-?? Eric Hyer
- History:
- 2015-10-07 Ian Humphrey - Icons updated and no longer embedded (in order to not violate licensing terms). Fixes #1041.
Definition at line 46 of file CnetEditorWidget.h.