Difference between revisions of "Cla test"

From NikiWiki
Jump to: navigation, search
Line 76: Line 76:
 
**wpQueryObject()
 
**wpQueryObject()
 
**wpSetWindowTitle()
 
**wpSetWindowTitle()
 
* dummy1:WPDataFile
 
* dummy2:dummy1
 
* dummy3:dummy2
 
* dummy4:dummy3
 
* dummy5:dummy4
 
* dummy6:dummy5
 
* dummy7:dummy6
 
* dummy8:dummy7
 
* dummy9:dummy8
 
 
  
 
</ClassTree>
 
</ClassTree>

Revision as of 20:00, 13 August 2007

<ClassTree Title="Workplace">

  • WPObject:NOMObject:Base class for most WP Classes
    • wpInitData():This method implements initialization of the object
    • 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()
  • WPFolder:WPFileSystem:Base class for all folders
    • wpInitData()
    • wpPopulate()
    • wpCreateFolderWindow()
    • wpQueryFldrFlags()
    • wpSetFldrFlags()
    • wpAddToContent()
    • wpQueryContent()
    • wpDeleteFromContent()
    • wpAddToStore()
    • wpDeleteFromStore()
  • WPFileSystem:WPObject:Base class for all filesystem related classes
    • wpQueryFileName
    • wpInitData()
  • 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>