Package h
Class ST_gvplugin_active_layout_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_gvplugin_active_layout_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_gvplugin_active_layout_t extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_gvlayout_engine_s
engine
ST_gvlayout_features_t
features
EN_layout_type
id
CString
type
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_gvplugin_active_layout_t()
-
Method Summary
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
engine
public ST_gvlayout_engine_s engine
-
id
public EN_layout_type id
-
features
public ST_gvlayout_features_t features
-
type
public CString type
-
-