- ?
-
clean
- Application initialization
- Load localization resources
- ?
-
DisplayNode
- Kind field (
m_kind
) - Children
-
x
,y
,z
-
rotation_x
,rotation_y
,rotation_z
- Provide methods for directly accessing subtypes. For example,
node.set_x(v);
could translate tonode.as_text_area().set_x(v);
. -
as_subtype()
methods should return&Subtype
.
- Kind field (
-
File
- ?
- Currency
- Collation
- Plurals
- ?
- ?
- ?