|
|
Dialog for input of the borders of our domain Inherits the designed version, so it can extend and implement the design
dlgBorder (K2dDomain* , QWidget *parent = 0,const char* name=0)
| dlgBorder |
give, on construction, the domain on wich the dialog must modify
~dlgBorder ()
| ~dlgBorder |
QString validateInput ()
| validateInput |
Validation of given values in the dialog
void loadBorder (uint index)
| loadBorder |
Set the view of the dialog equal to border index of the domain
bool slotBorderSave ()
| slotBorderSave |
[slot]
slot saves the current border
void slotSaveExit ()
| slotSaveExit |
[slot]
void slotPreviousBorder ()
| slotPreviousBorder |
[slot]
go to previous or next border
void slotNextBorder ()
| slotNextBorder |
[slot]
void slotAddEnd ()
| slotAddEnd |
[slot]
make it possible to add a border at the end
void slotDelete ()
| slotDelete |
[slot]
delete the border that's been shown right now
K2dDomain * dlgDomain | dlgDomain |
[private]
void borderBaseSave (K2dBorderBase *)
| borderBaseSave |
[private]
We need to seperate the code to save borderbase specific data A specific border (line, curve) calls this function to save this data in a general fashion