|
The IsotopicDataTableView class provides a table view widget to display isotopic data. More...
Header: | #include <IsotopicDataTableView.hpp> |
IsotopicDataTableView(QWidget *parent_p = 0) | |
~IsotopicDataTableView() | |
libXpertMass::IsotopicDataSPtr | getIsotopicData() |
QWidget * | parent() |
void | selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) |
void | setIsotopicData(libXpertMass::IsotopicDataSPtr isotopic_data_sp) |
void | setParent(QWidget *parent_p) |
QPoint | m_dragStartPos |
QWidget * | mp_parent |
libXpertMass::IsotopicDataSPtr | msp_isotopicData |
Constructs a IsotopicDataTableView instance with parent_p widget.
[noexcept]
IsotopicDataTableView::~IsotopicDataTableView()Destructs this IsotopicDataTableView instance.
Returns the isotopic data.
Returns the parent widget.
See also setParent().
Reacts to a selection change in the table view.
The selected parameter lists item that have undergone selection during a (de)selection operation, not the items that have been effectively committed to selection (release of key or release of mouse drag).
Likewise for deselected.
This function elaborates a list of selected rows (not selected cells) and emits the selectedRowsChangedSignal with the set of selected rows.
Sets the isotopic data isotopic_data_sp.
Sets the parent widget parent_p.
See also parent().
This variable holds the start drag position.
This variable holds the parent widget.
This variable holds the isotopic data.