Methods' Summary |
setContext |
sets the context of the control.
|
getContext |
gets the context of the control.
|
createPeer |
creates a "child" window on the screen.
|
getPeer |
returns the peer which was previously created or set.
|
setModel |
sets a model for the control.
|
getModel |
returns the model for this control.
|
getView |
returns the view of this control.
|
setDesignMode |
sets the design mode for use in a design editor.
|
isDesignMode |
returns `TRUE` if the control is in design mode, `FALSE` otherwise.
|
isTransparent |
returns `TRUE` if the control is transparent, `FALSE` otherwise.
|
Methods' Details |
setContext
void |
setContext( |
[in] ::com::sun::star::uno::XInterface |
Context ); |
- Description
- sets the context of the control.
|
|
getContext
- Description
- gets the context of the control.
|
|
createPeer
- Description
- creates a "child" window on the screen.
If the parent is NULL, then the desktop window of the toolkit
is the parent.
|
|
getPeer
- Description
- returns the peer which was previously created or set.
|
|
setModel
- Description
- sets a model for the control.
|
|
getModel
- Description
- returns the model for this control.
|
|
getView
- Description
- returns the view of this control.
|
|
setDesignMode
void |
setDesignMode( |
[in] boolean |
bOn ); |
- Description
- sets the design mode for use in a design editor.
Normally the control will be painted directly without a peer.
|
|
isDesignMode
- Description
- returns `TRUE` if the control is in design mode, `FALSE` otherwise.
|
|
isTransparent
- Description
- returns `TRUE` if the control is transparent, `FALSE` otherwise.
|
|
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.