#include <WorksheetDialog.h>
Inheritance diagram for WorksheetDialog:
Public Slots | |
void | enableTitle (bool e=true) |
bool | TitleEnabled () |
void | setTitle (QString t) |
QString | Title () |
void | setColor (QColor c) |
void | setWorksheetColor (QColor c) |
QColor | Color () |
QColor | BackgroundColor () |
QColor | WorksheetColor () |
void | enableTimeStamp (bool e=true) |
bool | TimeStampEnabled () |
void | setTimeStamp (QString t) |
QString | TimeStamp () |
void | setSize (int x, int y) |
void | setWidth (int x) |
void | setHeight (int y) |
Point | Size () |
int | Width () |
int | Heigth () |
int | Apply () |
void | updateTimeStamp () |
Public Member Functions | |
WorksheetDialog (MainWin *mw, const char *name) | |
for general worksheet settings | |
void | updateDialog () |
Private Slots | |
void | ok_clicked () |
void | colorChanged () |
void | saveSettings () |
int | apply_clicked () |
Private Attributes | |
KColorButton * | bgcolor |
KComboBox * | wbrushcb |
QCheckBox * | enabletcb |
QCheckBox * | enablecb |
QCheckBox * | objectscb |
KLineEdit * | titlele |
KLineEdit * | timestample |
KIntNumInput * | xni |
KIntNumInput * | yni |
KPushButton * | update |
|
for general worksheet settings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|