#include <TreeTableWidget.hpp>
Inherits QWidget.
◆ Column
Tree Table Column.
Enumerator |
---|
COLUMN_ID | |
COLUMN_LABEL | |
COLUMN_X | |
COLUMN_Y | |
COLUMN_Z | |
COLUMN_HEIGHT | |
COLUMN_DBH | |
COLUMN_STATUS | |
COLUMN_LAST | |
◆ TreeTableWidget()
TreeTableWidget::TreeTableWidget |
( |
MainWindow * | mainWindow | ) |
|
◆ block()
void TreeTableWidget::block |
( |
| ) |
|
|
private |
◆ setCell() [1/3]
void TreeTableWidget::setCell |
( |
int | row, |
|
|
int | col, |
|
|
const std::string & | value ) |
|
private |
◆ setCell() [2/3]
void TreeTableWidget::setCell |
( |
int | row, |
|
|
int | col, |
|
|
double | value ) |
|
private |
◆ setCell() [3/3]
void TreeTableWidget::setCell |
( |
int | row, |
|
|
int | col, |
|
|
size_t | value ) |
|
private |
◆ setRow()
void TreeTableWidget::setRow |
( |
size_t | index | ) |
|
|
private |
◆ setSegments()
void TreeTableWidget::setSegments |
( |
const Segments & | segments | ) |
|
|
private |
◆ sizeHint()
QSize TreeTableWidget::sizeHint |
( |
| ) |
const |
|
inlineoverride |
◆ slotExport
void TreeTableWidget::slotExport |
( |
| ) |
|
|
protectedslot |
◆ slotUpdate
void TreeTableWidget::slotUpdate |
( |
void * | sender, |
|
|
const QSet< Editor::Type > & | target ) |
|
slot |
◆ unblock()
void TreeTableWidget::unblock |
( |
| ) |
|
|
private |
◆ exportButton_
QPushButton* TreeTableWidget::exportButton_ |
|
private |
◆ fileName_
QString TreeTableWidget::fileName_ |
|
private |
◆ mainWindow_
◆ segments_
◆ tableWidget_
QTableWidget* TreeTableWidget::tableWidget_ |
|
private |
The documentation for this class was generated from the following files:
- TreeTableWidget.hpp
- TreeTableWidget.cpp