Home
last modified time | relevance | path

Searched refs:StartServerDialog (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DStartServerDialog.C45 StartServerDialog *d = (StartServerDialog*)clientData; in okCallback()
97 StartServerDialog *d = (StartServerDialog*)clientData; in StartServerDialog_TextCB()
106 StartServerDialog *d = (StartServerDialog*)clientData; in StartServerDialog_OptionsCB()
111 void StartServerDialog::optionsCallback(StartServerDialog *clientData) in optionsCallback()
113 StartServerDialog *d = (StartServerDialog*) clientData; in optionsCallback()
125 StartServerDialog *d = (StartServerDialog*)clientData; in StartServerDialog_FocusEH()
242 StartServerDialog::StartServerDialog(char *name, Widget parent) : in StartServerDialog() function
248 StartServerDialog::StartServerDialog(Widget parent) : in StartServerDialog() function
260 StartServerDialog::~StartServerDialog() in ~StartServerDialog()
275 void StartServerDialog::manage() in manage()
[all …]
H A DStartServerDialog.h41 class StartServerDialog : public Dialog
75 virtual void optionsCallback(StartServerDialog *clientData);
80 StartServerDialog(char *name, Widget parent);
93 StartServerDialog(Widget parent);
98 ~StartServerDialog();
H A DMakefile.am205 StartServerDialog.h \
393 StartServerDialog.C \
H A DDXApplication.h227 class StartServerDialog; variable
393 StartServerDialog *startServerDialog;
H A DMakefile.in128 StartOptionsDialog.$(OBJEXT) StartServerDialog.$(OBJEXT) \
509 StartServerDialog.h \
696 StartServerDialog.C \
H A DDXApplication.C3542 this->startServerDialog = new StartServerDialog(this->getRootWidget());