Workplace Shell API: Difference between revisions
Appearance
m not part of the API |
|||
(23 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Presentation Manager Interface Related Functions == | |||
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | |||
* [[ | * [[WinCopyObject]] | ||
* [[ | * [[WinCreateObject]] | ||
* [[ | * [[WinCreateShadow]] | ||
* [[ | * [[WinDeregisterObjectClass]] | ||
* [[ | * [[WinDestroyObject]] | ||
* [[ | * [[WinEnumObjectClasses]] | ||
* [[ | * [[WinIsSOMDDReady]] | ||
* [[ | * [[WinIsWPDServerReady]] | ||
* [[ | * [[WinLockupSystem]] | ||
* [[ | * [[WinMoveObject]] | ||
* [[ | * [[WinOpenObject]] | ||
* [[ | * [[WinQueryActiveDesktopPathname]] | ||
* [[ | * [[WinQueryObject]] | ||
* [[ | * [[WinQueryObjectPath]] | ||
* [[ | * [[WinRegisterObjectClass]] | ||
* [[ | * [[WinReplaceObjectClass]] | ||
* [[ | * [[WinRestartSOMDD]] | ||
* [[ | * [[WinRestartWPDServer]] | ||
* [[ | * [[WinSaveObject]] | ||
* [[ | * [[WinSetObjectData]] | ||
* [[ | * [[WinShutdownSystem]] | ||
* [[ | * [[WinUnlockSystem]] | ||
* [[ | * [[WinWaitForShell]] | ||
</div> | |||
==Classes== | |||
Class hierarchy used in OS/2 Warp 4 for the Workplace Shell SOM classes. | |||
*[[SOMObject]] | |||
**[[SOMClass]] | |||
**[[SOMClassMgr]] | |||
***[[WPClassManager]] * | |||
**[[WPObject]] | |||
*** [[WPAbstract]] | |||
**** [[WPClock]] | |||
**** [[WPCountry]] | |||
**** [[WPDisk]] | |||
**** [[WPKeyboard]] | |||
**** [[WPLaunchPad]] | |||
***** [[SmartCenter]] * | |||
**** [[WPMouse]] | |||
**** [[WPPalette]] | |||
***** [[WPColorPalette]] | |||
***** [[WPFontPalette]] * | |||
***** [[WPSchemePalette]] * | |||
****[[WPPower]] | |||
****[[WPPrinter]] | |||
*****[[WPRPrinter]] | |||
****[[WPProgram]] | |||
****[[WPShadow]] | |||
*****[[WPNetLink]] | |||
****[[WPShredder]] | |||
****[[WPSound]] | |||
****[[WPSpecialNeeds]] | |||
****[[WPSpool]] | |||
****[[WPSystem]] | |||
****[[WPWinConfig]] | |||
*** [[WPFileSystem]] | |||
****[[WPDataFile]] | |||
*****[[WPHtml]] | |||
*****[[WPIcon]] | |||
*****[[WPImageFile]] * | |||
******[[WPBitmap]] | |||
*****[[WPMet]] | |||
*****[[WPPif]] | |||
*****[[WPPointer]] | |||
*****[[WPProgramFile]] | |||
******[[WPCommandFile]] | |||
***** [[WPUrl]] * | |||
**** [[WPFolder]] | |||
***** [[WPDesktop]] | |||
***** [[WPDrives]] | |||
***** [[WPHost]] * | |||
*****[[WPHwManager]] * | |||
*****[[WPMinWinViewer]] | |||
*****[[WPNetgrp]] | |||
*****[[WPNetwork]] | |||
*****[[WPRootFolder]] | |||
*****[[WPServer]] | |||
*****[[WPSharedDir]] | |||
*****[[WPStartup]] | |||
*****[[WPTemplates]] | |||
*****[[WPUrlFolder]] | |||
*** [[WPTransient]] | |||
****[[WPJob]] | |||
****[[WPDevice]] * | |||
*****[[WPDevAudio]] * | |||
*****[[WPDevBus]] * | |||
*****[[WPDevCDRom]] * | |||
*****[[WPDevCPU]] * | |||
*****[[WPDevDiskette]] * | |||
*****[[WPDevDisplay]] * | |||
*****[[WPDevHarddrive]] * | |||
*****[[WPDevKeyboard]] * | |||
*****[[WPDevMemory]] * | |||
*****[[WPDevMouse]] * | |||
*****[[WPDevParallel]] * | |||
*****[[WPDevPeriph]] * | |||
*****[[WPDevSerial]] * | |||
*****[[WPDevTape]] * | |||
*****[[WPDevTimer]] * | |||
****[[WPPdr]] | |||
****[[WPPort]] | |||
****[[WPQdr]] | |||
**[[SpeechObject]] | |||
The ones marked with asterisk (*) are the classes released in Workplace Shell for Warp 4. | |||
See also: [[List of Workplace Shell Classes]] | |||
* | |||
=== Publications === | |||
*IBM Workplace Shell Programming Reference | |||
*IBM Workplace Shell Programming Guide | |||
[[Category:The OS/2 API Project]] | [[Category:The OS/2 API Project]] |
Latest revision as of 16:53, 13 March 2020
Presentation Manager Interface Related Functions
- WinCopyObject
- WinCreateObject
- WinCreateShadow
- WinDeregisterObjectClass
- WinDestroyObject
- WinEnumObjectClasses
- WinIsSOMDDReady
- WinIsWPDServerReady
- WinLockupSystem
- WinMoveObject
- WinOpenObject
- WinQueryActiveDesktopPathname
- WinQueryObject
- WinQueryObjectPath
- WinRegisterObjectClass
- WinReplaceObjectClass
- WinRestartSOMDD
- WinRestartWPDServer
- WinSaveObject
- WinSetObjectData
- WinShutdownSystem
- WinUnlockSystem
- WinWaitForShell
Classes
Class hierarchy used in OS/2 Warp 4 for the Workplace Shell SOM classes.
- SOMObject
- SOMClass
- SOMClassMgr
- WPObject
- SpeechObject
The ones marked with asterisk (*) are the classes released in Workplace Shell for Warp 4. See also: List of Workplace Shell Classes
Publications
- IBM Workplace Shell Programming Reference
- IBM Workplace Shell Programming Guide