#include <CurveCreator_TreeView.h>
|
void | setIndexState (const QModelIndex &theIndx, bool &isExpanded, bool &isSelected, bool &isCurrent) |
|
void | swapIndexes (const QModelIndex &theFirst, const QModelIndex &theSecond) |
|
void | getIndexInfo (const QModelIndex &theIndx, bool &isExpanded, bool &isSelected, bool &isCurrent) |
|
Enumerator |
---|
ST_NOSEL |
|
ST_POINTS |
|
ST_POINTS_ONE_SECTION |
|
ST_SECTIONS |
|
ST_MIXED |
|
void CurveCreator_TreeView::getIndexInfo |
( |
const QModelIndex & |
theIndx, |
|
|
bool & |
isExpanded, |
|
|
bool & |
isSelected, |
|
|
bool & |
isCurrent |
|
) |
| |
|
protected |
QList< int > CurveCreator_TreeView::getSelectedSections |
( |
| ) |
const |
void CurveCreator_TreeView::onActivated |
( |
QModelIndex |
theIndx | ) |
|
|
protectedslot |
void CurveCreator_TreeView::pointDataChanged |
( |
int |
theSection, |
|
|
int |
thePoint |
|
) |
| |
void CurveCreator_TreeView::pointsAdded |
( |
int |
theSection, |
|
|
int |
thePoint, |
|
|
int |
thePointsCnt = 1 |
|
) |
| |
void CurveCreator_TreeView::pointsRemoved |
( |
int |
theSection, |
|
|
int |
thePoint, |
|
|
int |
thePointsCnt = 1 |
|
) |
| |
void CurveCreator_TreeView::reset |
( |
| ) |
|
void CurveCreator_TreeView::sectionAdded |
( |
int |
theSection | ) |
|
void CurveCreator_TreeView::sectionChanged |
( |
int |
theSection, |
|
|
int |
aSectCnt = 1 |
|
) |
| |
void CurveCreator_TreeView::sectionEntered |
( |
int |
| ) |
|
|
signal |
void CurveCreator_TreeView::sectionsRemoved |
( |
int |
theSection, |
|
|
int |
theSectionCnt = 1 |
|
) |
| |
void CurveCreator_TreeView::sectionsSwapped |
( |
int |
theSection, |
|
|
int |
theOffset |
|
) |
| |
void CurveCreator_TreeView::selectionChanged |
( |
| ) |
|
|
signal |
void CurveCreator_TreeView::setIndexState |
( |
const QModelIndex & |
theIndx, |
|
|
bool & |
isExpanded, |
|
|
bool & |
isSelected, |
|
|
bool & |
isCurrent |
|
) |
| |
|
protected |
void CurveCreator_TreeView::setSelectedSections |
( |
const QList< int > & |
theList | ) |
|
void CurveCreator_TreeView::swapIndexes |
( |
const QModelIndex & |
theFirst, |
|
|
const QModelIndex & |
theSecond |
|
) |
| |
|
protected |
The documentation for this class was generated from the following files: