Desktop class list

From NikiWiki
Jump to: navigation, search


This is a list of desktop classes and methods for the Voyager desktop. Note that this list is in no way exhaustive. <ClassTree title="WP Desktop API Classes">

  • WPObject:NOMObject
    • wpInitData()
    • wpUnInitData()
    • 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()


  • WPFileSystem:WPObject
    • wpQueryFileName
  • WPDataFile:WPFileSystem
    • wpQueryFileSize()
  • WPFolder:WPFileSystem
    • wpPopulate()
    • wpCreateFolderWindow()
    • wpQueryFldrFlags()
    • wpSetFldrFlags()
    • wpAddToContent()
    • wpQueryContent()
    • wpDeleteFromContent()
    • wpAddToStore()
    • wpDeleteFromStore()
  • WPWindow:NOMWindow
    • wpSetObject()
    • wpQueryObject()
    • wpSetWindowTitle()
  • WPFolderWindow:WPWindow
    • wpQueryContainerHandle()
    • wpSetContainerHandle()
    • wpConnectDefaultSignalHandlers()
  • WPNoteBook:WPWindow
    • wpQueryNoteBook()
    • wpSetNoteBook()

</ClassTree>