
Public Member Functions |
|
| FBView () | |
| Constructor. |
|
| DrawString (str pText, float pX, float pY, int pEnable=-1) | |
| Draw a string in the view. |
|
| bool | IsView () |
| Checks if object
is a view. |
|
| Refresh (bool pNow=False) | |
| Refresh view. |
|
| bool | SetViewport (int pX, int pY, int pW, int pH) |
| Set view's viewport. |
|
Public Attributes |
|
| bool | DoubleBuffer |
| Read Only Property: Indicates if the
view is double buffered. |
|
| bool | GraphicOGL |
| Read Only Property: Indicates if the
view is OpenGL. |
|
| FBView | ( | ) |
Constructor.
Draw a string in the view.
| pText | Text to draw. | |
| pX | X position of string. | |
| pY | Y position of string. | |
| pEnable | Is string enabled? (default =-1) |
| bool IsView | ( | ) |
Checks if object is a view.
Reimplemented from FBVisualComponent.
| Refresh | ( | bool | pNow = False |
) |
Refresh view.
| pNow | If true, refresh immediately (default = false). |
Reimplemented from FBVisualComponent.
Set view's viewport.
| pX | Viewport X value. | |
| pY | Viewport Y value. | |
| pW | Viewport W (width) value. | |
| pH | Viewport H (height) value. |
Read Only Property: Indicates if the view is double buffered.
Read Only Property: Indicates if the view is OpenGL.
1.5.3