VkSoApp(3x) VkSoApp(3x)
VkSoApp - Class used by all Inventor ViewKit applications to handle
initialization
VkApp : VkComponent : VkCallbackObject
#include <Vk/VkSoApp.h>
PUBLIC PROTOCOL SUMMARY
Constructor/Destructor
VkSoApp(char*,int*,char**,XrmOptionDescRec*,int);
~VkSoApp(void);
This class is exactly like VkApp, except:
* in its constructor, it calls SoXt::init(baseWidget()
* in its run() method, it calls SoXt::mainLoop() instead of the
normal ViewKit event loop.
FUNCTION DESCRIPTIONS [Toc] [Back] VkSoApp()
VkSoApp(char*,int*,char**,XrmOptionDescRec*,int);
See man VkApp.
~VkSoApp()
virtual ~VkSoApp(void);
See man VkApp.
DATA MEMBER DESCRIPTIONS [Toc] [Back]INHERITED MEMBER FUNCTIONS
Inherited from VkApp
_busyCursorList, _quitSemaphore, _winList,
aboutDialog(), afterRealizeHook(), appContext(),
applicationClassName(), argc(), argv(), busy(), busyCursor(),
className(), display(), handlePendingEvents(), handleRawEvent(),
hide(), iconify(), isBusy(), lower(), mainWindow(), name(),
normalCursor(), notBusy(), open(), parseCommandLine(),
Page 1
VkSoApp(3x) VkSoApp(3x)
progressing(), quitYourself(), raise(), run(), run_first(),
setAboutDialog(), setBusyCursor(), setBusyDialog(), setFallbacks(),
setMainWindow(), setNormalCursor(), setStartupDialog(),
setVersionString(), shellGeometry(), show(), showCursor(),
startupDialog(), startupIconified(), terminate(), useSchemes(),
versionString(), veryBusy(), ViewKitMajorRelease,
ViewKitMinorRelease, ViewKitReleaseString, windowList()
Inherited from VkComponent [Toc] [Back]
_baseWidget, _extension, _name, _w,
attributeList(), baseWidget(), deleteCallback, getAttribute(),
getResources(), installDestroyHandler(), isComponent(),
loadObject(), manage(), okToQuit(), realize(),
removeDestroyHandler(), setAttribute(), setDefaultResources(),
unmanage(), widgetDestroyed(), Widget()
Inherited from VkCallbackObject [Toc] [Back]
addCallback(), callCallbacks(), cloneCallback(), cloneCallbacks(),
getMethodArgType(), getMethods(), hasCallbacks(), invokeMethod(),
loadObject(), registerLoadedObject(), removeAllCallbacks(),
removeCallback()
CLASSES USED BY THIS CLASS
VkApp, SoXt
SoXt, VkApp, VkCallbackObject, VkComponent
PPPPaaaaggggeeee 2222 [ Back ]
|