![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Documentation for class CMlFrame. More...
#include <2024_10_30.h>
Public Member Functions | |
CMlControl | GetFirstChild (Text ControlId) |
Void | Scroll (Vec2 DeltaInGridUnits) |
Void | ScrollBumpTop () |
Void | ScrollBumpBottom () |
Void | ScrollBumpLeft () |
Void | ScrollBumpRight () |
![]() | |
Boolean | HasClass (Text Class) |
Boolean | DataAttributeExists (Text DataName) |
Text | DataAttributeGet (Text DataName) |
Void | DataAttributeSet (Text DataName, Text DataValue) |
Void | Show () |
Void | Hide () |
Void | Focus () |
Void | ScriptEvents_Disable () |
Void | ScriptEvents_Restore () |
Public Attributes | |
Array< CMlControl *const > | Controls |
Boolean | ScrollActive |
Vec2 | ScrollOffset |
Vec2 const | ScrollAnimOffset |
Vec2 | ScrollMax |
Vec2 | ScrollMin |
Boolean | ScrollGridSnap |
Vec2 | ScrollGrid |
Boolean | DisablePreload |
![]() | |
CMlFrame *const | Parent |
Text const | ControlId |
Vec2 | Size |
CMlControl::AlignHorizontal | HorizontalAlign |
CMlControl::AlignVertical | VerticalAlign |
Boolean | Visible |
Vec2 | RelativePosition_V3 |
Real | ZIndex |
Real | RelativeScale |
Real | RelativeRotation |
Vec2 const | AbsolutePosition_V3 |
Real const | AbsoluteScale |
Real const | AbsoluteRotation |
Text | ToolTip |
Boolean const | IsFocused |
![]() | |
Ident const | Id |
Additional Inherited Members | |
![]() | |
enum | AlignHorizontal { Left, HCenter, Right, None } |
enum | AlignVertical { Top, VCenter, Bottom, None, VCenter2 } |
Documentation for class CMlFrame.
Supported declare modes :
Definition at line 13649 of file 2024_10_30.h.
CMlControl CMlFrame::GetFirstChild | ( | Text | ControlId | ) |
Void CMlFrame::ScrollBumpBottom | ( | ) |
Void CMlFrame::ScrollBumpLeft | ( | ) |
Void CMlFrame::ScrollBumpRight | ( | ) |
Void CMlFrame::ScrollBumpTop | ( | ) |
Array<CMlControl* const > CMlFrame::Controls |
Definition at line 13654 of file 2024_10_30.h.
Boolean CMlFrame::DisablePreload |
Definition at line 13710 of file 2024_10_30.h.
Boolean CMlFrame::ScrollActive |
Definition at line 13662 of file 2024_10_30.h.
Vec2 const CMlFrame::ScrollAnimOffset |
Definition at line 13670 of file 2024_10_30.h.
Vec2 CMlFrame::ScrollGrid |
Definition at line 13686 of file 2024_10_30.h.
Boolean CMlFrame::ScrollGridSnap |
Definition at line 13682 of file 2024_10_30.h.
Vec2 CMlFrame::ScrollMax |
Definition at line 13674 of file 2024_10_30.h.
Vec2 CMlFrame::ScrollMin |
Definition at line 13678 of file 2024_10_30.h.
Vec2 CMlFrame::ScrollOffset |
Definition at line 13666 of file 2024_10_30.h.