The Open Objects Library (OOL) API: Difference between revisions
Appearance
red desert removal |
|||
(One intermediate revision by the same user not shown) | |||
Line 79: | Line 79: | ||
**XJavaApplet | **XJavaApplet | ||
**XJavaEnvironment | **XJavaEnvironment | ||
** | **XLayer | ||
**XMessage | **XMessage | ||
**XMessageBox | **XMessageBox | ||
Line 139: | Line 139: | ||
****XStaticIcon | ****XStaticIcon | ||
****XStaticText | ****XStaticText | ||
*** | ***XToolBar | ||
***XUserWindow | ***XUserWindow | ||
****XBubbleHelp | ****XBubbleHelp | ||
Line 145: | Line 145: | ||
****XTrafficLight | ****XTrafficLight | ||
***XResourceWindow | ***XResourceWindow | ||
**** | ****XWizClientWindow | ||
==Classes Alphabetical== | ==Classes Alphabetical== | ||
===XLayer=== | |||
XLayer is a class which can store a large amount of graphic-objects. | |||
Call AddObject() to add objects to the layer, with Draw you can draw the content on a graphic device like XGraphicDevice or XPrinterDevice. | |||
===XToolBar=== | |||
XToolBar represents a toolbar for framewindows. You can attach every type of control to it. | |||
===XWizClientWindow=== | |||
XWizClientWindow is a window which is used in XWizard. Unlike XResourceWindow it posts events received in DoCommand() and DoControl() to the owning XWizard. | |||
[[Category:C++ Class Libraries]] | [[Category:C++ Class Libraries]] |
Latest revision as of 01:01, 14 June 2020
This is the API documentation for the The Open Objects Library (OOL).
Classes Hierarchy
- XMemoryCheck
- XObject
- XClipBoard
- XColor
- XContainerColumn
- XContainerControl
- XContainerInfo
- XContainerObject
- XCoordinateSystem
- XCountryInfo
- XDate
- XDBaseFile
- XDBaseRecord
- XDDE
- XEvent
- XBackgroundDrawEvent
- XControlEvent
- XContainerEvent
- XContainerDragEvent
- XContainerEditEvent
- XContainerEvent
- XDragEvent
- XItemDrawEvent
- XKeyboardEvent
- XMouseEvent
- XNoteBookEvent
- XException
- XDBaseException
- XRexxException
- XSemaphoreException
- XTableException
- XGraphicDevice
- XPrinterDevice
- XGraphicObject
- XBitmap
- XLine
- XArc
- XBox
- XCircle
- XText
- XHandler
- XBackgroundDrawHandler
- XContainerHandler
- XDragHandler
- XItemDrawHandler
- XKeyboardHandler
- XMouseHandler
- XNoteBookHandler
- XStyleHandler
- XTimer
- XHelpInstance
- XIO
- XFile
- XSocket
- XClientSocket
- XServerSocket
- XNamedPipeClient
- XNamedPipeServer
- XPipe
- XJavaConsoleMessageHandler
- XJavaShowURLHandler
- XJavaStatusMsgHandler
- XProcess
- XApplication
- XThread
- XPMThread
- XSemaphore
- XEventSemaphore
- XMutexSemaphore
- XSystemDialog
- XFileDialog
- XGLibFileDialog
- XFontDialog
- XFileDialog
- XFileFind
- XFileInfo
- XFont
- XJavaApplet
- XJavaEnvironment
- XLayer
- XMessage
- XMessageBox
- XMLESearch
- XPoint
- XRect
- XProfile
- XResource
- XResourceLibrary
- XRexxInterface
- XRexxScript
- XSize
- XString
- XTime
- XWindow
- XControl
- XButton
- XSettingButton
- XCheckBox
- XGraphicButton
- XRadioButton
- XUserButton
- XPushButton
- XSettingButton
- XMultiLineEdit
- XNoteBook
- XScrollBar
- XSlider
- XSpinButton
- XValueSet
- XButton
- XCircularSlider
- XColorControl
- XListBox
- XComboBox
- XDialog
- XModalDialog
- XWizard
- XModelessDialog
- XModalDialog
- XEntryField
- XDateEntryField
- XTimeEntryField
- XFrameWindow
- XMDIClient
- XMDIServer
- XScrollWindow
- XMenu
- XMenuBar
- XMenuItem
- XPopupMenu
- XNoteBookPage
- XObjectWindow
- XMediaWindow
- XCDPlayer
- XSound
- XVideo
- XMediaWindow
- XStatic
- XGroupBox
- XStaticBitmap
- XStaticFrame
- XStaticIcon
- XStaticText
- XToolBar
- XUserWindow
- XBubbleHelp
- XLED
- XTrafficLight
- XResourceWindow
- XWizClientWindow
- XControl
Classes Alphabetical
XLayer
XLayer is a class which can store a large amount of graphic-objects.
Call AddObject() to add objects to the layer, with Draw you can draw the content on a graphic device like XGraphicDevice or XPrinterDevice.
XToolBar
XToolBar represents a toolbar for framewindows. You can attach every type of control to it.
XWizClientWindow
XWizClientWindow is a window which is used in XWizard. Unlike XResourceWindow it posts events received in DoCommand() and DoControl() to the owning XWizard.