Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::Application Member List

This is the complete list of members for VCF::Application, including all inherited members.

AbstractApplication()VCF::AbstractApplication
addAcceleratorKey(const VirtualKeyCode &keyCode, const uint32 &modifierMask, EventProcedure *eventHandler)VCF::AbstractApplication
addAcceleratorKey(AcceleratorKey *accelerator)VCF::AbstractApplication
addCallback(CallBack *cb)VCF::ObjectWithCallbacks
addCallback(CallBack *cb, const String &cbName)VCF::ObjectWithCallbacks
addComponent(Component *component)VCF::Component [virtual]
addNewComponent(Component *component)VCF::Component [virtual]
addRef(Object *owner=NULL)VCF::Object [virtual]
afterCreate(ComponentEvent *event)VCF::Component [virtual]
appInstance_VCF::Application [protected, static]
Application(int argc, char **argv)VCF::Application
applicationPeer_VCF::AbstractApplication [protected]
assignSetting(const String &settingName, const String &valueName, const VariantData &v)VCF::Component
assignSetting(const String &settingName, const String &valueName)VCF::Component
autoLoadSaveAppState_VCF::Application [protected]
beforeDestroy(ComponentEvent *event)VCF::Component [virtual]
bindVariable(Component **variablePtr, const String &variableName)VCF::Component [virtual]
callbacks_VCF::ObjectWithCallbacks [protected]
clearRegistedComponents()VCF::Component [static]
clone(bool deep=false) const VCF::Object [inline, virtual]
Component()VCF::Component [protected]
Component(Component *owner)VCF::Component [protected]
Component(const String &name, Component *owner)VCF::Component [protected]
Component(const String &name)VCF::Component [protected]
COMPONENT_ADDED enum valueVCF::Component
COMPONENT_CREATED enum valueVCF::Component
COMPONENT_DESTROYED enum valueVCF::Component
COMPONENT_EVENTS_LAST enum valueVCF::Component
COMPONENT_LOADED enum valueVCF::Component
COMPONENT_NEEDS_UPDATING enum valueVCF::Component
COMPONENT_REMOVED enum valueVCF::Component
COMPONENT_SAVED enum valueVCF::Component
ComponentAddedVCF::Component
componentContainer_VCF::Component [protected]
ComponentCreatedVCF::Component
ComponentDelegateVCF::Component
ComponentDestroyedVCF::Component
ComponentEvents enum nameVCF::Component
ComponentLoadedVCF::Component
ComponentRemovedVCF::Component
components_VCF::Component [protected]
ComponentSavedVCF::Component
ComponentState enum nameVCF::Component
componentState_VCF::Component [protected]
copy(Object *source)VCF::Object [inline, virtual]
createComponentFromResources(Class *clazz, Class *rootClazz, ResourceBundle *resBundle=NULL)VCF::Component [static]
createDialog(Class *dialogClass)VCF::AbstractApplication
createWindow(Class *windowClass)VCF::AbstractApplication
csCreated enum valueVCF::Component
csDesigning enum valueVCF::Component
csDestroying enum valueVCF::Component
csLoading enum valueVCF::Component
csNormal enum valueVCF::Component
csSaving enum valueVCF::Component
csUnknown enum valueVCF::Component
csUsesLocaleStrings enum valueVCF::Component
destroy()VCF::Component [protected, virtual]
displayHelpContents()VCF::Application [virtual]
displayHelpIndex()VCF::Application [virtual]
findComponent(const String &componentName, const bool &recursive=false)VCF::Component [virtual]
free()VCF::Component
generatePropertyValue(const String &fullPropertyName, Property *property, VariantData *value, String &strValue)VCF::Component [virtual]
getAccelerator(const VirtualKeyCode &keyCode, const uint32 &modifierMask, Object *src)VCF::AbstractApplication
getAppNameAndKey(String &appName, String &key)VCF::Component [protected, virtual]
getCallback(const String &name) const VCF::ObjectWithCallbacks
getClass() const VCF::Object
getClassName() const VCF::Object
getComponentClassesForCategory(const String &category)VCF::Component [static]
getComponentCount() const VCF::Component [virtual]
getComponents()VCF::Component [virtual]
getComponentState() const VCF::Component
getFileName()VCF::AbstractApplication
getHelpInfo(String &helpBookName, String &helpDirectory)VCF::Application [virtual]
getMainWindow()VCF::Application
getName() const VCF::Component [virtual]
getOwner() const VCF::Component [inline]
getPeer()VCF::AbstractApplication
getRefCount() const VCF::Object [inline]
getRegisteredComponentCategories()VCF::Component [static]
getResourceBundle()VCF::AbstractApplication [virtual]
getRunningInstance()VCF::Application [static]
getSetting(const String &name) const VCF::Component
getSettingNames(std::vector< String > &names)VCF::Component
getSettings() const VCF::Component
getTag() const VCF::Component [inline]
getUseLocaleStrings() const VCF::Component
handleEvent(Event *event)VCF::Component [virtual]
hash() const VCF::Object [virtual]
idleTime()VCF::AbstractApplication [virtual]
init()VCF::Application [protected]
initComponent(Component *instance, Class *clazz, Class *rootClazz, ResourceBundle *resBundle=NULL)VCF::Component [static]
initComponentRegistrar()VCF::Component [static]
initializeSettings(const bool &recursive)VCF::Component [virtual]
initRunningApplication()VCF::Application [virtual]
internal_main()VCF::Application [protected, static]
internal_terminate()VCF::Application [protected]
isCreated() const VCF::Component
isDebugMemoryTracked()VCF::Object [static]
isDesigning() const VCF::Component
isDestroying() const VCF::Component
isEqual(Object *object) const VCF::Object [inline, virtual]
isLoading() const VCF::Component
isNormal() const VCF::Component
isSaving() const VCF::Component
isSingleInstance() const VCF::Application [inline]
loadDialog(Dialog *dialog)VCF::AbstractApplication
loaded()VCF::Component
loadFrameState(Frame *frame)VCF::Application [virtual]
loading()VCF::Component
loadState()VCF::Application [virtual]
loadVPL(const String &vplFileName)VCF::Application
loadWindow(Window *window)VCF::AbstractApplication
main()VCF::Application [static]
name_VCF::Component [protected]
nativeOSEventReceivedVCF::Application
Object()VCF::Object
Object(const Object &obj)VCF::Object
objectAllocationCount()VCF::Object [static]
ObjectWithCallbacks()VCF::ObjectWithCallbacks [inline]
onMainWindowClose(WindowEvent *event)VCF::Application
onOSNativeEvent(Event *nativeOSEvent)VCF::Application [inline, virtual]
operator=(const Object &rhs)VCF::Object [inline]
owner_VCF::Component [protected]
postEvent(EventHandler *eventHandler, Event *event, const bool &deleteHandler=true)VCF::AbstractApplication [virtual]
postLoaded(const bool &visible)VCF::Component [inline, virtual]
preLoading()VCF::Component [inline, virtual]
processCommandLine(const CommandLine &comdLine)VCF::Application [inline, virtual]
refCount_VCF::Object [protected]
registerComponent(const String &componentClassName, const String &category)VCF::Component [static]
registeredCategoryVCF::Component [protected, static]
registeredCategoryContainerVCF::Component [protected, static]
registeredCompContainerVCF::Component [protected, static]
registeredComponentMapVCF::Component [protected, static]
release(Object *owner=NULL)VCF::Object [virtual]
removeCallback(CallBack *cb)VCF::ObjectWithCallbacks
removeComponent(Component *component)VCF::Component [virtual]
removeFromOwner(const bool &freeInstance=true)VCF::Component
run()VCF::Application
saved()VCF::Component
saveFrameState(Frame *frame)VCF::Application [virtual]
saveState()VCF::Application [virtual]
saving()VCF::Component
setAutoLoadSaveAppState(const bool &autoLoadSaveState)VCF::Application
setComponentState(const uint32 &componentState)VCF::Component
setCreated()VCF::Component
setDesigning(const bool &designing)VCF::Component
setDestroying()VCF::Component
setFromString(const String &val)VCF::Object [inline, virtual]
setMainWindow(Window *mainWindow)VCF::Application
setName(const String &name)VCF::Component [virtual]
setNormal()VCF::Component
setSetting(const String &settingName, ComponentSetting *setting)VCF::Component
setSingleInstance(bool val)VCF::Application
setTag(const int32 &tag)VCF::Component [inline]
settings_VCF::Component [mutable, protected]
setUseLocaleStrings(const bool &val)VCF::Component
showAssertMessage(const String &message, const String &title)VCF::Application [static]
showErrorMessage(const String &message, const String &title)VCF::Application [static]
sizeOf() const VCF::Object [inline, virtual]
storeSettings(const bool &recursive)VCF::Component [virtual]
tag_VCF::Component [protected]
terminateRunningApplication()VCF::Application [virtual]
toString() const VCF::Object [virtual]
totalAllocatedObjectMemory()VCF::Object
trackDebugMemory(const bool &trackMemory)VCF::Object [static]
VPLMap_VCF::Application [protected]
~AbstractApplication()VCF::AbstractApplication [virtual]
~Application()VCF::Application [virtual]
~Component()VCF::Component [protected, virtual]
~Object()VCF::Object [virtual]
~ObjectWithCallbacks()VCF::ObjectWithCallbacks [virtual]

   Comments or Suggestions?    License Information