#include <LegendDialog.h>
Inheritance diagram for LegendDialog:

Public Slots | |
| void | selectFont () |
| void | Enable (bool e=true) |
| void | setEnabled (bool e=true) |
| bool | Enabled () |
| void | enableBorder (bool e=true) |
| bool | borderEnabled () |
| void | setPosition (double x, double y) |
| void | setXPosition (double x) |
| void | setYPosition (double y) |
| Point | Position () |
| double | XPosition () |
| double | YPosition () |
| void | setLegendFont (QFont f) |
| QFont | Font () |
| QFont | LegendFont () |
| void | setTransparent (bool e=true) |
| bool | Transparent () |
| void | setOrientation (int o=0) |
| int | Orientation () |
| void | setColor (QColor c) |
| void | setLegendColor (QColor c) |
| QColor | Color () |
| QColor | BackgroundColor () |
| int | Apply () |
Public Member Functions | |
| LegendDialog (MainWin *mw, const char *name) | |
| void | updateDialog (Worksheet *ws=0) |
Private Slots | |
| void | ok_clicked () |
| int | apply_clicked () |
Private Attributes | |
| QCheckBox * | enabledcb |
| QCheckBox * | bordercb |
| QCheckBox * | transcb |
| KLineEdit * | xle |
| KLineEdit * | yle |
| KLineEdit * | fontle |
| QFont | lf |
| KComboBox * | orientcb |
| KColorButton * | colorcb |
| Legend * | legend |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4