enum
Cairo::Status
Defined in:
lib/gi-crystal/src/auto/cairo-1.0/cairo.crEnum Members
-
Success =
0_u32
-
NoMemory =
1_u32
-
InvalidRestore =
2_u32
-
InvalidPopGroup =
3_u32
-
NoCurrentPoint =
4_u32
-
InvalidMatrix =
5_u32
-
InvalidStatus =
6_u32
-
NullPointer =
7_u32
-
InvalidString =
8_u32
-
InvalidPathData =
9_u32
-
ReadError =
10_u32
-
WriteError =
11_u32
-
SurfaceFinished =
12_u32
-
SurfaceTypeMismatch =
13_u32
-
PatternTypeMismatch =
14_u32
-
InvalidContent =
15_u32
-
InvalidFormat =
16_u32
-
InvalidVisual =
17_u32
-
FileNotFound =
18_u32
-
InvalidDash =
19_u32
-
InvalidDscComment =
20_u32
-
InvalidIndex =
21_u32
-
ClipNotRepresentable =
22_u32
-
TempFileError =
23_u32
-
InvalidStride =
24_u32
-
FontTypeMismatch =
25_u32
-
UserFontImmutable =
26_u32
-
UserFontError =
27_u32
-
NegativeCount =
28_u32
-
InvalidClusters =
29_u32
-
InvalidSlant =
30_u32
-
InvalidWeight =
31_u32
-
InvalidSize =
32_u32
-
UserFontNotImplemented =
33_u32
-
DeviceTypeMismatch =
34_u32
-
DeviceError =
35_u32
-
InvalidMeshConstruction =
36_u32
-
DeviceFinished =
37_u32
-
Jbig2GlobalMissing =
38_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#clip_not_representable?
Returns
true
if this enum value equalsClipNotRepresentable
-
#device_error?
Returns
true
if this enum value equalsDeviceError
-
#device_finished?
Returns
true
if this enum value equalsDeviceFinished
-
#device_type_mismatch?
Returns
true
if this enum value equalsDeviceTypeMismatch
-
#file_not_found?
Returns
true
if this enum value equalsFileNotFound
-
#font_type_mismatch?
Returns
true
if this enum value equalsFontTypeMismatch
-
#invalid_clusters?
Returns
true
if this enum value equalsInvalidClusters
-
#invalid_content?
Returns
true
if this enum value equalsInvalidContent
-
#invalid_dash?
Returns
true
if this enum value equalsInvalidDash
-
#invalid_dsc_comment?
Returns
true
if this enum value equalsInvalidDscComment
-
#invalid_format?
Returns
true
if this enum value equalsInvalidFormat
-
#invalid_index?
Returns
true
if this enum value equalsInvalidIndex
-
#invalid_matrix?
Returns
true
if this enum value equalsInvalidMatrix
-
#invalid_mesh_construction?
Returns
true
if this enum value equalsInvalidMeshConstruction
-
#invalid_path_data?
Returns
true
if this enum value equalsInvalidPathData
-
#invalid_pop_group?
Returns
true
if this enum value equalsInvalidPopGroup
-
#invalid_restore?
Returns
true
if this enum value equalsInvalidRestore
-
#invalid_size?
Returns
true
if this enum value equalsInvalidSize
-
#invalid_slant?
Returns
true
if this enum value equalsInvalidSlant
-
#invalid_status?
Returns
true
if this enum value equalsInvalidStatus
-
#invalid_stride?
Returns
true
if this enum value equalsInvalidStride
-
#invalid_string?
Returns
true
if this enum value equalsInvalidString
-
#invalid_visual?
Returns
true
if this enum value equalsInvalidVisual
-
#invalid_weight?
Returns
true
if this enum value equalsInvalidWeight
-
#jbig2_global_missing?
Returns
true
if this enum value equalsJbig2GlobalMissing
-
#negative_count?
Returns
true
if this enum value equalsNegativeCount
-
#no_current_point?
Returns
true
if this enum value equalsNoCurrentPoint
-
#no_memory?
Returns
true
if this enum value equalsNoMemory
-
#null_pointer?
Returns
true
if this enum value equalsNullPointer
-
#pattern_type_mismatch?
Returns
true
if this enum value equalsPatternTypeMismatch
-
#read_error?
Returns
true
if this enum value equalsReadError
-
#success?
Returns
true
if this enum value equalsSuccess
-
#surface_finished?
Returns
true
if this enum value equalsSurfaceFinished
-
#surface_type_mismatch?
Returns
true
if this enum value equalsSurfaceTypeMismatch
-
#temp_file_error?
Returns
true
if this enum value equalsTempFileError
-
#user_font_error?
Returns
true
if this enum value equalsUserFontError
-
#user_font_immutable?
Returns
true
if this enum value equalsUserFontImmutable
-
#user_font_not_implemented?
Returns
true
if this enum value equalsUserFontNotImplemented
-
#write_error?
Returns
true
if this enum value equalsWriteError
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.