![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | WidgetType |
| class | LineDrawCommand |
| class | TriMeshDrawCommand |
| class | CompositeDrawCommand |
| Draws all commands from internal array in order. More... | |
Typedefs | |
| typedef TypeID | WidgetType |
| typedef TypeID | EventType |
| typedef func | WidgetEventCallback |
Functions | |
| bool | WidgetEventCallback (Widget w=null) |
Variables | |
| class WidgetType | LEFT |
| class WidgetType | RIGHT |
| class WidgetType | UP |
| class WidgetType | CENTER |
| class WidgetType | TOP |
| class WidgetType | BOTTOM |
| class WidgetType | m_iColor = 0xff000000 |
| vector | m_Position |
| Only in XY, Z is ignored. | |
| string | m_sText |
| int | m_iFontPropertiesId |
| float | m_fSize = 24 |
| vector | m_Pivot |
| Only in XY, Z is ignored. | |
| float | m_fRotation |
| ref array< float > | m_Vertices |
| 2D vertices such as [x0, y0, x1, y1, ... xn, yn] | |
| float | m_fUVScale |
| ref SharedItemRef | m_pTexture |
| If null, only filled polygon is drawn. | |
| float | m_fUV [4] = {0, 0, 1, 1} |
| TopLeft.U, TopLeft.V, BottomRight.U, BottomRight.V. | |
| vector | m_Size |
| Only in XY, Z is ignored. | |
| WidgetFlags | m_iFlags = WidgetFlags.STRETCH |
| 0, STRETCH, NOWRAP | |