#include <jdxwidget.h>
Public Slots | |
| void | updateWidget () |
| void | deleteDialogs () |
Signals | |
| void | valueChanged () |
| void | doneButtonPressed () |
Public Member Functions | |
| JDXwidget (JcampDxClass &ldr, unsigned int columns=1, QWidget *parent=0, bool doneButton=false, const char *omittext="", bool storeLoadButtons=false) | |
Definition at line 67 of file jdxwidget.h.
| JDXwidget::JDXwidget | ( | JcampDxClass & | ldr, | |
| unsigned int | columns = 1, |
|||
| QWidget * | parent = 0, |
|||
| bool | doneButton = false, |
|||
| const char * | omittext = "", |
|||
| bool | storeLoadButtons = false | |||
| ) |
Constructs a widget for the parameter(s) 'ldr' with the following additional options:
| void JDXwidget::valueChanged | ( | ) | [signal] |
This signal will be emitted whenever one of the parameters is changed
| void JDXwidget::doneButtonPressed | ( | ) | [signal] |
This signal will be emitted whenever the 'Done' button is clicked
| void JDXwidget::updateWidget | ( | ) | [slot] |
Tell the widget that the parameter(s) were changed outside and that it has to update its view
| void JDXwidget::deleteDialogs | ( | ) | [slot] |
Delete all dialogs that may have popped up during editing the parameters
1.5.6