Exemplo n.º 1
0
 public static extern SU_RESULT SUStylesGetStyleByPath(SUStylesRef styles, string path, ref SUStyleRef style);
Exemplo n.º 2
0
 public static extern SUEntityRef SUStyleToEntity(SUStyleRef style);
Exemplo n.º 3
0
 public static extern SU_RESULT SUStylesGetStyleByGuid(SUStylesRef styles, string guid, ref SUStyleRef style);
Exemplo n.º 4
0
 public static extern SU_RESULT SUStyleSetProperty(SUStyleRef style, SUStylePropertyType type, SUTypedValueRef value);
Exemplo n.º 5
0
 public static extern SU_RESULT SUStyleGetThumbnail(SUStyleRef style, ref SUImageRepRef image);
Exemplo n.º 6
0
 public static extern SU_RESULT SUStylesGetSelectedStyle(SUStylesRef styles, ref SUStyleRef style);
Exemplo n.º 7
0
 public static extern SU_RESULT SUStyleRelease(ref SUStyleRef style);
Exemplo n.º 8
0
 public static extern SU_RESULT SUStyleGetPath(SUStyleRef style, ref SUStringRef path);
Exemplo n.º 9
0
 public static extern SU_RESULT SUStyleGetGuid(SUStyleRef style, ref SUStringRef guid);
Exemplo n.º 10
0
 public static extern SU_RESULT SUStyleGetDescription(SUStyleRef style, ref SUStringRef description);
Exemplo n.º 11
0
 public static extern SU_RESULT SUStyleSetDescription(SUStyleRef style, string description);
Exemplo n.º 12
0
 public static extern SU_RESULT SUStyleGetDisplayName(SUStyleRef style, ref SUStringRef name);
Exemplo n.º 13
0
 public static extern SU_RESULT SUStyleSetName(SUStyleRef style, string name);
Exemplo n.º 14
0
 public static extern SU_RESULT SUStyleCreate(out SUStyleRef style, string path);
Exemplo n.º 15
0
 public static extern SU_RESULT SUStylesApplyStyleToScene(SUStylesRef styles, SUStyleRef style, SUSceneRef scene);
Exemplo n.º 16
0
 public static extern SU_RESULT SUStyleGetDisplaysWatermark(SUStyleRef style, ref bool shows_mark);
Exemplo n.º 17
0
 public static extern SU_RESULT SUStylesGetActiveStyle(SUStylesRef styles, ref SUStyleRef style);
Exemplo n.º 18
0
 public static extern SU_RESULT SUStyleSaveToFile(SUStyleRef style, string path);
Exemplo n.º 19
0
 public static extern SU_RESULT SUSceneGetSketchAxesDisplayed(SUSceneRef scene, ref SUStyleRef style);
Exemplo n.º 20
0
 public static extern SU_RESULT SUStyleCreate(out SUStyleRef style);