Home
last modified time | relevance | path

Searched refs:ColormapAddCtlDialog (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DColormapAddCtlDialog.C38 Boolean ColormapAddCtlDialog::ClassInitialized = FALSE;
40 String ColormapAddCtlDialog::DefaultResources[] = {
49 ColormapAddCtlDialog::ColormapAddCtlDialog(Widget parent, in ColormapAddCtlDialog() function
55 if (NOT ColormapAddCtlDialog::ClassInitialized) in ColormapAddCtlDialog()
57 ColormapAddCtlDialog::ClassInitialized = TRUE; in ColormapAddCtlDialog()
62 ColormapAddCtlDialog::~ColormapAddCtlDialog() in ~ColormapAddCtlDialog()
74 ColormapAddCtlDialog::DefaultResources); in installDefaultResources()
77 Widget ColormapAddCtlDialog::createDialog(Widget parent) in createDialog()
224 void ColormapAddCtlDialog::setStepper() in setStepper()
288 ColormapAddCtlDialog *data = (ColormapAddCtlDialog*) clientData; in ColormapAddCtlDialog_AddCB()
[all …]
H A DColormapAddCtlDialog.h40 class ColormapAddCtlDialog : public Dialog
79 ColormapAddCtlDialog(Widget parent,ColormapEditor* editor);
84 ~ColormapAddCtlDialog();
H A DColormapEditor.h43 class ColormapAddCtlDialog; variable
72 ColormapAddCtlDialog *addCtlDialog;
H A DMakefile.am64 ColormapAddCtlDialog.h \
254 ColormapAddCtlDialog.C \
H A DMakefile.in59 ColormapAddCtlDialog.$(OBJEXT) ColormapEditor.$(OBJEXT) \
368 ColormapAddCtlDialog.h \
557 ColormapAddCtlDialog.C \
H A DColormapEditor.C104 this->addCtlDialog = NUL(ColormapAddCtlDialog*); in ColormapEditor()
1077 this->addCtlDialog = new ColormapAddCtlDialog(this->getRootWidget(), in openAddCtlDialog()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DColormapNode.h37 friend class ColormapAddCtlDialog; variable