Home
last modified time | relevance | path

Searched refs:DXApplication (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DDXApplication.C161 DXApplication* theDXApplication = NUL(DXApplication*);
166 DXResource DXApplication::resource;
168 Symbol DXApplication::MsgExecute = 0;
169 Symbol DXApplication::MsgStandBy = 0;
1687 DXApplication::DXApplication(char* className): IBMApplication(className) in DXApplication() function
1916 DXApplication::~DXApplication()
2070 void DXApplication::loadMDF()
2106 void DXApplication::loadIDF()
2300 DXApplication::MsgExecute =
2302 DXApplication::MsgStandBy =
[all …]
H A DLoadMDFDialog.h28 class DXApplication; variable
41 DXApplication *dxApp;
46 LoadMDFDialog(char *name, Widget parent, DXApplication *app);
59 LoadMDFDialog(Widget parent, DXApplication *app);
H A DProcessGroupAssignDialog.h20 class DXApplication; variable
59 DXApplication *app;
94 ProcessGroupAssignDialog(const char *name, DXApplication*);
108 ProcessGroupAssignDialog(DXApplication*);
H A DDXExecCtl.C78 theDXApplication->notifyClients(DXApplication::MsgExecute); in HWBeginMessage()
88 msg = ctl->inExecOnChange() ? DXApplication::MsgStandBy : in HWEndMessage()
89 DXApplication::MsgExecuteDone; in HWEndMessage()
126 theDXApplication->notifyClients(DXApplication::MsgExecuteDone); in ExecComplete()
444 theDXApplication->notifyClients(DXApplication::MsgExecute); in enableExecOnChange()
508 theDXApplication->notifyClients(DXApplication::MsgExecuteDone); in endExecOnChange()
568 theDXApplication->notifyClients(DXApplication::MsgStandBy); in resumeExecOnChange()
609 msg = DXApplication::MsgExecuteDone; in terminateExecution()
660 theDXApplication->notifyClients(DXApplication::MsgExecute); in beginSingleExecution()
695 msg = DXApplication::MsgStandBy; in endLastExecution()
H A DLoadMDFDialog.C31 LoadMDFDialog::LoadMDFDialog(Widget parent, DXApplication *ap) : in LoadMDFDialog()
43 LoadMDFDialog::LoadMDFDialog(char *name, Widget parent, DXApplication *ap) : in LoadMDFDialog()
H A DDXApplication.h257 class DXApplication : public IBMApplication
527 DXApplication(char* className);
532 ~DXApplication();
784 { return DXApplication::resource.notifySaveNet; } in dxlAppNotifySaveNet()
787 { return DXApplication::resource.noNetworkExecute; } in dxlAppNoNetworkExecute()
875 extern DXApplication* theDXApplication;
H A DGroupManager.h29 class DXApplication; variable
93 DXApplication *app;
H A DApplicIF.C92 DXApplication *app = (DXApplication*)clientData; in HandleApplicationError()
H A DDXWindow.C296 if (message == DXApplication::MsgExecute) in notify()
302 else if (message == DXApplication::MsgStandBy) in notify()
308 else if (message == DXApplication::MsgExecuteDone) in notify()
314 else if (message == DXApplication::MsgServerDisconnected) in notify()
326 else if (message == DXApplication::MsgPanelChanged) in notify()
H A DJavaNet.h37 friend class DXApplication; // For the constructor
H A DPageGroupManager.h29 class DXApplication; variable
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DConfirmedExitCommand.h20 class DXApplication; variable
36 DXApplication *application;
52 DXApplication *app);
H A DConfirmedQuitCommand.h21 class DXApplication; variable
38 DXApplication *application;
55 DXApplication *app);
H A DOpenCommand.h22 class DXApplication; variable
37 DXApplication *application;
54 DXApplication *app,
H A DNoUndoDXAppCommand.h28 class DXApplication; variable
40 DXApplication *application;
52 DXApplication *application,
H A DConfirmedExitCommand.C29 DXApplication *app) : in ConfirmedExitCommand()
44 DXApplication *app = this->application; in doPreAction()
79 DXApplication *app = this->application; in needsConfirmation()
H A DNoUndoDXAppCommand.C26 DXApplication *app, in NoUndoDXAppCommand()
37 DXApplication *app = this->application; in doIt()
156 DXApplication *app = this->application; in activate()
H A DOpenCommand.C26 DXApplication *app, in OpenCommand()
38 DXApplication *app = this->application; in doPreAction()
H A DConfirmedQuitCommand.C27 DXApplication *app) : in ConfirmedQuitCommand()
107 DXApplication *ap = this->application; in needsConfirmation()
H A DMain.C102 theApplication = new DXApplication("DX"); in main()
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/dx/net/
H A DImageNode.java225 DXApplication dxapp = this.getNetwork().getApplet(); in handleAssignment()
356 DXApplication dxapp = this.getNetwork().getApplet(); in setCacheSize()
383 DXApplication dxapp = this.getNetwork().getApplet(); in forceOrbitMode()
404 DXApplication dxapp = this.getNetwork().getApplet(); in showImage()
457 DXApplication dxapp = this.getNetwork().getApplet(); in associate()
531 DXApplication dxapp = this.getNetwork().getApplet(); in showWorld()
576 DXApplication dxapp = this.getNetwork().getApplet(); in setInteractionMode()
586 DXApplication dxapp = this.getNetwork().getApplet(); in setInteractionMode()
635 DXApplication dxapp = this.getNetwork().getApplet(); in addPickLocation()
653 DXApplication dxapp = this.getNetwork().getApplet(); in resetPickList()
[all …]
H A DNetwork.java10 private DXApplication dxapp;
12 public DXApplication getApplet() { return dxapp; } in getApplet()
13 public void setApplet(DXApplication a) { this.dxapp = a; } in setApplet()
H A DResetNode.java28 DXApplication dxa = (DXApplication)this.getNetwork().getApplet(); in installHandlers()
H A DNode.java151 DXApplication dxa = (DXApplication)this.net.getApplet(); in DXLSend()
H A DMakefile.am2 DXApplication.java DXLAppThread.java DXLAppThreadCommand.java \

12