#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 | statGraph () |
show selected graph info and statistics | |
Public Member Functions | |
ListDialog (Worksheet *p, const char *name) | |
void | updateList () |
Protected Attributes | |
Worksheet * | p |
GraphListView * | lv |
QPopupMenu * | menu |
int | type |
KLineEdit * | ale |
KLineEdit * | ble |
|
|
|
|
|
|
|
dump the selected graph data to a file
|
|
edit the selected graph data
|
|
|
|
show selected graph info and statistics
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Dialog. |
|
Reimplemented in ConvolutionListDialog. |