#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) | |
This class produces a widget according to a given JCAMP-DX parameter or a block of them so that the parameter(s) can be edited interactively
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:
|
slot |
Delete all dialogs that may have popped up during editing the parameters
|
signal |
This signal will be emitted whenever the 'Done' button is clicked
|
slot |
Tell the widget that the parameter(s) were changed outside and that it has to update its view
|
signal |
This signal will be emitted whenever one of the parameters is changed
1.8.1.2