Cla test

From NikiWiki
Jump to: navigation, search

<ClassTree Title="Workplace">

  • WPObject:NOMObject:Base class for most WP Classes
    • wpInitData(int parm1, int parm2):This method implements initialization of the object
    • wpUnInitData():Description of WPObject
    • wpAllocMem()
    • wpFreeMem()
    • wpFree()
    • wpOpen()
    • wpLockObject()
    • wpUnlockObject()
    • wpObjectIsLocked()
    • wpQueryIcon() (???)
    • wpRequestObjectMutexSem()
    • wpReleaseObjectMutexSem()
    • wpSetTitle()
    • wpQueryTitle()
    • wpDisplayMenu()
    • wpModifyMenu()
    • wpFilterMenu()
    • wpMenuItemSelected()
    • wpInsertMenuItem()
    • wpAddSettingsPages()
    • wpInsertSettingsPage()
    • wpViewObject()
    • wpSwitchTo()
    • wpRegisterView()
    • wpAddToObjUseList()
    • wpDeleteFromObjUseList()
    • wpFindUseItem()
    • wpFindViewItem()
    • wpSaveDeferred()
    • wpDaveImmediate()
    • wpSetFolder()
    • wpQueryFolder()
    • wpSetTitleFromCString() (???)
    • wpQueryDefaultView()
    • wpSetDefaultView()
    • wpQueryConcurrentView()
    • wpSetConcurrentView()
    • wpDragOver()
    • wpDrop()
    • wpMoveObject()
    • wpCopyObject()
  • WPFolder:WPFileSystem:Base class for all folders
    • wpInitData(int parm1, int parm3)
    • wpUnInitData():Description of WPFolder
    • wpPopulate()
    • wpCreateFolderWindow()
    • wpQueryFldrFlags()
    • wpSetFldrFlags()
    • wpAddToContent()
    • wpQueryContent()
    • wpDeleteFromContent()
    • wpAddToStore()
    • wpDeleteFromStore()
  • WPFileSystem:WPObject:Base class for all filesystem related classes
    • wpQueryFileName
    • wpInitData(int parm1, int parm2)
    • wpUnInitData()
  • WPDataFile:WPFileSystem:Base class for all files
    • wpQueryFileSize()


  • WPFolderWindow:WPWindow:Class implementing a folder window
    • wpQueryContainerHandle()
    • wpSetContainerHandle()
    • wpConnectDefaultSignalHandlers()
  • WPNoteBook:WPWindow:Class implementing a notebook window
    • wpQueryNoteBook()
    • wpSetNoteBook()
  • WPWindow:NOMWindow:Base class for all windows
    • wpSetObject()
    • wpQueryObject()
    • wpSetWindowTitle()

</ClassTree>