#include <ListDialog.h>
Inheritance diagram for ListDialog:
Public Slots | |
void | Menu (QListViewItem *, const QPoint &pos, int) |
void | updateRange (int axis=0) |
void | toggleShown () |
void | deleteGraph () |
void | changeGraph () |
void | dumpGraph () |
dump the selected graph data to a file | |
void | editGraph () |
edit the selected graph data | |
void | exportGraph () |
void | openSpreadsheet () |
void | statGraph () |
show selected graph info and statistics | |
void | setDifferentColor () |
void | setDifferentSymbol () |
void | setDifferentWidth () |
void | setDifferentStyle () |
void | setBlackWhite () |
void | mask (int how, int n) |
void | toggleMask () |
void | unMask () |
void | nthMask () |
void | firstMask () |
void | Clone () |
clone selected graphs | |
void | selectItem (int i) |
select item | |
int | Apply () |
Public Member Functions | |
ListDialog (MainWin *mw, const char *name) | |
void | updateList () |
void | updateSheetList () |
Protected Slots | |
void | ok_clicked () |
virtual int | apply_clicked ()=0 |
Protected Attributes | |
GraphListView * | lv |
QPopupMenu * | menu |
PType | type |
KLineEdit * | ale |
KLineEdit * | ble |
|
|
|
Reimplemented in FitListDialog. |
|
|
|
|
clone selected graphs
|
|
|
|
dump the selected graph data to a file
|
|
edit the selected graph data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
select item
|
|
|
|
|
|
|
|
|
|
|
|
show selected graph info and statistics
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in ConvolutionListDialog, and OperationsListDialog. |