|
def | __init__ (self, parent, plotter) |
|
def | getColumnName (self, column) |
|
def | getItemIndex (self, item) |
|
def | getItemData (self, item) |
|
def | getItemColumn (self, item, column) |
|
def | GetListCtrl (self) |
|
def | GetSortImages (self) |
|
def | OnGetItemText (self, item, col) |
|
def | OnGetItemImage (self, item) |
|
def | OnGetItemAttr (self, item) |
|
def | SortItems (self, sorter) |
|
def | OnItemActivated (self, event) |
|
|
| plotter |
|
| images |
|
| imagelist |
|
| itemIndexMap |
|
List of plots and their characteristics, which can be used to select which plots to draw.
Definition at line 11 of file PlotSelectionList.py.
◆ getColumnName()
def MPCDAnalysis.InteractivePlotter.PlotSelectionList.PlotSelectionList.getColumnName |
( |
|
self, |
|
|
|
column |
|
) |
| |
Returns a column'a name.
@param[in] column The column ID, from the range [0, GetColumnCount()).
@throw OutOfRangeException Throws if column is out of range.
Definition at line 39 of file PlotSelectionList.py.
The documentation for this class was generated from the following file: