Home
last modified time | relevance | path

Searched refs:getSaveAppletCommand (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DJavaNet.h94 virtual Command* getSaveAppletCommand() { return this->saveAppletCmd; } in getSaveAppletCommand() function
H A DNetwork.h576 virtual Command* getSaveAppletCommand() { return NUL(Command*); } in getSaveAppletCommand() function
H A DEditorWindow.C1803 cmd = this->network->getSaveAppletCommand(); in createEditMenu()