#include <ListDialog.h>
Inheritance diagram for ListDialog:
Public Slots | |
void | Menu (QListViewItem *item, const QPoint &pos, int) |
void | updateRange () |
void | toggleShown () |
void | deleteGraph () |
void | changeGraph () |
void | dumpGraph () |
dump the selected graph data to a file | |
void | editGraph () |
edit the selected graph data | |
void | openSpreadsheet () |
void | statGraph () |
show selected graph info and statistics | |
void | toggleMask () |
toggle masking of selected graphs | |
void | unMask () |
toggle masking of selected graphs | |
void | Clone () |
clone selected graphs | |
Public Member Functions | |
ListDialog (MainWin *mw, const char *name) | |
void | updateList () |
Protected Attributes | |
GraphListView * | lv |
QPopupMenu * | menu |
PType | type |
KLineEdit * | ale |
KLineEdit * | ble |
|
|
|
|
|
clone selected graphs
|
|
|
|
dump the selected graph data to a file
|
|
edit the selected graph data
|
|
|
|
|
|
show selected graph info and statistics
|
|
toggle masking of selected graphs
|
|
|
|
toggle masking of selected graphs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in ConvolutionListDialog, and OperationsListDialog. |