#include <reporttable.hpp>
| Enumerator |
|---|
| Action_None |
|
| Action_Edit |
|
| Action_Remove |
|
| Action_EditAndRemove |
|
- Parameters
-
| richTextDescription | Use rich text in the description column. |
| refreshState | Document state to check for refresh function. If value is 0 no refresh function exists. If the document current has the specified state the refresh function is disabled. |
| void CSVTools::ReportTable::clear |
( |
| ) |
|
| void CSVTools::ReportTable::contextMenuEvent |
( |
QContextMenuEvent * |
event | ) |
|
|
private |
| void CSVTools::ReportTable::flagAsReplaced |
( |
int |
index | ) |
|
- Parameters
-
| index | row in the original model |
| std::vector< int > CSVTools::ReportTable::getReplaceIndices |
( |
bool |
selection | ) |
const |
Return indices of rows that are suitable for replacement.
- Parameters
-
| selection | Only list selected rows. |
- Returns
- rows in the original model
| void CSVTools::ReportTable::mouseDoubleClickEvent |
( |
QMouseEvent * |
event | ) |
|
|
privatevirtual |
| void CSVTools::ReportTable::mouseMoveEvent |
( |
QMouseEvent * |
event | ) |
|
|
private |
| void CSVTools::ReportTable::refreshRequest |
( |
| ) |
|
|
signal |
| void CSVTools::ReportTable::removeSelection |
( |
| ) |
|
|
privateslot |
| void CSVTools::ReportTable::replaceRequest |
( |
| ) |
|
|
signal |
| void CSVTools::ReportTable::showSelection |
( |
| ) |
|
|
privateslot |
| std::map<Qt::KeyboardModifiers, DoubleClickAction> CSVTools::ReportTable::mDoubleClickActions |
|
private |
| QAction* CSVTools::ReportTable::mRefreshAction |
|
private |
| int CSVTools::ReportTable::mRefreshState |
|
private |
| QAction* CSVTools::ReportTable::mRemoveAction |
|
private |
| QAction* CSVTools::ReportTable::mReplaceAction |
|
private |
| QAction* CSVTools::ReportTable::mShowAction |
|
private |
The documentation for this class was generated from the following files: