00001
00002
00003
00004
00005
00006
00007 #ifndef _cglobalsAPI_H
00008 #define _cglobalsAPI_H
00009
00010
00011 #include <sip.h>
00012
00013 #include <QMetaType>
00014
00015
00016 #define SIP_FEATURE_PyQt_qreal_double
00017 #define SIP_FEATURE_PyQt_SizeGrip
00018 #define SIP_FEATURE_PyQt_OpenSSL
00019 #define SIP_FEATURE_Py_DateTime
00020 #define SIP_FEATURE_PyQt_NoQtPrintRangeBug
00021 #define SIP_FEATURE_PyQt_WhatsThis
00022 #define SIP_FEATURE_PyQt_ToolTip
00023 #define SIP_FEATURE_PyQt_StatusTip
00024 #define SIP_FEATURE_PyQt_SessionManager
00025 #define SIP_FEATURE_PyQt_Accessibility
00026
00027
00028
00029 #define sipConvertFromSliceObject(o,len,start,stop,step,slen) PySlice_GetIndicesEx((PySliceObject *)(o),(len),(start),(stop),(step),(slen))
00030 #define sipIsSubClassInstance(o,wt) PyObject_TypeCheck((o),(PyTypeObject *)(wt))
00031
00032 #define sipMapStringToClass sipAPI_cglobals->api_map_string_to_class
00033 #define sipMapIntToClass sipAPI_cglobals->api_map_int_to_class
00034 #define sipMalloc sipAPI_cglobals->api_malloc
00035 #define sipFree sipAPI_cglobals->api_free
00036 #define sipBuildResult sipAPI_cglobals->api_build_result
00037 #define sipCallMethod sipAPI_cglobals->api_call_method
00038 #define sipParseResult sipAPI_cglobals->api_parse_result
00039 #define sipParseArgs sipAPI_cglobals->api_parse_args
00040 #define sipParsePair sipAPI_cglobals->api_parse_pair
00041 #define sipCommonCtor sipAPI_cglobals->api_common_ctor
00042 #define sipCommonDtor sipAPI_cglobals->api_common_dtor
00043 #define sipConvertFromSequenceIndex sipAPI_cglobals->api_convert_from_sequence_index
00044 #define sipConvertFromVoidPtr sipAPI_cglobals->api_convert_from_void_ptr
00045 #define sipConvertToCpp sipAPI_cglobals->api_convert_to_cpp
00046 #define sipConvertToVoidPtr sipAPI_cglobals->api_convert_to_void_ptr
00047 #define sipNoFunction sipAPI_cglobals->api_no_function
00048 #define sipNoMethod sipAPI_cglobals->api_no_method
00049 #define sipAbstractMethod sipAPI_cglobals->api_abstract_method
00050 #define sipBadClass sipAPI_cglobals->api_bad_class
00051 #define sipBadSetType sipAPI_cglobals->api_bad_set_type
00052 #define sipBadCatcherResult sipAPI_cglobals->api_bad_catcher_result
00053 #define sipBadOperatorArg sipAPI_cglobals->api_bad_operator_arg
00054 #define sipTrace sipAPI_cglobals->api_trace
00055 #define sipTransfer sipAPI_cglobals->api_transfer
00056 #define sipTransferBack sipAPI_cglobals->api_transfer_back
00057 #define sipTransferTo sipAPI_cglobals->api_transfer_to
00058 #define sipTransferBreak sipAPI_cglobals->api_transfer_break
00059 #define sipWrapper_Check sipAPI_cglobals->api_wrapper_check
00060 #define sipGetWrapper sipAPI_cglobals->api_get_wrapper
00061 #define sipGetCppPtr sipAPI_cglobals->api_get_cpp_ptr
00062 #define sipGetComplexCppPtr sipAPI_cglobals->api_get_complex_cpp_ptr
00063 #define sipIsPyMethod sipAPI_cglobals->api_is_py_method
00064 #define sipCallHook sipAPI_cglobals->api_call_hook
00065 #define sipStartThread sipAPI_cglobals->api_start_thread
00066 #define sipEndThread sipAPI_cglobals->api_end_thread
00067 #define sipEmitSignal sipAPI_cglobals->api_emit_signal
00068 #define sipConnectRx sipAPI_cglobals->api_connect_rx
00069 #define sipDisconnectRx sipAPI_cglobals->api_disconnect_rx
00070 #define sipGetSender sipAPI_cglobals->api_get_sender
00071 #define sipRaiseUnknownException sipAPI_cglobals->api_raise_unknown_exception
00072 #define sipRaiseClassException sipAPI_cglobals->api_raise_class_exception
00073 #define sipRaiseSubClassException sipAPI_cglobals->api_raise_sub_class_exception
00074 #define sipBadLengthForSlice sipAPI_cglobals->api_bad_length_for_slice
00075 #define sipClassName sipAPI_cglobals->api_class_name
00076 #define sipAddClassInstance sipAPI_cglobals->api_add_class_instance
00077 #define sipAddMappedTypeInstance sipAPI_cglobals->api_add_mapped_type_instance
00078 #define sipAddEnumInstance sipAPI_cglobals->api_add_enum_instance
00079 #define sipConvertFromNamedEnum sipAPI_cglobals->api_convert_from_named_enum
00080 #define sipGetAddress sipAPI_cglobals->api_get_address
00081 #define sipFreeConnection sipAPI_cglobals->api_free_connection
00082 #define sipEmitToSlot sipAPI_cglobals->api_emit_to_slot
00083 #define sipSameConnection sipAPI_cglobals->api_same_connection
00084 #define sipPySlotExtend sipAPI_cglobals->api_pyslot_extend
00085 #define sipConvertRx sipAPI_cglobals->api_convert_rx
00086 #define sipAddDelayedDtor sipAPI_cglobals->api_add_delayed_dtor
00087 #define sipCanConvertToInstance sipAPI_cglobals->api_can_convert_to_instance
00088 #define sipCanConvertToMappedType sipAPI_cglobals->api_can_convert_to_mapped_type
00089 #define sipConvertToInstance sipAPI_cglobals->api_convert_to_instance
00090 #define sipConvertToMappedType sipAPI_cglobals->api_convert_to_mapped_type
00091 #define sipForceConvertToInstance sipAPI_cglobals->api_force_convert_to_instance
00092 #define sipForceConvertToMappedType sipAPI_cglobals->api_force_convert_to_mapped_type
00093 #define sipReleaseInstance sipAPI_cglobals->api_release_instance
00094 #define sipReleaseMappedType sipAPI_cglobals->api_release_mapped_type
00095 #define sipConvertFromInstance sipAPI_cglobals->api_convert_from_instance
00096 #define sipConvertFromNewInstance sipAPI_cglobals->api_convert_from_new_instance
00097 #define sipConvertFromMappedType sipAPI_cglobals->api_convert_from_mapped_type
00098 #define sipGetState sipAPI_cglobals->api_get_state
00099 #define sipFindMappedType sipAPI_cglobals->api_find_mapped_type
00100 #define sipLong_AsUnsignedLong sipAPI_cglobals->api_long_as_unsigned_long
00101 #define sipExportSymbol sipAPI_cglobals->api_export_symbol
00102 #define sipImportSymbol sipAPI_cglobals->api_import_symbol
00103 #define sipRegisterIntTypes sipAPI_cglobals->api_register_int_types
00104 #define sipParseSignature sipAPI_cglobals->api_parse_signature
00105 #define sipFindClass sipAPI_cglobals->api_find_class
00106 #define sipFindNamedEnum sipAPI_cglobals->api_find_named_enum
00107 #define sipString_AsChar sipAPI_cglobals->api_string_as_char
00108 #define sipUnicode_AsWChar sipAPI_cglobals->api_unicode_as_wchar
00109 #define sipUnicode_AsWString sipAPI_cglobals->api_unicode_as_wstring
00110 #define sipConvertFromConstVoidPtr sipAPI_cglobals->api_convert_from_const_void_ptr
00111 #define sipConvertFromVoidPtrAndSize sipAPI_cglobals->api_convert_from_void_ptr_and_size
00112 #define sipConvertFromConstVoidPtrAndSize sipAPI_cglobals->api_convert_from_const_void_ptr_and_size
00113 #define sipInvokeSlot sipAPI_cglobals->api_invoke_slot
00114 #define sipParseType sipAPI_cglobals->api_parse_type
00115 #define sipIsExactWrappedType sipAPI_cglobals->api_is_exact_wrapped_type
00116 #define sipAssignInstance sipAPI_cglobals->api_assign_instance
00117 #define sipAssignMappedType sipAPI_cglobals->api_assign_mapped_type
00118 #define sipRegisterMetaType sipAPI_cglobals->api_register_meta_type
00119 #define sipWrappedTypeName(wt) ((wt)->type->td_cname)
00120 #define sipDeprecated sipAPI_cglobals->api_deprecated
00121
00122
00123 extern char sipNm_cglobals_units[];
00124 extern char sipNm_cglobals_cglobals[];
00125
00126 #define sipEnum_QtMsgType sipModuleAPI_cglobals_QtCore->em_enums[134]
00127
00128 #define sipClass_cglobals sipModuleAPI_cglobals.em_types[0]
00129
00130 extern sipTypeDef sipType_cglobals_cglobals;
00131
00132
00133 extern const sipAPIDef *sipAPI_cglobals;
00134 extern sipExportedModuleDef sipModuleAPI_cglobals;
00135
00136 #define sipClass_QSysInfo sipModuleAPI_cglobals_QtCore->em_types[150]
00137 #define sipCast_QSysInfo sipModuleAPI_cglobals_QtCore->em_types[150]->type->td_cast
00138 #define sipForceConvertTo_QSysInfo sipModuleAPI_cglobals_QtCore->em_types[150]->type->td_fcto
00139
00140 #define sipEnum_QSysInfo_Endian sipModuleAPI_cglobals_QtCore->em_enums[135]
00141 #define sipEnum_QSysInfo_Sizes sipModuleAPI_cglobals_QtCore->em_enums[136]
00142
00143 #if !defined(sipClass_Qt)
00144 #define sipClass_Qt sipModuleAPI_cglobals_QtCore->em_types[136]
00145 #endif
00146
00147 #define sipEnum_Qt_WindowFrameSection sipModuleAPI_cglobals_QtCore->em_enums[75]
00148 #define sipEnum_Qt_SizeHint sipModuleAPI_cglobals_QtCore->em_enums[76]
00149 #define sipEnum_Qt_SizeMode sipModuleAPI_cglobals_QtCore->em_enums[77]
00150 #define sipEnum_Qt_EventPriority sipModuleAPI_cglobals_QtCore->em_enums[78]
00151 #define sipEnum_Qt_Axis sipModuleAPI_cglobals_QtCore->em_enums[79]
00152 #define sipEnum_Qt_MaskMode sipModuleAPI_cglobals_QtCore->em_enums[80]
00153 #define sipEnum_Qt_TextInteractionFlag sipModuleAPI_cglobals_QtCore->em_enums[81]
00154 #define sipEnum_Qt_ItemSelectionMode sipModuleAPI_cglobals_QtCore->em_enums[82]
00155 #define sipEnum_Qt_ApplicationAttribute sipModuleAPI_cglobals_QtCore->em_enums[83]
00156 #define sipEnum_Qt_WindowModality sipModuleAPI_cglobals_QtCore->em_enums[84]
00157 #define sipEnum_Qt_MatchFlag sipModuleAPI_cglobals_QtCore->em_enums[85]
00158 #define sipEnum_Qt_ItemFlag sipModuleAPI_cglobals_QtCore->em_enums[86]
00159 #define sipEnum_Qt_ItemDataRole sipModuleAPI_cglobals_QtCore->em_enums[87]
00160 #define sipEnum_Qt_CheckState sipModuleAPI_cglobals_QtCore->em_enums[88]
00161 #define sipEnum_Qt_DropAction sipModuleAPI_cglobals_QtCore->em_enums[89]
00162 #define sipEnum_Qt_LayoutDirection sipModuleAPI_cglobals_QtCore->em_enums[90]
00163 #define sipEnum_Qt_ToolButtonStyle sipModuleAPI_cglobals_QtCore->em_enums[91]
00164 #define sipEnum_Qt_InputMethodQuery sipModuleAPI_cglobals_QtCore->em_enums[92]
00165 #define sipEnum_Qt_ContextMenuPolicy sipModuleAPI_cglobals_QtCore->em_enums[93]
00166 #define sipEnum_Qt_FocusReason sipModuleAPI_cglobals_QtCore->em_enums[94]
00167 #define sipEnum_Qt_TransformationMode sipModuleAPI_cglobals_QtCore->em_enums[95]
00168 #define sipEnum_Qt_ClipOperation sipModuleAPI_cglobals_QtCore->em_enums[96]
00169 #define sipEnum_Qt_FillRule sipModuleAPI_cglobals_QtCore->em_enums[97]
00170 #define sipEnum_Qt_ShortcutContext sipModuleAPI_cglobals_QtCore->em_enums[98]
00171 #define sipEnum_Qt_ConnectionType sipModuleAPI_cglobals_QtCore->em_enums[99]
00172 #define sipEnum_Qt_Corner sipModuleAPI_cglobals_QtCore->em_enums[100]
00173 #define sipEnum_Qt_CaseSensitivity sipModuleAPI_cglobals_QtCore->em_enums[101]
00174 #define sipEnum_Qt_ScrollBarPolicy sipModuleAPI_cglobals_QtCore->em_enums[102]
00175 #define sipEnum_Qt_DayOfWeek sipModuleAPI_cglobals_QtCore->em_enums[103]
00176 #define sipEnum_Qt_TimeSpec sipModuleAPI_cglobals_QtCore->em_enums[104]
00177 #define sipEnum_Qt_DateFormat sipModuleAPI_cglobals_QtCore->em_enums[105]
00178 #define sipEnum_Qt_ToolBarArea sipModuleAPI_cglobals_QtCore->em_enums[106]
00179 #define sipEnum_Qt_DockWidgetArea sipModuleAPI_cglobals_QtCore->em_enums[107]
00180 #define sipEnum_Qt_AnchorAttribute sipModuleAPI_cglobals_QtCore->em_enums[108]
00181 #define sipEnum_Qt_AspectRatioMode sipModuleAPI_cglobals_QtCore->em_enums[109]
00182 #define sipEnum_Qt_TextFormat sipModuleAPI_cglobals_QtCore->em_enums[110]
00183 #define sipEnum_Qt_CursorShape sipModuleAPI_cglobals_QtCore->em_enums[111]
00184 #define sipEnum_Qt_UIEffect sipModuleAPI_cglobals_QtCore->em_enums[112]
00185 #define sipEnum_Qt_BrushStyle sipModuleAPI_cglobals_QtCore->em_enums[113]
00186 #define sipEnum_Qt_PenJoinStyle sipModuleAPI_cglobals_QtCore->em_enums[114]
00187 #define sipEnum_Qt_PenCapStyle sipModuleAPI_cglobals_QtCore->em_enums[115]
00188 #define sipEnum_Qt_PenStyle sipModuleAPI_cglobals_QtCore->em_enums[116]
00189 #define sipEnum_Qt_ArrowType sipModuleAPI_cglobals_QtCore->em_enums[117]
00190 #define sipEnum_Qt_Key sipModuleAPI_cglobals_QtCore->em_enums[118]
00191 #define sipEnum_Qt_BGMode sipModuleAPI_cglobals_QtCore->em_enums[119]
00192 #define sipEnum_Qt_ImageConversionFlag sipModuleAPI_cglobals_QtCore->em_enums[120]
00193 #define sipEnum_Qt_WidgetAttribute sipModuleAPI_cglobals_QtCore->em_enums[121]
00194 #define sipEnum_Qt_WindowState sipModuleAPI_cglobals_QtCore->em_enums[122]
00195 #define sipEnum_Qt_WindowType sipModuleAPI_cglobals_QtCore->em_enums[123]
00196 #define sipEnum_Qt_TextElideMode sipModuleAPI_cglobals_QtCore->em_enums[124]
00197 #define sipEnum_Qt_TextFlag sipModuleAPI_cglobals_QtCore->em_enums[125]
00198 #define sipEnum_Qt_AlignmentFlag sipModuleAPI_cglobals_QtCore->em_enums[126]
00199 #define sipEnum_Qt_SortOrder sipModuleAPI_cglobals_QtCore->em_enums[127]
00200 #define sipEnum_Qt_FocusPolicy sipModuleAPI_cglobals_QtCore->em_enums[128]
00201 #define sipEnum_Qt_Orientation sipModuleAPI_cglobals_QtCore->em_enums[129]
00202 #define sipEnum_Qt_MouseButton sipModuleAPI_cglobals_QtCore->em_enums[130]
00203 #define sipEnum_Qt_Modifier sipModuleAPI_cglobals_QtCore->em_enums[131]
00204 #define sipEnum_Qt_KeyboardModifier sipModuleAPI_cglobals_QtCore->em_enums[132]
00205 #define sipEnum_Qt_GlobalColor sipModuleAPI_cglobals_QtCore->em_enums[133]
00206
00207 #define sipClass_Qt_KeyboardModifiers sipModuleAPI_cglobals_QtCore->em_types[149]
00208 #define sipCast_Qt_KeyboardModifiers sipModuleAPI_cglobals_QtCore->em_types[149]->type->td_cast
00209 #define sipForceConvertTo_Qt_KeyboardModifiers sipModuleAPI_cglobals_QtCore->em_types[149]->type->td_fcto
00210
00211 #define sipClass_Qt_MouseButtons sipModuleAPI_cglobals_QtCore->em_types[148]
00212 #define sipCast_Qt_MouseButtons sipModuleAPI_cglobals_QtCore->em_types[148]->type->td_cast
00213 #define sipForceConvertTo_Qt_MouseButtons sipModuleAPI_cglobals_QtCore->em_types[148]->type->td_fcto
00214
00215 #define sipClass_Qt_Orientations sipModuleAPI_cglobals_QtCore->em_types[147]
00216 #define sipCast_Qt_Orientations sipModuleAPI_cglobals_QtCore->em_types[147]->type->td_cast
00217 #define sipForceConvertTo_Qt_Orientations sipModuleAPI_cglobals_QtCore->em_types[147]->type->td_fcto
00218
00219 #define sipClass_Qt_Alignment sipModuleAPI_cglobals_QtCore->em_types[146]
00220 #define sipCast_Qt_Alignment sipModuleAPI_cglobals_QtCore->em_types[146]->type->td_cast
00221 #define sipForceConvertTo_Qt_Alignment sipModuleAPI_cglobals_QtCore->em_types[146]->type->td_fcto
00222
00223 #define sipClass_Qt_WindowFlags sipModuleAPI_cglobals_QtCore->em_types[145]
00224 #define sipCast_Qt_WindowFlags sipModuleAPI_cglobals_QtCore->em_types[145]->type->td_cast
00225 #define sipForceConvertTo_Qt_WindowFlags sipModuleAPI_cglobals_QtCore->em_types[145]->type->td_fcto
00226
00227 #define sipClass_Qt_WindowStates sipModuleAPI_cglobals_QtCore->em_types[144]
00228 #define sipCast_Qt_WindowStates sipModuleAPI_cglobals_QtCore->em_types[144]->type->td_cast
00229 #define sipForceConvertTo_Qt_WindowStates sipModuleAPI_cglobals_QtCore->em_types[144]->type->td_fcto
00230
00231 #define sipClass_Qt_ImageConversionFlags sipModuleAPI_cglobals_QtCore->em_types[143]
00232 #define sipCast_Qt_ImageConversionFlags sipModuleAPI_cglobals_QtCore->em_types[143]->type->td_cast
00233 #define sipForceConvertTo_Qt_ImageConversionFlags sipModuleAPI_cglobals_QtCore->em_types[143]->type->td_fcto
00234
00235 #define sipClass_Qt_DockWidgetAreas sipModuleAPI_cglobals_QtCore->em_types[142]
00236 #define sipCast_Qt_DockWidgetAreas sipModuleAPI_cglobals_QtCore->em_types[142]->type->td_cast
00237 #define sipForceConvertTo_Qt_DockWidgetAreas sipModuleAPI_cglobals_QtCore->em_types[142]->type->td_fcto
00238
00239 #define sipClass_Qt_ToolBarAreas sipModuleAPI_cglobals_QtCore->em_types[141]
00240 #define sipCast_Qt_ToolBarAreas sipModuleAPI_cglobals_QtCore->em_types[141]->type->td_cast
00241 #define sipForceConvertTo_Qt_ToolBarAreas sipModuleAPI_cglobals_QtCore->em_types[141]->type->td_fcto
00242
00243 #define sipClass_Qt_DropActions sipModuleAPI_cglobals_QtCore->em_types[140]
00244 #define sipCast_Qt_DropActions sipModuleAPI_cglobals_QtCore->em_types[140]->type->td_cast
00245 #define sipForceConvertTo_Qt_DropActions sipModuleAPI_cglobals_QtCore->em_types[140]->type->td_fcto
00246
00247 #define sipClass_Qt_ItemFlags sipModuleAPI_cglobals_QtCore->em_types[139]
00248 #define sipCast_Qt_ItemFlags sipModuleAPI_cglobals_QtCore->em_types[139]->type->td_cast
00249 #define sipForceConvertTo_Qt_ItemFlags sipModuleAPI_cglobals_QtCore->em_types[139]->type->td_fcto
00250
00251 #define sipClass_Qt_MatchFlags sipModuleAPI_cglobals_QtCore->em_types[138]
00252 #define sipCast_Qt_MatchFlags sipModuleAPI_cglobals_QtCore->em_types[138]->type->td_cast
00253 #define sipForceConvertTo_Qt_MatchFlags sipModuleAPI_cglobals_QtCore->em_types[138]->type->td_fcto
00254
00255 #define sipClass_Qt_TextInteractionFlags sipModuleAPI_cglobals_QtCore->em_types[137]
00256 #define sipCast_Qt_TextInteractionFlags sipModuleAPI_cglobals_QtCore->em_types[137]->type->td_cast
00257 #define sipForceConvertTo_Qt_TextInteractionFlags sipModuleAPI_cglobals_QtCore->em_types[137]->type->td_fcto
00258
00259 #define sipClass_QObject sipModuleAPI_cglobals_QtCore->em_types[106]
00260 #define sipCast_QObject sipModuleAPI_cglobals_QtCore->em_types[106]->type->td_cast
00261 #define sipForceConvertTo_QObject sipModuleAPI_cglobals_QtCore->em_types[106]->type->td_fcto
00262
00263 #define sipClass_QAbstractEventDispatcher sipModuleAPI_cglobals_QtCore->em_types[135]
00264 #define sipCast_QAbstractEventDispatcher sipModuleAPI_cglobals_QtCore->em_types[135]->type->td_cast
00265 #define sipForceConvertTo_QAbstractEventDispatcher sipModuleAPI_cglobals_QtCore->em_types[135]->type->td_fcto
00266
00267 #define sipClass_QAbstractFileEngine sipModuleAPI_cglobals_QtCore->em_types[103]
00268 #define sipCast_QAbstractFileEngine sipModuleAPI_cglobals_QtCore->em_types[103]->type->td_cast
00269 #define sipForceConvertTo_QAbstractFileEngine sipModuleAPI_cglobals_QtCore->em_types[103]->type->td_fcto
00270
00271 #define sipEnum_QAbstractFileEngine_FileTime sipModuleAPI_cglobals_QtCore->em_enums[71]
00272 #define sipEnum_QAbstractFileEngine_FileOwner sipModuleAPI_cglobals_QtCore->em_enums[72]
00273 #define sipEnum_QAbstractFileEngine_FileName sipModuleAPI_cglobals_QtCore->em_enums[73]
00274 #define sipEnum_QAbstractFileEngine_FileFlag sipModuleAPI_cglobals_QtCore->em_enums[74]
00275
00276 #define sipClass_QAbstractFileEngine_FileFlags sipModuleAPI_cglobals_QtCore->em_types[104]
00277 #define sipCast_QAbstractFileEngine_FileFlags sipModuleAPI_cglobals_QtCore->em_types[104]->type->td_cast
00278 #define sipForceConvertTo_QAbstractFileEngine_FileFlags sipModuleAPI_cglobals_QtCore->em_types[104]->type->td_fcto
00279
00280 #define sipClass_QAbstractFileEngineHandler sipModuleAPI_cglobals_QtCore->em_types[102]
00281 #define sipCast_QAbstractFileEngineHandler sipModuleAPI_cglobals_QtCore->em_types[102]->type->td_cast
00282 #define sipForceConvertTo_QAbstractFileEngineHandler sipModuleAPI_cglobals_QtCore->em_types[102]->type->td_fcto
00283
00284 #define sipClass_QAbstractFileEngineIterator sipModuleAPI_cglobals_QtCore->em_types[101]
00285 #define sipCast_QAbstractFileEngineIterator sipModuleAPI_cglobals_QtCore->em_types[101]->type->td_cast
00286 #define sipForceConvertTo_QAbstractFileEngineIterator sipModuleAPI_cglobals_QtCore->em_types[101]->type->td_fcto
00287
00288 #define sipClass_QModelIndex sipModuleAPI_cglobals_QtCore->em_types[100]
00289 #define sipCast_QModelIndex sipModuleAPI_cglobals_QtCore->em_types[100]->type->td_cast
00290 #define sipForceConvertTo_QModelIndex sipModuleAPI_cglobals_QtCore->em_types[100]->type->td_fcto
00291
00292 #define sipClass_QPersistentModelIndex sipModuleAPI_cglobals_QtCore->em_types[99]
00293 #define sipCast_QPersistentModelIndex sipModuleAPI_cglobals_QtCore->em_types[99]->type->td_cast
00294 #define sipForceConvertTo_QPersistentModelIndex sipModuleAPI_cglobals_QtCore->em_types[99]->type->td_fcto
00295
00296 #define sipClass_QAbstractItemModel sipModuleAPI_cglobals_QtCore->em_types[132]
00297 #define sipCast_QAbstractItemModel sipModuleAPI_cglobals_QtCore->em_types[132]->type->td_cast
00298 #define sipForceConvertTo_QAbstractItemModel sipModuleAPI_cglobals_QtCore->em_types[132]->type->td_fcto
00299
00300 #define sipClass_QAbstractTableModel sipModuleAPI_cglobals_QtCore->em_types[134]
00301 #define sipCast_QAbstractTableModel sipModuleAPI_cglobals_QtCore->em_types[134]->type->td_cast
00302 #define sipForceConvertTo_QAbstractTableModel sipModuleAPI_cglobals_QtCore->em_types[134]->type->td_fcto
00303
00304 #define sipClass_QAbstractListModel sipModuleAPI_cglobals_QtCore->em_types[133]
00305 #define sipCast_QAbstractListModel sipModuleAPI_cglobals_QtCore->em_types[133]->type->td_cast
00306 #define sipForceConvertTo_QAbstractListModel sipModuleAPI_cglobals_QtCore->em_types[133]->type->td_fcto
00307
00308 #define sipClass_QBasicTimer sipModuleAPI_cglobals_QtCore->em_types[98]
00309 #define sipCast_QBasicTimer sipModuleAPI_cglobals_QtCore->em_types[98]->type->td_cast
00310 #define sipForceConvertTo_QBasicTimer sipModuleAPI_cglobals_QtCore->em_types[98]->type->td_fcto
00311
00312 #define sipClass_QBitArray sipModuleAPI_cglobals_QtCore->em_types[97]
00313 #define sipCast_QBitArray sipModuleAPI_cglobals_QtCore->em_types[97]->type->td_cast
00314 #define sipForceConvertTo_QBitArray sipModuleAPI_cglobals_QtCore->em_types[97]->type->td_fcto
00315
00316 #define sipClass_QIODevice sipModuleAPI_cglobals_QtCore->em_types[125]
00317 #define sipCast_QIODevice sipModuleAPI_cglobals_QtCore->em_types[125]->type->td_cast
00318 #define sipForceConvertTo_QIODevice sipModuleAPI_cglobals_QtCore->em_types[125]->type->td_fcto
00319
00320 #define sipEnum_QIODevice_OpenModeFlag sipModuleAPI_cglobals_QtCore->em_enums[50]
00321
00322 #define sipClass_QBuffer sipModuleAPI_cglobals_QtCore->em_types[131]
00323 #define sipCast_QBuffer sipModuleAPI_cglobals_QtCore->em_types[131]->type->td_cast
00324 #define sipForceConvertTo_QBuffer sipModuleAPI_cglobals_QtCore->em_types[131]->type->td_fcto
00325
00326 #define sipClass_QByteArray sipModuleAPI_cglobals_QtCore->em_types[96]
00327 #define sipCast_QByteArray sipModuleAPI_cglobals_QtCore->em_types[96]->type->td_cast
00328 #define sipForceConvertTo_QByteArray sipModuleAPI_cglobals_QtCore->em_types[96]->type->td_fcto
00329
00330 #define sipClass_QByteArrayMatcher sipModuleAPI_cglobals_QtCore->em_types[95]
00331 #define sipCast_QByteArrayMatcher sipModuleAPI_cglobals_QtCore->em_types[95]->type->td_cast
00332 #define sipForceConvertTo_QByteArrayMatcher sipModuleAPI_cglobals_QtCore->em_types[95]->type->td_fcto
00333
00334 #define sipClass_QLatin1Char sipModuleAPI_cglobals_QtCore->em_types[94]
00335 #define sipCast_QLatin1Char sipModuleAPI_cglobals_QtCore->em_types[94]->type->td_cast
00336 #define sipForceConvertTo_QLatin1Char sipModuleAPI_cglobals_QtCore->em_types[94]->type->td_fcto
00337
00338 #define sipClass_QChar sipModuleAPI_cglobals_QtCore->em_types[93]
00339 #define sipCast_QChar sipModuleAPI_cglobals_QtCore->em_types[93]->type->td_cast
00340 #define sipForceConvertTo_QChar sipModuleAPI_cglobals_QtCore->em_types[93]->type->td_fcto
00341
00342 #define sipEnum_QChar_UnicodeVersion sipModuleAPI_cglobals_QtCore->em_enums[64]
00343 #define sipEnum_QChar_CombiningClass sipModuleAPI_cglobals_QtCore->em_enums[65]
00344 #define sipEnum_QChar_Joining sipModuleAPI_cglobals_QtCore->em_enums[66]
00345 #define sipEnum_QChar_Decomposition sipModuleAPI_cglobals_QtCore->em_enums[67]
00346 #define sipEnum_QChar_Direction sipModuleAPI_cglobals_QtCore->em_enums[68]
00347 #define sipEnum_QChar_Category sipModuleAPI_cglobals_QtCore->em_enums[69]
00348 #define sipEnum_QChar_SpecialCharacter sipModuleAPI_cglobals_QtCore->em_enums[70]
00349
00350 #define sipClass_QCoreApplication sipModuleAPI_cglobals_QtCore->em_types[124]
00351 #define sipCast_QCoreApplication sipModuleAPI_cglobals_QtCore->em_types[124]->type->td_cast
00352 #define sipForceConvertTo_QCoreApplication sipModuleAPI_cglobals_QtCore->em_types[124]->type->td_fcto
00353
00354 #define sipEnum_QCoreApplication_Encoding sipModuleAPI_cglobals_QtCore->em_enums[63]
00355
00356 #define sipClass_QEvent sipModuleAPI_cglobals_QtCore->em_types[89]
00357 #define sipCast_QEvent sipModuleAPI_cglobals_QtCore->em_types[89]->type->td_cast
00358 #define sipForceConvertTo_QEvent sipModuleAPI_cglobals_QtCore->em_types[89]->type->td_fcto
00359
00360 #define sipEnum_QEvent_Type sipModuleAPI_cglobals_QtCore->em_enums[62]
00361
00362 #define sipClass_QTimerEvent sipModuleAPI_cglobals_QtCore->em_types[92]
00363 #define sipCast_QTimerEvent sipModuleAPI_cglobals_QtCore->em_types[92]->type->td_cast
00364 #define sipForceConvertTo_QTimerEvent sipModuleAPI_cglobals_QtCore->em_types[92]->type->td_fcto
00365
00366 #define sipClass_QChildEvent sipModuleAPI_cglobals_QtCore->em_types[91]
00367 #define sipCast_QChildEvent sipModuleAPI_cglobals_QtCore->em_types[91]->type->td_cast
00368 #define sipForceConvertTo_QChildEvent sipModuleAPI_cglobals_QtCore->em_types[91]->type->td_fcto
00369
00370 #define sipClass_QDynamicPropertyChangeEvent sipModuleAPI_cglobals_QtCore->em_types[90]
00371 #define sipCast_QDynamicPropertyChangeEvent sipModuleAPI_cglobals_QtCore->em_types[90]->type->td_cast
00372 #define sipForceConvertTo_QDynamicPropertyChangeEvent sipModuleAPI_cglobals_QtCore->em_types[90]->type->td_fcto
00373
00374 #define sipClass_QCryptographicHash sipModuleAPI_cglobals_QtCore->em_types[88]
00375 #define sipCast_QCryptographicHash sipModuleAPI_cglobals_QtCore->em_types[88]->type->td_cast
00376 #define sipForceConvertTo_QCryptographicHash sipModuleAPI_cglobals_QtCore->em_types[88]->type->td_fcto
00377
00378 #define sipEnum_QCryptographicHash_Algorithm sipModuleAPI_cglobals_QtCore->em_enums[61]
00379
00380 #define sipClass_QDataStream sipModuleAPI_cglobals_QtCore->em_types[87]
00381 #define sipCast_QDataStream sipModuleAPI_cglobals_QtCore->em_types[87]->type->td_cast
00382 #define sipForceConvertTo_QDataStream sipModuleAPI_cglobals_QtCore->em_types[87]->type->td_fcto
00383
00384 #define sipEnum_QDataStream_Status sipModuleAPI_cglobals_QtCore->em_enums[58]
00385 #define sipEnum_QDataStream_ByteOrder sipModuleAPI_cglobals_QtCore->em_enums[59]
00386 #define sipEnum_QDataStream_Version sipModuleAPI_cglobals_QtCore->em_enums[60]
00387
00388 #define sipClass_QDate sipModuleAPI_cglobals_QtCore->em_types[86]
00389 #define sipCast_QDate sipModuleAPI_cglobals_QtCore->em_types[86]->type->td_cast
00390 #define sipForceConvertTo_QDate sipModuleAPI_cglobals_QtCore->em_types[86]->type->td_fcto
00391
00392 #define sipClass_QTime sipModuleAPI_cglobals_QtCore->em_types[85]
00393 #define sipCast_QTime sipModuleAPI_cglobals_QtCore->em_types[85]->type->td_cast
00394 #define sipForceConvertTo_QTime sipModuleAPI_cglobals_QtCore->em_types[85]->type->td_fcto
00395
00396 #define sipClass_QDateTime sipModuleAPI_cglobals_QtCore->em_types[84]
00397 #define sipCast_QDateTime sipModuleAPI_cglobals_QtCore->em_types[84]->type->td_cast
00398 #define sipForceConvertTo_QDateTime sipModuleAPI_cglobals_QtCore->em_types[84]->type->td_fcto
00399
00400 #define sipClass_QDir sipModuleAPI_cglobals_QtCore->em_types[81]
00401 #define sipCast_QDir sipModuleAPI_cglobals_QtCore->em_types[81]->type->td_cast
00402 #define sipForceConvertTo_QDir sipModuleAPI_cglobals_QtCore->em_types[81]->type->td_fcto
00403
00404 #define sipEnum_QDir_SortFlag sipModuleAPI_cglobals_QtCore->em_enums[56]
00405 #define sipEnum_QDir_Filter sipModuleAPI_cglobals_QtCore->em_enums[57]
00406
00407 #define sipClass_QDir_Filters sipModuleAPI_cglobals_QtCore->em_types[83]
00408 #define sipCast_QDir_Filters sipModuleAPI_cglobals_QtCore->em_types[83]->type->td_cast
00409 #define sipForceConvertTo_QDir_Filters sipModuleAPI_cglobals_QtCore->em_types[83]->type->td_fcto
00410
00411 #define sipClass_QDir_SortFlags sipModuleAPI_cglobals_QtCore->em_types[82]
00412 #define sipCast_QDir_SortFlags sipModuleAPI_cglobals_QtCore->em_types[82]->type->td_cast
00413 #define sipForceConvertTo_QDir_SortFlags sipModuleAPI_cglobals_QtCore->em_types[82]->type->td_fcto
00414
00415 #define sipClass_QDirIterator sipModuleAPI_cglobals_QtCore->em_types[79]
00416 #define sipCast_QDirIterator sipModuleAPI_cglobals_QtCore->em_types[79]->type->td_cast
00417 #define sipForceConvertTo_QDirIterator sipModuleAPI_cglobals_QtCore->em_types[79]->type->td_fcto
00418
00419 #define sipEnum_QDirIterator_IteratorFlag sipModuleAPI_cglobals_QtCore->em_enums[55]
00420
00421 #define sipClass_QDirIterator_IteratorFlags sipModuleAPI_cglobals_QtCore->em_types[80]
00422 #define sipCast_QDirIterator_IteratorFlags sipModuleAPI_cglobals_QtCore->em_types[80]->type->td_cast
00423 #define sipForceConvertTo_QDirIterator_IteratorFlags sipModuleAPI_cglobals_QtCore->em_types[80]->type->td_fcto
00424
00425 #define sipClass_QEventLoop sipModuleAPI_cglobals_QtCore->em_types[122]
00426 #define sipCast_QEventLoop sipModuleAPI_cglobals_QtCore->em_types[122]->type->td_cast
00427 #define sipForceConvertTo_QEventLoop sipModuleAPI_cglobals_QtCore->em_types[122]->type->td_fcto
00428
00429 #define sipEnum_QEventLoop_ProcessEventsFlag sipModuleAPI_cglobals_QtCore->em_enums[54]
00430
00431 #define sipClass_QEventLoop_ProcessEventsFlags sipModuleAPI_cglobals_QtCore->em_types[123]
00432 #define sipCast_QEventLoop_ProcessEventsFlags sipModuleAPI_cglobals_QtCore->em_types[123]->type->td_cast
00433 #define sipForceConvertTo_QEventLoop_ProcessEventsFlags sipModuleAPI_cglobals_QtCore->em_types[123]->type->td_fcto
00434
00435 #define sipClass_QFile sipModuleAPI_cglobals_QtCore->em_types[128]
00436 #define sipCast_QFile sipModuleAPI_cglobals_QtCore->em_types[128]->type->td_cast
00437 #define sipForceConvertTo_QFile sipModuleAPI_cglobals_QtCore->em_types[128]->type->td_fcto
00438
00439 #define sipEnum_QFile_Permission sipModuleAPI_cglobals_QtCore->em_enums[51]
00440 #define sipEnum_QFile_MemoryMapFlags sipModuleAPI_cglobals_QtCore->em_enums[52]
00441 #define sipEnum_QFile_FileError sipModuleAPI_cglobals_QtCore->em_enums[53]
00442
00443 #define sipClass_QFile_Permissions sipModuleAPI_cglobals_QtCore->em_types[129]
00444 #define sipCast_QFile_Permissions sipModuleAPI_cglobals_QtCore->em_types[129]->type->td_cast
00445 #define sipForceConvertTo_QFile_Permissions sipModuleAPI_cglobals_QtCore->em_types[129]->type->td_fcto
00446
00447 #define sipClass_QFileInfo sipModuleAPI_cglobals_QtCore->em_types[78]
00448 #define sipCast_QFileInfo sipModuleAPI_cglobals_QtCore->em_types[78]->type->td_cast
00449 #define sipForceConvertTo_QFileInfo sipModuleAPI_cglobals_QtCore->em_types[78]->type->td_fcto
00450
00451 #define sipClass_QFileSystemWatcher sipModuleAPI_cglobals_QtCore->em_types[121]
00452 #define sipCast_QFileSystemWatcher sipModuleAPI_cglobals_QtCore->em_types[121]->type->td_cast
00453 #define sipForceConvertTo_QFileSystemWatcher sipModuleAPI_cglobals_QtCore->em_types[121]->type->td_fcto
00454
00455 #define sipClass_QFSFileEngine sipModuleAPI_cglobals_QtCore->em_types[105]
00456 #define sipCast_QFSFileEngine sipModuleAPI_cglobals_QtCore->em_types[105]->type->td_cast
00457 #define sipForceConvertTo_QFSFileEngine sipModuleAPI_cglobals_QtCore->em_types[105]->type->td_fcto
00458
00459 #define sipClass_QIODevice_OpenMode sipModuleAPI_cglobals_QtCore->em_types[126]
00460 #define sipCast_QIODevice_OpenMode sipModuleAPI_cglobals_QtCore->em_types[126]->type->td_cast
00461 #define sipForceConvertTo_QIODevice_OpenMode sipModuleAPI_cglobals_QtCore->em_types[126]->type->td_fcto
00462
00463 #define sipClass_QLibrary sipModuleAPI_cglobals_QtCore->em_types[119]
00464 #define sipCast_QLibrary sipModuleAPI_cglobals_QtCore->em_types[119]->type->td_cast
00465 #define sipForceConvertTo_QLibrary sipModuleAPI_cglobals_QtCore->em_types[119]->type->td_fcto
00466
00467 #define sipEnum_QLibrary_LoadHint sipModuleAPI_cglobals_QtCore->em_enums[49]
00468
00469 #define sipClass_QLibrary_LoadHints sipModuleAPI_cglobals_QtCore->em_types[120]
00470 #define sipCast_QLibrary_LoadHints sipModuleAPI_cglobals_QtCore->em_types[120]->type->td_cast
00471 #define sipForceConvertTo_QLibrary_LoadHints sipModuleAPI_cglobals_QtCore->em_types[120]->type->td_fcto
00472
00473 #define sipClass_QLibraryInfo sipModuleAPI_cglobals_QtCore->em_types[77]
00474 #define sipCast_QLibraryInfo sipModuleAPI_cglobals_QtCore->em_types[77]->type->td_cast
00475 #define sipForceConvertTo_QLibraryInfo sipModuleAPI_cglobals_QtCore->em_types[77]->type->td_fcto
00476
00477 #define sipEnum_QLibraryInfo_LibraryLocation sipModuleAPI_cglobals_QtCore->em_enums[48]
00478
00479 #define sipClass_QLine sipModuleAPI_cglobals_QtCore->em_types[76]
00480 #define sipCast_QLine sipModuleAPI_cglobals_QtCore->em_types[76]->type->td_cast
00481 #define sipForceConvertTo_QLine sipModuleAPI_cglobals_QtCore->em_types[76]->type->td_fcto
00482
00483 #define sipClass_QLineF sipModuleAPI_cglobals_QtCore->em_types[75]
00484 #define sipCast_QLineF sipModuleAPI_cglobals_QtCore->em_types[75]->type->td_cast
00485 #define sipForceConvertTo_QLineF sipModuleAPI_cglobals_QtCore->em_types[75]->type->td_fcto
00486
00487 #define sipEnum_QLineF_IntersectType sipModuleAPI_cglobals_QtCore->em_enums[47]
00488
00489 #define sipClass_QLocale sipModuleAPI_cglobals_QtCore->em_types[73]
00490 #define sipCast_QLocale sipModuleAPI_cglobals_QtCore->em_types[73]->type->td_cast
00491 #define sipForceConvertTo_QLocale sipModuleAPI_cglobals_QtCore->em_types[73]->type->td_fcto
00492
00493 #define sipEnum_QLocale_MeasurementSystem sipModuleAPI_cglobals_QtCore->em_enums[42]
00494 #define sipEnum_QLocale_FormatType sipModuleAPI_cglobals_QtCore->em_enums[43]
00495 #define sipEnum_QLocale_NumberOption sipModuleAPI_cglobals_QtCore->em_enums[44]
00496 #define sipEnum_QLocale_Country sipModuleAPI_cglobals_QtCore->em_enums[45]
00497 #define sipEnum_QLocale_Language sipModuleAPI_cglobals_QtCore->em_enums[46]
00498
00499 #define sipClass_QLocale_NumberOptions sipModuleAPI_cglobals_QtCore->em_types[74]
00500 #define sipCast_QLocale_NumberOptions sipModuleAPI_cglobals_QtCore->em_types[74]->type->td_cast
00501 #define sipForceConvertTo_QLocale_NumberOptions sipModuleAPI_cglobals_QtCore->em_types[74]->type->td_fcto
00502
00503 #define sipClass_QSystemLocale sipModuleAPI_cglobals_QtCore->em_types[72]
00504 #define sipCast_QSystemLocale sipModuleAPI_cglobals_QtCore->em_types[72]->type->td_cast
00505 #define sipForceConvertTo_QSystemLocale sipModuleAPI_cglobals_QtCore->em_types[72]->type->td_fcto
00506
00507 #define sipEnum_QSystemLocale_QueryType sipModuleAPI_cglobals_QtCore->em_enums[41]
00508
00509 #define sipClass_QMetaMethod sipModuleAPI_cglobals_QtCore->em_types[71]
00510 #define sipCast_QMetaMethod sipModuleAPI_cglobals_QtCore->em_types[71]->type->td_cast
00511 #define sipForceConvertTo_QMetaMethod sipModuleAPI_cglobals_QtCore->em_types[71]->type->td_fcto
00512
00513 #define sipEnum_QMetaMethod_MethodType sipModuleAPI_cglobals_QtCore->em_enums[39]
00514 #define sipEnum_QMetaMethod_Access sipModuleAPI_cglobals_QtCore->em_enums[40]
00515
00516 #define sipClass_QMetaEnum sipModuleAPI_cglobals_QtCore->em_types[70]
00517 #define sipCast_QMetaEnum sipModuleAPI_cglobals_QtCore->em_types[70]->type->td_cast
00518 #define sipForceConvertTo_QMetaEnum sipModuleAPI_cglobals_QtCore->em_types[70]->type->td_fcto
00519
00520 #define sipClass_QMetaProperty sipModuleAPI_cglobals_QtCore->em_types[69]
00521 #define sipCast_QMetaProperty sipModuleAPI_cglobals_QtCore->em_types[69]->type->td_cast
00522 #define sipForceConvertTo_QMetaProperty sipModuleAPI_cglobals_QtCore->em_types[69]->type->td_fcto
00523
00524 #define sipClass_QMetaClassInfo sipModuleAPI_cglobals_QtCore->em_types[68]
00525 #define sipCast_QMetaClassInfo sipModuleAPI_cglobals_QtCore->em_types[68]->type->td_cast
00526 #define sipForceConvertTo_QMetaClassInfo sipModuleAPI_cglobals_QtCore->em_types[68]->type->td_fcto
00527
00528 #define sipClass_QMetaType sipModuleAPI_cglobals_QtCore->em_types[67]
00529 #define sipCast_QMetaType sipModuleAPI_cglobals_QtCore->em_types[67]->type->td_cast
00530 #define sipForceConvertTo_QMetaType sipModuleAPI_cglobals_QtCore->em_types[67]->type->td_fcto
00531
00532 #define sipEnum_QMetaType_Type sipModuleAPI_cglobals_QtCore->em_enums[38]
00533
00534 #define sipClass_QMimeData sipModuleAPI_cglobals_QtCore->em_types[118]
00535 #define sipCast_QMimeData sipModuleAPI_cglobals_QtCore->em_types[118]->type->td_cast
00536 #define sipForceConvertTo_QMimeData sipModuleAPI_cglobals_QtCore->em_types[118]->type->td_fcto
00537
00538 #define sipClass_QMutex sipModuleAPI_cglobals_QtCore->em_types[66]
00539 #define sipCast_QMutex sipModuleAPI_cglobals_QtCore->em_types[66]->type->td_cast
00540 #define sipForceConvertTo_QMutex sipModuleAPI_cglobals_QtCore->em_types[66]->type->td_fcto
00541
00542 #define sipEnum_QMutex_RecursionMode sipModuleAPI_cglobals_QtCore->em_enums[37]
00543
00544 #define sipClass_QMutexLocker sipModuleAPI_cglobals_QtCore->em_types[65]
00545 #define sipCast_QMutexLocker sipModuleAPI_cglobals_QtCore->em_types[65]->type->td_cast
00546 #define sipForceConvertTo_QMutexLocker sipModuleAPI_cglobals_QtCore->em_types[65]->type->td_fcto
00547
00548 #define sipClass_QObjectCleanupHandler sipModuleAPI_cglobals_QtCore->em_types[117]
00549 #define sipCast_QObjectCleanupHandler sipModuleAPI_cglobals_QtCore->em_types[117]->type->td_cast
00550 #define sipForceConvertTo_QObjectCleanupHandler sipModuleAPI_cglobals_QtCore->em_types[117]->type->td_fcto
00551
00552 #define sipClass_QMetaObject sipModuleAPI_cglobals_QtCore->em_types[45]
00553 #define sipCast_QMetaObject sipModuleAPI_cglobals_QtCore->em_types[45]->type->td_cast
00554 #define sipForceConvertTo_QMetaObject sipModuleAPI_cglobals_QtCore->em_types[45]->type->td_fcto
00555
00556 #define sipClass_QGenericArgument sipModuleAPI_cglobals_QtCore->em_types[44]
00557 #define sipCast_QGenericArgument sipModuleAPI_cglobals_QtCore->em_types[44]->type->td_cast
00558 #define sipForceConvertTo_QGenericArgument sipModuleAPI_cglobals_QtCore->em_types[44]->type->td_fcto
00559
00560 #define sipClass_QGenericReturnArgument sipModuleAPI_cglobals_QtCore->em_types[43]
00561 #define sipCast_QGenericReturnArgument sipModuleAPI_cglobals_QtCore->em_types[43]->type->td_cast
00562 #define sipForceConvertTo_QGenericReturnArgument sipModuleAPI_cglobals_QtCore->em_types[43]->type->td_fcto
00563
00564 #define sipClass_QPluginLoader sipModuleAPI_cglobals_QtCore->em_types[116]
00565 #define sipCast_QPluginLoader sipModuleAPI_cglobals_QtCore->em_types[116]->type->td_cast
00566 #define sipForceConvertTo_QPluginLoader sipModuleAPI_cglobals_QtCore->em_types[116]->type->td_fcto
00567
00568 #define sipClass_QPoint sipModuleAPI_cglobals_QtCore->em_types[42]
00569 #define sipCast_QPoint sipModuleAPI_cglobals_QtCore->em_types[42]->type->td_cast
00570 #define sipForceConvertTo_QPoint sipModuleAPI_cglobals_QtCore->em_types[42]->type->td_fcto
00571
00572 #define sipClass_QPointF sipModuleAPI_cglobals_QtCore->em_types[41]
00573 #define sipCast_QPointF sipModuleAPI_cglobals_QtCore->em_types[41]->type->td_cast
00574 #define sipForceConvertTo_QPointF sipModuleAPI_cglobals_QtCore->em_types[41]->type->td_fcto
00575
00576 #define sipClass_QProcess sipModuleAPI_cglobals_QtCore->em_types[127]
00577 #define sipCast_QProcess sipModuleAPI_cglobals_QtCore->em_types[127]->type->td_cast
00578 #define sipForceConvertTo_QProcess sipModuleAPI_cglobals_QtCore->em_types[127]->type->td_fcto
00579
00580 #define sipEnum_QProcess_ProcessChannelMode sipModuleAPI_cglobals_QtCore->em_enums[32]
00581 #define sipEnum_QProcess_ProcessChannel sipModuleAPI_cglobals_QtCore->em_enums[33]
00582 #define sipEnum_QProcess_ProcessState sipModuleAPI_cglobals_QtCore->em_enums[34]
00583 #define sipEnum_QProcess_ProcessError sipModuleAPI_cglobals_QtCore->em_enums[35]
00584 #define sipEnum_QProcess_ExitStatus sipModuleAPI_cglobals_QtCore->em_enums[36]
00585
00586 #define sipClass_QReadWriteLock sipModuleAPI_cglobals_QtCore->em_types[40]
00587 #define sipCast_QReadWriteLock sipModuleAPI_cglobals_QtCore->em_types[40]->type->td_cast
00588 #define sipForceConvertTo_QReadWriteLock sipModuleAPI_cglobals_QtCore->em_types[40]->type->td_fcto
00589
00590 #define sipEnum_QReadWriteLock_RecursionMode sipModuleAPI_cglobals_QtCore->em_enums[31]
00591
00592 #define sipClass_QReadLocker sipModuleAPI_cglobals_QtCore->em_types[39]
00593 #define sipCast_QReadLocker sipModuleAPI_cglobals_QtCore->em_types[39]->type->td_cast
00594 #define sipForceConvertTo_QReadLocker sipModuleAPI_cglobals_QtCore->em_types[39]->type->td_fcto
00595
00596 #define sipClass_QWriteLocker sipModuleAPI_cglobals_QtCore->em_types[38]
00597 #define sipCast_QWriteLocker sipModuleAPI_cglobals_QtCore->em_types[38]->type->td_cast
00598 #define sipForceConvertTo_QWriteLocker sipModuleAPI_cglobals_QtCore->em_types[38]->type->td_fcto
00599
00600 #define sipClass_QRect sipModuleAPI_cglobals_QtCore->em_types[37]
00601 #define sipCast_QRect sipModuleAPI_cglobals_QtCore->em_types[37]->type->td_cast
00602 #define sipForceConvertTo_QRect sipModuleAPI_cglobals_QtCore->em_types[37]->type->td_fcto
00603
00604 #define sipClass_QRectF sipModuleAPI_cglobals_QtCore->em_types[36]
00605 #define sipCast_QRectF sipModuleAPI_cglobals_QtCore->em_types[36]->type->td_cast
00606 #define sipForceConvertTo_QRectF sipModuleAPI_cglobals_QtCore->em_types[36]->type->td_fcto
00607
00608 #define sipClass_QRegExp sipModuleAPI_cglobals_QtCore->em_types[35]
00609 #define sipCast_QRegExp sipModuleAPI_cglobals_QtCore->em_types[35]->type->td_cast
00610 #define sipForceConvertTo_QRegExp sipModuleAPI_cglobals_QtCore->em_types[35]->type->td_fcto
00611
00612 #define sipEnum_QRegExp_CaretMode sipModuleAPI_cglobals_QtCore->em_enums[29]
00613 #define sipEnum_QRegExp_PatternSyntax sipModuleAPI_cglobals_QtCore->em_enums[30]
00614
00615 #define sipClass_QResource sipModuleAPI_cglobals_QtCore->em_types[34]
00616 #define sipCast_QResource sipModuleAPI_cglobals_QtCore->em_types[34]->type->td_cast
00617 #define sipForceConvertTo_QResource sipModuleAPI_cglobals_QtCore->em_types[34]->type->td_fcto
00618
00619 #define sipClass_QRunnable sipModuleAPI_cglobals_QtCore->em_types[33]
00620 #define sipCast_QRunnable sipModuleAPI_cglobals_QtCore->em_types[33]->type->td_cast
00621 #define sipForceConvertTo_QRunnable sipModuleAPI_cglobals_QtCore->em_types[33]->type->td_fcto
00622
00623 #define sipClass_QSemaphore sipModuleAPI_cglobals_QtCore->em_types[32]
00624 #define sipCast_QSemaphore sipModuleAPI_cglobals_QtCore->em_types[32]->type->td_cast
00625 #define sipForceConvertTo_QSemaphore sipModuleAPI_cglobals_QtCore->em_types[32]->type->td_fcto
00626
00627 #define sipClass_QSettings sipModuleAPI_cglobals_QtCore->em_types[115]
00628 #define sipCast_QSettings sipModuleAPI_cglobals_QtCore->em_types[115]->type->td_cast
00629 #define sipForceConvertTo_QSettings sipModuleAPI_cglobals_QtCore->em_types[115]->type->td_fcto
00630
00631 #define sipEnum_QSettings_Scope sipModuleAPI_cglobals_QtCore->em_enums[26]
00632 #define sipEnum_QSettings_Format sipModuleAPI_cglobals_QtCore->em_enums[27]
00633 #define sipEnum_QSettings_Status sipModuleAPI_cglobals_QtCore->em_enums[28]
00634
00635 #define sipClass_QSharedMemory sipModuleAPI_cglobals_QtCore->em_types[114]
00636 #define sipCast_QSharedMemory sipModuleAPI_cglobals_QtCore->em_types[114]->type->td_cast
00637 #define sipForceConvertTo_QSharedMemory sipModuleAPI_cglobals_QtCore->em_types[114]->type->td_fcto
00638
00639 #define sipEnum_QSharedMemory_SharedMemoryError sipModuleAPI_cglobals_QtCore->em_enums[24]
00640 #define sipEnum_QSharedMemory_AccessMode sipModuleAPI_cglobals_QtCore->em_enums[25]
00641
00642 #define sipClass_QSignalMapper sipModuleAPI_cglobals_QtCore->em_types[113]
00643 #define sipCast_QSignalMapper sipModuleAPI_cglobals_QtCore->em_types[113]->type->td_cast
00644 #define sipForceConvertTo_QSignalMapper sipModuleAPI_cglobals_QtCore->em_types[113]->type->td_fcto
00645
00646 #define sipClass_QSize sipModuleAPI_cglobals_QtCore->em_types[31]
00647 #define sipCast_QSize sipModuleAPI_cglobals_QtCore->em_types[31]->type->td_cast
00648 #define sipForceConvertTo_QSize sipModuleAPI_cglobals_QtCore->em_types[31]->type->td_fcto
00649
00650 #define sipClass_QSizeF sipModuleAPI_cglobals_QtCore->em_types[30]
00651 #define sipCast_QSizeF sipModuleAPI_cglobals_QtCore->em_types[30]->type->td_cast
00652 #define sipForceConvertTo_QSizeF sipModuleAPI_cglobals_QtCore->em_types[30]->type->td_fcto
00653
00654 #define sipClass_QSocketNotifier sipModuleAPI_cglobals_QtCore->em_types[112]
00655 #define sipCast_QSocketNotifier sipModuleAPI_cglobals_QtCore->em_types[112]->type->td_cast
00656 #define sipForceConvertTo_QSocketNotifier sipModuleAPI_cglobals_QtCore->em_types[112]->type->td_fcto
00657
00658 #define sipEnum_QSocketNotifier_Type sipModuleAPI_cglobals_QtCore->em_enums[23]
00659
00660 #define sipClass_QString sipModuleAPI_cglobals_QtCore->em_types[28]
00661 #define sipCast_QString sipModuleAPI_cglobals_QtCore->em_types[28]->type->td_cast
00662 #define sipForceConvertTo_QString sipModuleAPI_cglobals_QtCore->em_types[28]->type->td_fcto
00663
00664 #define sipEnum_QString_NormalizationForm sipModuleAPI_cglobals_QtCore->em_enums[20]
00665 #define sipEnum_QString_SplitBehavior sipModuleAPI_cglobals_QtCore->em_enums[21]
00666 #define sipEnum_QString_SectionFlag sipModuleAPI_cglobals_QtCore->em_enums[22]
00667
00668 #define sipClass_QString_SectionFlags sipModuleAPI_cglobals_QtCore->em_types[29]
00669 #define sipCast_QString_SectionFlags sipModuleAPI_cglobals_QtCore->em_types[29]->type->td_cast
00670 #define sipForceConvertTo_QString_SectionFlags sipModuleAPI_cglobals_QtCore->em_types[29]->type->td_fcto
00671
00672 #define sipClass_QLatin1String sipModuleAPI_cglobals_QtCore->em_types[27]
00673 #define sipCast_QLatin1String sipModuleAPI_cglobals_QtCore->em_types[27]->type->td_cast
00674 #define sipForceConvertTo_QLatin1String sipModuleAPI_cglobals_QtCore->em_types[27]->type->td_fcto
00675
00676 #define sipClass_QStringRef sipModuleAPI_cglobals_QtCore->em_types[26]
00677 #define sipCast_QStringRef sipModuleAPI_cglobals_QtCore->em_types[26]->type->td_cast
00678 #define sipForceConvertTo_QStringRef sipModuleAPI_cglobals_QtCore->em_types[26]->type->td_fcto
00679
00680 #define sipClass_QStringList sipModuleAPI_cglobals_QtCore->em_types[25]
00681 #define sipCast_QStringList sipModuleAPI_cglobals_QtCore->em_types[25]->type->td_cast
00682 #define sipForceConvertTo_QStringList sipModuleAPI_cglobals_QtCore->em_types[25]->type->td_fcto
00683
00684 #define sipClass_QStringMatcher sipModuleAPI_cglobals_QtCore->em_types[24]
00685 #define sipCast_QStringMatcher sipModuleAPI_cglobals_QtCore->em_types[24]->type->td_cast
00686 #define sipForceConvertTo_QStringMatcher sipModuleAPI_cglobals_QtCore->em_types[24]->type->td_fcto
00687
00688 #define sipClass_QSystemSemaphore sipModuleAPI_cglobals_QtCore->em_types[23]
00689 #define sipCast_QSystemSemaphore sipModuleAPI_cglobals_QtCore->em_types[23]->type->td_cast
00690 #define sipForceConvertTo_QSystemSemaphore sipModuleAPI_cglobals_QtCore->em_types[23]->type->td_fcto
00691
00692 #define sipEnum_QSystemSemaphore_SystemSemaphoreError sipModuleAPI_cglobals_QtCore->em_enums[18]
00693 #define sipEnum_QSystemSemaphore_AccessMode sipModuleAPI_cglobals_QtCore->em_enums[19]
00694
00695 #define sipClass_QTemporaryFile sipModuleAPI_cglobals_QtCore->em_types[130]
00696 #define sipCast_QTemporaryFile sipModuleAPI_cglobals_QtCore->em_types[130]->type->td_cast
00697 #define sipForceConvertTo_QTemporaryFile sipModuleAPI_cglobals_QtCore->em_types[130]->type->td_fcto
00698
00699 #define sipClass_QTextBoundaryFinder sipModuleAPI_cglobals_QtCore->em_types[21]
00700 #define sipCast_QTextBoundaryFinder sipModuleAPI_cglobals_QtCore->em_types[21]->type->td_cast
00701 #define sipForceConvertTo_QTextBoundaryFinder sipModuleAPI_cglobals_QtCore->em_types[21]->type->td_fcto
00702
00703 #define sipEnum_QTextBoundaryFinder_BoundaryType sipModuleAPI_cglobals_QtCore->em_enums[16]
00704 #define sipEnum_QTextBoundaryFinder_BoundaryReason sipModuleAPI_cglobals_QtCore->em_enums[17]
00705
00706 #define sipClass_QTextBoundaryFinder_BoundaryReasons sipModuleAPI_cglobals_QtCore->em_types[22]
00707 #define sipCast_QTextBoundaryFinder_BoundaryReasons sipModuleAPI_cglobals_QtCore->em_types[22]->type->td_cast
00708 #define sipForceConvertTo_QTextBoundaryFinder_BoundaryReasons sipModuleAPI_cglobals_QtCore->em_types[22]->type->td_fcto
00709
00710 #define sipClass_QTextCodec sipModuleAPI_cglobals_QtCore->em_types[18]
00711 #define sipCast_QTextCodec sipModuleAPI_cglobals_QtCore->em_types[18]->type->td_cast
00712 #define sipForceConvertTo_QTextCodec sipModuleAPI_cglobals_QtCore->em_types[18]->type->td_fcto
00713
00714 #define sipEnum_QTextCodec_ConversionFlag sipModuleAPI_cglobals_QtCore->em_enums[15]
00715
00716 #define sipClass_QTextCodec_ConversionFlags sipModuleAPI_cglobals_QtCore->em_types[20]
00717 #define sipCast_QTextCodec_ConversionFlags sipModuleAPI_cglobals_QtCore->em_types[20]->type->td_cast
00718 #define sipForceConvertTo_QTextCodec_ConversionFlags sipModuleAPI_cglobals_QtCore->em_types[20]->type->td_fcto
00719
00720 #define sipClass_QTextCodec_ConverterState sipModuleAPI_cglobals_QtCore->em_types[19]
00721 #define sipCast_QTextCodec_ConverterState sipModuleAPI_cglobals_QtCore->em_types[19]->type->td_cast
00722 #define sipForceConvertTo_QTextCodec_ConverterState sipModuleAPI_cglobals_QtCore->em_types[19]->type->td_fcto
00723
00724 #define sipClass_QTextEncoder sipModuleAPI_cglobals_QtCore->em_types[17]
00725 #define sipCast_QTextEncoder sipModuleAPI_cglobals_QtCore->em_types[17]->type->td_cast
00726 #define sipForceConvertTo_QTextEncoder sipModuleAPI_cglobals_QtCore->em_types[17]->type->td_fcto
00727
00728 #define sipClass_QTextDecoder sipModuleAPI_cglobals_QtCore->em_types[16]
00729 #define sipCast_QTextDecoder sipModuleAPI_cglobals_QtCore->em_types[16]->type->td_cast
00730 #define sipForceConvertTo_QTextDecoder sipModuleAPI_cglobals_QtCore->em_types[16]->type->td_fcto
00731
00732 #define sipClass_QTextStream sipModuleAPI_cglobals_QtCore->em_types[14]
00733 #define sipCast_QTextStream sipModuleAPI_cglobals_QtCore->em_types[14]->type->td_cast
00734 #define sipForceConvertTo_QTextStream sipModuleAPI_cglobals_QtCore->em_types[14]->type->td_fcto
00735
00736 #define sipEnum_QTextStream_Status sipModuleAPI_cglobals_QtCore->em_enums[11]
00737 #define sipEnum_QTextStream_NumberFlag sipModuleAPI_cglobals_QtCore->em_enums[12]
00738 #define sipEnum_QTextStream_FieldAlignment sipModuleAPI_cglobals_QtCore->em_enums[13]
00739 #define sipEnum_QTextStream_RealNumberNotation sipModuleAPI_cglobals_QtCore->em_enums[14]
00740
00741 #define sipClass_QTextStream_NumberFlags sipModuleAPI_cglobals_QtCore->em_types[15]
00742 #define sipCast_QTextStream_NumberFlags sipModuleAPI_cglobals_QtCore->em_types[15]->type->td_cast
00743 #define sipForceConvertTo_QTextStream_NumberFlags sipModuleAPI_cglobals_QtCore->em_types[15]->type->td_fcto
00744
00745 #define sipClass_QTextStreamManipulator sipModuleAPI_cglobals_QtCore->em_types[13]
00746 #define sipCast_QTextStreamManipulator sipModuleAPI_cglobals_QtCore->em_types[13]->type->td_cast
00747 #define sipForceConvertTo_QTextStreamManipulator sipModuleAPI_cglobals_QtCore->em_types[13]->type->td_fcto
00748
00749 #define sipClass_QThread sipModuleAPI_cglobals_QtCore->em_types[111]
00750 #define sipCast_QThread sipModuleAPI_cglobals_QtCore->em_types[111]->type->td_cast
00751 #define sipForceConvertTo_QThread sipModuleAPI_cglobals_QtCore->em_types[111]->type->td_fcto
00752
00753 #define sipEnum_QThread_Priority sipModuleAPI_cglobals_QtCore->em_enums[10]
00754
00755 #define sipClass_QThreadPool sipModuleAPI_cglobals_QtCore->em_types[110]
00756 #define sipCast_QThreadPool sipModuleAPI_cglobals_QtCore->em_types[110]->type->td_cast
00757 #define sipForceConvertTo_QThreadPool sipModuleAPI_cglobals_QtCore->em_types[110]->type->td_fcto
00758
00759 #define sipClass_QTimeLine sipModuleAPI_cglobals_QtCore->em_types[109]
00760 #define sipCast_QTimeLine sipModuleAPI_cglobals_QtCore->em_types[109]->type->td_cast
00761 #define sipForceConvertTo_QTimeLine sipModuleAPI_cglobals_QtCore->em_types[109]->type->td_fcto
00762
00763 #define sipEnum_QTimeLine_State sipModuleAPI_cglobals_QtCore->em_enums[7]
00764 #define sipEnum_QTimeLine_Direction sipModuleAPI_cglobals_QtCore->em_enums[8]
00765 #define sipEnum_QTimeLine_CurveShape sipModuleAPI_cglobals_QtCore->em_enums[9]
00766
00767 #define sipClass_QTimer sipModuleAPI_cglobals_QtCore->em_types[108]
00768 #define sipCast_QTimer sipModuleAPI_cglobals_QtCore->em_types[108]->type->td_cast
00769 #define sipForceConvertTo_QTimer sipModuleAPI_cglobals_QtCore->em_types[108]->type->td_fcto
00770
00771 #define sipClass_QTranslator sipModuleAPI_cglobals_QtCore->em_types[107]
00772 #define sipCast_QTranslator sipModuleAPI_cglobals_QtCore->em_types[107]->type->td_cast
00773 #define sipForceConvertTo_QTranslator sipModuleAPI_cglobals_QtCore->em_types[107]->type->td_fcto
00774
00775 #define sipClass_QUrl sipModuleAPI_cglobals_QtCore->em_types[11]
00776 #define sipCast_QUrl sipModuleAPI_cglobals_QtCore->em_types[11]->type->td_cast
00777 #define sipForceConvertTo_QUrl sipModuleAPI_cglobals_QtCore->em_types[11]->type->td_fcto
00778
00779 #define sipEnum_QUrl_ParsingMode sipModuleAPI_cglobals_QtCore->em_enums[5]
00780 #define sipEnum_QUrl_FormattingOption sipModuleAPI_cglobals_QtCore->em_enums[6]
00781
00782 #define sipClass_QUrl_FormattingOptions sipModuleAPI_cglobals_QtCore->em_types[12]
00783 #define sipCast_QUrl_FormattingOptions sipModuleAPI_cglobals_QtCore->em_types[12]->type->td_cast
00784 #define sipForceConvertTo_QUrl_FormattingOptions sipModuleAPI_cglobals_QtCore->em_types[12]->type->td_fcto
00785
00786 #define sipClass_QUuid sipModuleAPI_cglobals_QtCore->em_types[10]
00787 #define sipCast_QUuid sipModuleAPI_cglobals_QtCore->em_types[10]->type->td_cast
00788 #define sipForceConvertTo_QUuid sipModuleAPI_cglobals_QtCore->em_types[10]->type->td_fcto
00789
00790 #define sipEnum_QUuid_Version sipModuleAPI_cglobals_QtCore->em_enums[3]
00791 #define sipEnum_QUuid_Variant sipModuleAPI_cglobals_QtCore->em_enums[4]
00792
00793 #define sipClass_QVariant sipModuleAPI_cglobals_QtCore->em_types[9]
00794 #define sipCast_QVariant sipModuleAPI_cglobals_QtCore->em_types[9]->type->td_cast
00795 #define sipForceConvertTo_QVariant sipModuleAPI_cglobals_QtCore->em_types[9]->type->td_fcto
00796
00797 #define sipEnum_QVariant_Type sipModuleAPI_cglobals_QtCore->em_enums[2]
00798
00799 #define sipClass_QWaitCondition sipModuleAPI_cglobals_QtCore->em_types[8]
00800 #define sipCast_QWaitCondition sipModuleAPI_cglobals_QtCore->em_types[8]->type->td_cast
00801 #define sipForceConvertTo_QWaitCondition sipModuleAPI_cglobals_QtCore->em_types[8]->type->td_fcto
00802
00803 #define sipClass_QXmlStreamAttribute sipModuleAPI_cglobals_QtCore->em_types[7]
00804 #define sipCast_QXmlStreamAttribute sipModuleAPI_cglobals_QtCore->em_types[7]->type->td_cast
00805 #define sipForceConvertTo_QXmlStreamAttribute sipModuleAPI_cglobals_QtCore->em_types[7]->type->td_fcto
00806
00807 #define sipClass_QXmlStreamAttributes sipModuleAPI_cglobals_QtCore->em_types[6]
00808 #define sipCast_QXmlStreamAttributes sipModuleAPI_cglobals_QtCore->em_types[6]->type->td_cast
00809 #define sipForceConvertTo_QXmlStreamAttributes sipModuleAPI_cglobals_QtCore->em_types[6]->type->td_fcto
00810
00811 #define sipClass_QXmlStreamNamespaceDeclaration sipModuleAPI_cglobals_QtCore->em_types[5]
00812 #define sipCast_QXmlStreamNamespaceDeclaration sipModuleAPI_cglobals_QtCore->em_types[5]->type->td_cast
00813 #define sipForceConvertTo_QXmlStreamNamespaceDeclaration sipModuleAPI_cglobals_QtCore->em_types[5]->type->td_fcto
00814
00815 #define sipClass_QXmlStreamNotationDeclaration sipModuleAPI_cglobals_QtCore->em_types[4]
00816 #define sipCast_QXmlStreamNotationDeclaration sipModuleAPI_cglobals_QtCore->em_types[4]->type->td_cast
00817 #define sipForceConvertTo_QXmlStreamNotationDeclaration sipModuleAPI_cglobals_QtCore->em_types[4]->type->td_fcto
00818
00819 #define sipClass_QXmlStreamEntityDeclaration sipModuleAPI_cglobals_QtCore->em_types[3]
00820 #define sipCast_QXmlStreamEntityDeclaration sipModuleAPI_cglobals_QtCore->em_types[3]->type->td_cast
00821 #define sipForceConvertTo_QXmlStreamEntityDeclaration sipModuleAPI_cglobals_QtCore->em_types[3]->type->td_fcto
00822
00823 #define sipClass_QXmlStreamEntityResolver sipModuleAPI_cglobals_QtCore->em_types[2]
00824 #define sipCast_QXmlStreamEntityResolver sipModuleAPI_cglobals_QtCore->em_types[2]->type->td_cast
00825 #define sipForceConvertTo_QXmlStreamEntityResolver sipModuleAPI_cglobals_QtCore->em_types[2]->type->td_fcto
00826
00827 #define sipClass_QXmlStreamReader sipModuleAPI_cglobals_QtCore->em_types[1]
00828 #define sipCast_QXmlStreamReader sipModuleAPI_cglobals_QtCore->em_types[1]->type->td_cast
00829 #define sipForceConvertTo_QXmlStreamReader sipModuleAPI_cglobals_QtCore->em_types[1]->type->td_fcto
00830
00831 #define sipEnum_QXmlStreamReader_Error sipModuleAPI_cglobals_QtCore->em_enums[0]
00832 #define sipEnum_QXmlStreamReader_TokenType sipModuleAPI_cglobals_QtCore->em_enums[1]
00833
00834 #define sipClass_QXmlStreamWriter sipModuleAPI_cglobals_QtCore->em_types[0]
00835 #define sipCast_QXmlStreamWriter sipModuleAPI_cglobals_QtCore->em_types[0]->type->td_cast
00836 #define sipForceConvertTo_QXmlStreamWriter sipModuleAPI_cglobals_QtCore->em_types[0]->type->td_fcto
00837
00838 #define sipMappedType_QList_0600QPair_0100QByteArray_0100QByteArray sipModuleAPI_cglobals_QtCore->em_mappedtypes[0]
00839 #define sipForceConvertTo_QList_0600QPair_0100QByteArray_0100QByteArray sipModuleAPI_cglobals_QtCore->em_mappedtypes[0]->mt_fcto
00840 #define sipConvertFrom_QList_0600QPair_0100QByteArray_0100QByteArray sipModuleAPI_cglobals_QtCore->em_mappedtypes[0]->mt_cfrom
00841
00842 #define sipMappedType_QList_0600QPair_0100QString_0100QString sipModuleAPI_cglobals_QtCore->em_mappedtypes[1]
00843 #define sipForceConvertTo_QList_0600QPair_0100QString_0100QString sipModuleAPI_cglobals_QtCore->em_mappedtypes[1]->mt_fcto
00844 #define sipConvertFrom_QList_0600QPair_0100QString_0100QString sipModuleAPI_cglobals_QtCore->em_mappedtypes[1]->mt_cfrom
00845
00846 #define sipMappedType_QList_0200QUrl sipModuleAPI_cglobals_QtCore->em_mappedtypes[2]
00847 #define sipForceConvertTo_QList_0200QUrl sipModuleAPI_cglobals_QtCore->em_mappedtypes[2]->mt_fcto
00848 #define sipConvertFrom_QList_0200QUrl sipModuleAPI_cglobals_QtCore->em_mappedtypes[2]->mt_cfrom
00849
00850 #define sipMappedType_QMap_1800_0200QVariant sipModuleAPI_cglobals_QtCore->em_mappedtypes[3]
00851 #define sipForceConvertTo_QMap_1800_0200QVariant sipModuleAPI_cglobals_QtCore->em_mappedtypes[3]->mt_fcto
00852 #define sipConvertFrom_QMap_1800_0200QVariant sipModuleAPI_cglobals_QtCore->em_mappedtypes[3]->mt_cfrom
00853
00854 #define sipMappedType_QList_0200QByteArray sipModuleAPI_cglobals_QtCore->em_mappedtypes[4]
00855 #define sipForceConvertTo_QList_0200QByteArray sipModuleAPI_cglobals_QtCore->em_mappedtypes[4]->mt_fcto
00856 #define sipConvertFrom_QList_0200QByteArray sipModuleAPI_cglobals_QtCore->em_mappedtypes[4]->mt_cfrom
00857
00858 #define sipMappedType_QList_0200QModelIndex sipModuleAPI_cglobals_QtCore->em_mappedtypes[5]
00859 #define sipForceConvertTo_QList_0200QModelIndex sipModuleAPI_cglobals_QtCore->em_mappedtypes[5]->mt_fcto
00860 #define sipConvertFrom_QList_0200QModelIndex sipModuleAPI_cglobals_QtCore->em_mappedtypes[5]->mt_cfrom
00861
00862 #define sipMappedType_QList_0200QFileInfo sipModuleAPI_cglobals_QtCore->em_mappedtypes[6]
00863 #define sipForceConvertTo_QList_0200QFileInfo sipModuleAPI_cglobals_QtCore->em_mappedtypes[6]->mt_fcto
00864 #define sipConvertFrom_QList_0200QFileInfo sipModuleAPI_cglobals_QtCore->em_mappedtypes[6]->mt_cfrom
00865
00866 #define sipMappedType_QList_0201QObject sipModuleAPI_cglobals_QtCore->em_mappedtypes[7]
00867 #define sipForceConvertTo_QList_0201QObject sipModuleAPI_cglobals_QtCore->em_mappedtypes[7]->mt_fcto
00868 #define sipConvertFrom_QList_0201QObject sipModuleAPI_cglobals_QtCore->em_mappedtypes[7]->mt_cfrom
00869
00870 #define sipMappedType_QList_0200QVariant sipModuleAPI_cglobals_QtCore->em_mappedtypes[8]
00871 #define sipForceConvertTo_QList_0200QVariant sipModuleAPI_cglobals_QtCore->em_mappedtypes[8]->mt_fcto
00872 #define sipConvertFrom_QList_0200QVariant sipModuleAPI_cglobals_QtCore->em_mappedtypes[8]->mt_cfrom
00873
00874 #define sipMappedType_QMap_0200QString_0200QVariant sipModuleAPI_cglobals_QtCore->em_mappedtypes[9]
00875 #define sipForceConvertTo_QMap_0200QString_0200QVariant sipModuleAPI_cglobals_QtCore->em_mappedtypes[9]->mt_fcto
00876 #define sipConvertFrom_QMap_0200QString_0200QVariant sipModuleAPI_cglobals_QtCore->em_mappedtypes[9]->mt_cfrom
00877
00878 #define sipMappedType_QVector_0200QXmlStreamNamespaceDeclaration sipModuleAPI_cglobals_QtCore->em_mappedtypes[10]
00879 #define sipForceConvertTo_QVector_0200QXmlStreamNamespaceDeclaration sipModuleAPI_cglobals_QtCore->em_mappedtypes[10]->mt_fcto
00880 #define sipConvertFrom_QVector_0200QXmlStreamNamespaceDeclaration sipModuleAPI_cglobals_QtCore->em_mappedtypes[10]->mt_cfrom
00881
00882 #define sipMappedType_QVector_0200QXmlStreamNotationDeclaration sipModuleAPI_cglobals_QtCore->em_mappedtypes[11]
00883 #define sipForceConvertTo_QVector_0200QXmlStreamNotationDeclaration sipModuleAPI_cglobals_QtCore->em_mappedtypes[11]->mt_fcto
00884 #define sipConvertFrom_QVector_0200QXmlStreamNotationDeclaration sipModuleAPI_cglobals_QtCore->em_mappedtypes[11]->mt_cfrom
00885
00886 #define sipMappedType_QVector_0200QXmlStreamEntityDeclaration sipModuleAPI_cglobals_QtCore->em_mappedtypes[12]
00887 #define sipForceConvertTo_QVector_0200QXmlStreamEntityDeclaration sipModuleAPI_cglobals_QtCore->em_mappedtypes[12]->mt_fcto
00888 #define sipConvertFrom_QVector_0200QXmlStreamEntityDeclaration sipModuleAPI_cglobals_QtCore->em_mappedtypes[12]->mt_cfrom
00889
00890 #define sipMappedType_QVector_2400 sipModuleAPI_cglobals_QtCore->em_mappedtypes[13]
00891 #define sipForceConvertTo_QVector_2400 sipModuleAPI_cglobals_QtCore->em_mappedtypes[13]->mt_fcto
00892 #define sipConvertFrom_QVector_2400 sipModuleAPI_cglobals_QtCore->em_mappedtypes[13]->mt_cfrom
00893
00894 #define sipMappedType_QVector_1900 sipModuleAPI_cglobals_QtCore->em_mappedtypes[14]
00895 #define sipForceConvertTo_QVector_1900 sipModuleAPI_cglobals_QtCore->em_mappedtypes[14]->mt_fcto
00896 #define sipConvertFrom_QVector_1900 sipModuleAPI_cglobals_QtCore->em_mappedtypes[14]->mt_cfrom
00897
00898 #define sipMappedType_QPair_1800_1800 sipModuleAPI_cglobals_QtCore->em_mappedtypes[15]
00899 #define sipForceConvertTo_QPair_1800_1800 sipModuleAPI_cglobals_QtCore->em_mappedtypes[15]->mt_fcto
00900 #define sipConvertFrom_QPair_1800_1800 sipModuleAPI_cglobals_QtCore->em_mappedtypes[15]->mt_cfrom
00901
00902 #define sipMappedType_QList_0500QLocale_Country sipModuleAPI_cglobals_QtCore->em_mappedtypes[16]
00903 #define sipForceConvertTo_QList_0500QLocale_Country sipModuleAPI_cglobals_QtCore->em_mappedtypes[16]->mt_fcto
00904 #define sipConvertFrom_QList_0500QLocale_Country sipModuleAPI_cglobals_QtCore->em_mappedtypes[16]->mt_cfrom
00905
00906 #define sipMappedType_QList_2400 sipModuleAPI_cglobals_QtCore->em_mappedtypes[17]
00907 #define sipForceConvertTo_QList_2400 sipModuleAPI_cglobals_QtCore->em_mappedtypes[17]->mt_fcto
00908 #define sipConvertFrom_QList_2400 sipModuleAPI_cglobals_QtCore->em_mappedtypes[17]->mt_cfrom
00909
00910 #define sipMappedType_QList_1800 sipModuleAPI_cglobals_QtCore->em_mappedtypes[18]
00911 #define sipForceConvertTo_QList_1800 sipModuleAPI_cglobals_QtCore->em_mappedtypes[18]->mt_fcto
00912 #define sipConvertFrom_QList_1800 sipModuleAPI_cglobals_QtCore->em_mappedtypes[18]->mt_cfrom
00913
00914 #define sipMappedType_QList_0600QPair_2400_2400 sipModuleAPI_cglobals_QtCore->em_mappedtypes[19]
00915 #define sipForceConvertTo_QList_0600QPair_2400_2400 sipModuleAPI_cglobals_QtCore->em_mappedtypes[19]->mt_fcto
00916 #define sipConvertFrom_QList_0600QPair_2400_2400 sipModuleAPI_cglobals_QtCore->em_mappedtypes[19]->mt_cfrom
00917
00918 #define sipMappedType_QList_27000600QPair_1800_1800 sipModuleAPI_cglobals_QtCore->em_mappedtypes[20]
00919 #define sipForceConvertTo_QList_27000600QPair_1800_1800 sipModuleAPI_cglobals_QtCore->em_mappedtypes[20]->mt_fcto
00920 #define sipConvertFrom_QList_27000600QPair_1800_1800 sipModuleAPI_cglobals_QtCore->em_mappedtypes[20]->mt_cfrom
00921 extern const sipExportedModuleDef *sipModuleAPI_cglobals_QtCore;
00922
00923 #define sipClass_QPaintDevice sipModuleAPI_cglobals_QtGui->em_types[247]
00924 #define sipCast_QPaintDevice sipModuleAPI_cglobals_QtGui->em_types[247]->type->td_cast
00925 #define sipForceConvertTo_QPaintDevice sipModuleAPI_cglobals_QtGui->em_types[247]->type->td_fcto
00926
00927 #define sipEnum_QPaintDevice_PaintDeviceMetric sipModuleAPI_cglobals_QtGui->em_enums[173]
00928
00929 #define sipClass_QWidget sipModuleAPI_cglobals_QtGui->em_types[253]
00930 #define sipCast_QWidget sipModuleAPI_cglobals_QtGui->em_types[253]->type->td_cast
00931 #define sipForceConvertTo_QWidget sipModuleAPI_cglobals_QtGui->em_types[253]->type->td_fcto
00932
00933 #define sipEnum_QWidget_RenderFlag sipModuleAPI_cglobals_QtGui->em_enums[7]
00934
00935 #define sipClass_QAbstractButton sipModuleAPI_cglobals_QtGui->em_types[346]
00936 #define sipCast_QAbstractButton sipModuleAPI_cglobals_QtGui->em_types[346]->type->td_cast
00937 #define sipForceConvertTo_QAbstractButton sipModuleAPI_cglobals_QtGui->em_types[346]->type->td_fcto
00938
00939 #define sipClass_QAbstractItemDelegate sipModuleAPI_cglobals_QtGui->em_types[244]
00940 #define sipCast_QAbstractItemDelegate sipModuleAPI_cglobals_QtGui->em_types[244]->type->td_cast
00941 #define sipForceConvertTo_QAbstractItemDelegate sipModuleAPI_cglobals_QtGui->em_types[244]->type->td_fcto
00942
00943 #define sipEnum_QAbstractItemDelegate_EndEditHint sipModuleAPI_cglobals_QtGui->em_enums[289]
00944
00945 #define sipClass_QFrame sipModuleAPI_cglobals_QtGui->em_types[317]
00946 #define sipCast_QFrame sipModuleAPI_cglobals_QtGui->em_types[317]->type->td_cast
00947 #define sipForceConvertTo_QFrame sipModuleAPI_cglobals_QtGui->em_types[317]->type->td_fcto
00948
00949 #define sipEnum_QFrame_StyleMask sipModuleAPI_cglobals_QtGui->em_enums[222]
00950 #define sipEnum_QFrame_Shape sipModuleAPI_cglobals_QtGui->em_enums[223]
00951 #define sipEnum_QFrame_Shadow sipModuleAPI_cglobals_QtGui->em_enums[224]
00952
00953 #define sipClass_QAbstractScrollArea sipModuleAPI_cglobals_QtGui->em_types[323]
00954 #define sipCast_QAbstractScrollArea sipModuleAPI_cglobals_QtGui->em_types[323]->type->td_cast
00955 #define sipForceConvertTo_QAbstractScrollArea sipModuleAPI_cglobals_QtGui->em_types[323]->type->td_fcto
00956
00957 #define sipClass_QAbstractItemView sipModuleAPI_cglobals_QtGui->em_types[335]
00958 #define sipCast_QAbstractItemView sipModuleAPI_cglobals_QtGui->em_types[335]->type->td_cast
00959 #define sipForceConvertTo_QAbstractItemView sipModuleAPI_cglobals_QtGui->em_types[335]->type->td_fcto
00960
00961 #define sipEnum_QAbstractItemView_DropIndicatorPosition sipModuleAPI_cglobals_QtGui->em_enums[280]
00962 #define sipEnum_QAbstractItemView_State sipModuleAPI_cglobals_QtGui->em_enums[281]
00963 #define sipEnum_QAbstractItemView_CursorAction sipModuleAPI_cglobals_QtGui->em_enums[282]
00964 #define sipEnum_QAbstractItemView_SelectionMode sipModuleAPI_cglobals_QtGui->em_enums[283]
00965 #define sipEnum_QAbstractItemView_SelectionBehavior sipModuleAPI_cglobals_QtGui->em_enums[284]
00966 #define sipEnum_QAbstractItemView_ScrollMode sipModuleAPI_cglobals_QtGui->em_enums[285]
00967 #define sipEnum_QAbstractItemView_ScrollHint sipModuleAPI_cglobals_QtGui->em_enums[286]
00968 #define sipEnum_QAbstractItemView_EditTrigger sipModuleAPI_cglobals_QtGui->em_enums[287]
00969 #define sipEnum_QAbstractItemView_DragDropMode sipModuleAPI_cglobals_QtGui->em_enums[288]
00970
00971 #define sipClass_QAbstractItemView_EditTriggers sipModuleAPI_cglobals_QtGui->em_types[336]
00972 #define sipCast_QAbstractItemView_EditTriggers sipModuleAPI_cglobals_QtGui->em_types[336]->type->td_cast
00973 #define sipForceConvertTo_QAbstractItemView_EditTriggers sipModuleAPI_cglobals_QtGui->em_types[336]->type->td_fcto
00974
00975 #define sipClass_QDialog sipModuleAPI_cglobals_QtGui->em_types[299]
00976 #define sipCast_QDialog sipModuleAPI_cglobals_QtGui->em_types[299]->type->td_cast
00977 #define sipForceConvertTo_QDialog sipModuleAPI_cglobals_QtGui->em_types[299]->type->td_fcto
00978
00979 #define sipEnum_QDialog_DialogCode sipModuleAPI_cglobals_QtGui->em_enums[253]
00980
00981 #define sipClass_QAbstractPrintDialog sipModuleAPI_cglobals_QtGui->em_types[314]
00982 #define sipCast_QAbstractPrintDialog sipModuleAPI_cglobals_QtGui->em_types[314]->type->td_cast
00983 #define sipForceConvertTo_QAbstractPrintDialog sipModuleAPI_cglobals_QtGui->em_types[314]->type->td_fcto
00984
00985 #define sipEnum_QAbstractPrintDialog_PrintDialogOption sipModuleAPI_cglobals_QtGui->em_enums[278]
00986 #define sipEnum_QAbstractPrintDialog_PrintRange sipModuleAPI_cglobals_QtGui->em_enums[279]
00987
00988 #define sipClass_QAbstractPrintDialog_PrintDialogOptions sipModuleAPI_cglobals_QtGui->em_types[315]
00989 #define sipCast_QAbstractPrintDialog_PrintDialogOptions sipModuleAPI_cglobals_QtGui->em_types[315]->type->td_cast
00990 #define sipForceConvertTo_QAbstractPrintDialog_PrintDialogOptions sipModuleAPI_cglobals_QtGui->em_types[315]->type->td_fcto
00991
00992 #define sipClass_QAbstractProxyModel sipModuleAPI_cglobals_QtGui->em_types[242]
00993 #define sipCast_QAbstractProxyModel sipModuleAPI_cglobals_QtGui->em_types[242]->type->td_cast
00994 #define sipForceConvertTo_QAbstractProxyModel sipModuleAPI_cglobals_QtGui->em_types[242]->type->td_fcto
00995
00996 #define sipClass_QAbstractSpinBox sipModuleAPI_cglobals_QtGui->em_types[291]
00997 #define sipCast_QAbstractSpinBox sipModuleAPI_cglobals_QtGui->em_types[291]->type->td_cast
00998 #define sipForceConvertTo_QAbstractSpinBox sipModuleAPI_cglobals_QtGui->em_types[291]->type->td_fcto
00999
01000 #define sipEnum_QAbstractSpinBox_CorrectionMode sipModuleAPI_cglobals_QtGui->em_enums[275]
01001 #define sipEnum_QAbstractSpinBox_ButtonSymbols sipModuleAPI_cglobals_QtGui->em_enums[276]
01002 #define sipEnum_QAbstractSpinBox_StepEnabledFlag sipModuleAPI_cglobals_QtGui->em_enums[277]
01003
01004 #define sipClass_QAbstractSpinBox_StepEnabled sipModuleAPI_cglobals_QtGui->em_types[292]
01005 #define sipCast_QAbstractSpinBox_StepEnabled sipModuleAPI_cglobals_QtGui->em_types[292]->type->td_cast
01006 #define sipForceConvertTo_QAbstractSpinBox_StepEnabled sipModuleAPI_cglobals_QtGui->em_types[292]->type->td_fcto
01007
01008 #define sipClass_QAbstractTextDocumentLayout sipModuleAPI_cglobals_QtGui->em_types[238]
01009 #define sipCast_QAbstractTextDocumentLayout sipModuleAPI_cglobals_QtGui->em_types[238]->type->td_cast
01010 #define sipForceConvertTo_QAbstractTextDocumentLayout sipModuleAPI_cglobals_QtGui->em_types[238]->type->td_fcto
01011
01012 #define sipClass_QAbstractTextDocumentLayout_Selection sipModuleAPI_cglobals_QtGui->em_types[240]
01013 #define sipCast_QAbstractTextDocumentLayout_Selection sipModuleAPI_cglobals_QtGui->em_types[240]->type->td_cast
01014 #define sipForceConvertTo_QAbstractTextDocumentLayout_Selection sipModuleAPI_cglobals_QtGui->em_types[240]->type->td_fcto
01015
01016 #define sipClass_QAbstractTextDocumentLayout_PaintContext sipModuleAPI_cglobals_QtGui->em_types[239]
01017 #define sipCast_QAbstractTextDocumentLayout_PaintContext sipModuleAPI_cglobals_QtGui->em_types[239]->type->td_cast
01018 #define sipForceConvertTo_QAbstractTextDocumentLayout_PaintContext sipModuleAPI_cglobals_QtGui->em_types[239]->type->td_fcto
01019
01020 #define sipClass_QAbstractSlider sipModuleAPI_cglobals_QtGui->em_types[287]
01021 #define sipCast_QAbstractSlider sipModuleAPI_cglobals_QtGui->em_types[287]->type->td_cast
01022 #define sipForceConvertTo_QAbstractSlider sipModuleAPI_cglobals_QtGui->em_types[287]->type->td_fcto
01023
01024 #define sipEnum_QAbstractSlider_SliderChange sipModuleAPI_cglobals_QtGui->em_enums[273]
01025 #define sipEnum_QAbstractSlider_SliderAction sipModuleAPI_cglobals_QtGui->em_enums[274]
01026
01027 #define sipClass_QAction sipModuleAPI_cglobals_QtGui->em_types[236]
01028 #define sipCast_QAction sipModuleAPI_cglobals_QtGui->em_types[236]->type->td_cast
01029 #define sipForceConvertTo_QAction sipModuleAPI_cglobals_QtGui->em_types[236]->type->td_fcto
01030
01031 #define sipEnum_QAction_MenuRole sipModuleAPI_cglobals_QtGui->em_enums[271]
01032 #define sipEnum_QAction_ActionEvent sipModuleAPI_cglobals_QtGui->em_enums[272]
01033
01034 #define sipClass_QActionGroup sipModuleAPI_cglobals_QtGui->em_types[235]
01035 #define sipCast_QActionGroup sipModuleAPI_cglobals_QtGui->em_types[235]->type->td_cast
01036 #define sipForceConvertTo_QActionGroup sipModuleAPI_cglobals_QtGui->em_types[235]->type->td_fcto
01037
01038 #define sipClass_QApplication sipModuleAPI_cglobals_QtGui->em_types[234]
01039 #define sipCast_QApplication sipModuleAPI_cglobals_QtGui->em_types[234]->type->td_cast
01040 #define sipForceConvertTo_QApplication sipModuleAPI_cglobals_QtGui->em_types[234]->type->td_fcto
01041
01042 #define sipEnum_QApplication_ColorSpec sipModuleAPI_cglobals_QtGui->em_enums[269]
01043 #define sipEnum_QApplication_Type sipModuleAPI_cglobals_QtGui->em_enums[270]
01044
01045 #define sipClass_QPixmap sipModuleAPI_cglobals_QtGui->em_types[251]
01046 #define sipCast_QPixmap sipModuleAPI_cglobals_QtGui->em_types[251]->type->td_cast
01047 #define sipForceConvertTo_QPixmap sipModuleAPI_cglobals_QtGui->em_types[251]->type->td_fcto
01048
01049 #define sipClass_QBitmap sipModuleAPI_cglobals_QtGui->em_types[252]
01050 #define sipCast_QBitmap sipModuleAPI_cglobals_QtGui->em_types[252]->type->td_cast
01051 #define sipForceConvertTo_QBitmap sipModuleAPI_cglobals_QtGui->em_types[252]->type->td_fcto
01052
01053 #define sipClass_QLayoutItem sipModuleAPI_cglobals_QtGui->em_types[224]
01054 #define sipCast_QLayoutItem sipModuleAPI_cglobals_QtGui->em_types[224]->type->td_cast
01055 #define sipForceConvertTo_QLayoutItem sipModuleAPI_cglobals_QtGui->em_types[224]->type->td_fcto
01056
01057 #define sipClass_QLayout sipModuleAPI_cglobals_QtGui->em_types[227]
01058 #define sipCast_QLayout sipModuleAPI_cglobals_QtGui->em_types[227]->type->td_cast
01059 #define sipForceConvertTo_QLayout sipModuleAPI_cglobals_QtGui->em_types[227]->type->td_fcto
01060
01061 #define sipEnum_QLayout_SizeConstraint sipModuleAPI_cglobals_QtGui->em_enums[196]
01062
01063 #define sipClass_QBoxLayout sipModuleAPI_cglobals_QtGui->em_types[231]
01064 #define sipCast_QBoxLayout sipModuleAPI_cglobals_QtGui->em_types[231]->type->td_cast
01065 #define sipForceConvertTo_QBoxLayout sipModuleAPI_cglobals_QtGui->em_types[231]->type->td_fcto
01066
01067 #define sipEnum_QBoxLayout_Direction sipModuleAPI_cglobals_QtGui->em_enums[268]
01068
01069 #define sipClass_QHBoxLayout sipModuleAPI_cglobals_QtGui->em_types[233]
01070 #define sipCast_QHBoxLayout sipModuleAPI_cglobals_QtGui->em_types[233]->type->td_cast
01071 #define sipForceConvertTo_QHBoxLayout sipModuleAPI_cglobals_QtGui->em_types[233]->type->td_fcto
01072
01073 #define sipClass_QVBoxLayout sipModuleAPI_cglobals_QtGui->em_types[232]
01074 #define sipCast_QVBoxLayout sipModuleAPI_cglobals_QtGui->em_types[232]->type->td_cast
01075 #define sipForceConvertTo_QVBoxLayout sipModuleAPI_cglobals_QtGui->em_types[232]->type->td_fcto
01076
01077 #define sipClass_QColor sipModuleAPI_cglobals_QtGui->em_types[223]
01078 #define sipCast_QColor sipModuleAPI_cglobals_QtGui->em_types[223]->type->td_cast
01079 #define sipForceConvertTo_QColor sipModuleAPI_cglobals_QtGui->em_types[223]->type->td_fcto
01080
01081 #define sipEnum_QColor_Spec sipModuleAPI_cglobals_QtGui->em_enums[267]
01082
01083 #define sipClass_QPushButton sipModuleAPI_cglobals_QtGui->em_types[350]
01084 #define sipCast_QPushButton sipModuleAPI_cglobals_QtGui->em_types[350]->type->td_cast
01085 #define sipForceConvertTo_QPushButton sipModuleAPI_cglobals_QtGui->em_types[350]->type->td_fcto
01086
01087 #define sipClass_QCommandLinkButton sipModuleAPI_cglobals_QtGui->em_types[351]
01088 #define sipCast_QCommandLinkButton sipModuleAPI_cglobals_QtGui->em_types[351]->type->td_cast
01089 #define sipForceConvertTo_QCommandLinkButton sipModuleAPI_cglobals_QtGui->em_types[351]->type->td_fcto
01090
01091 #define sipClass_QBrush sipModuleAPI_cglobals_QtGui->em_types[222]
01092 #define sipCast_QBrush sipModuleAPI_cglobals_QtGui->em_types[222]->type->td_cast
01093 #define sipForceConvertTo_QBrush sipModuleAPI_cglobals_QtGui->em_types[222]->type->td_fcto
01094
01095 #define sipClass_QGradient sipModuleAPI_cglobals_QtGui->em_types[218]
01096 #define sipCast_QGradient sipModuleAPI_cglobals_QtGui->em_types[218]->type->td_cast
01097 #define sipForceConvertTo_QGradient sipModuleAPI_cglobals_QtGui->em_types[218]->type->td_fcto
01098
01099 #define sipEnum_QGradient_Spread sipModuleAPI_cglobals_QtGui->em_enums[265]
01100 #define sipEnum_QGradient_Type sipModuleAPI_cglobals_QtGui->em_enums[266]
01101
01102 #define sipClass_QLinearGradient sipModuleAPI_cglobals_QtGui->em_types[221]
01103 #define sipCast_QLinearGradient sipModuleAPI_cglobals_QtGui->em_types[221]->type->td_cast
01104 #define sipForceConvertTo_QLinearGradient sipModuleAPI_cglobals_QtGui->em_types[221]->type->td_fcto
01105
01106 #define sipClass_QRadialGradient sipModuleAPI_cglobals_QtGui->em_types[220]
01107 #define sipCast_QRadialGradient sipModuleAPI_cglobals_QtGui->em_types[220]->type->td_cast
01108 #define sipForceConvertTo_QRadialGradient sipModuleAPI_cglobals_QtGui->em_types[220]->type->td_fcto
01109
01110 #define sipClass_QConicalGradient sipModuleAPI_cglobals_QtGui->em_types[219]
01111 #define sipCast_QConicalGradient sipModuleAPI_cglobals_QtGui->em_types[219]->type->td_cast
01112 #define sipForceConvertTo_QConicalGradient sipModuleAPI_cglobals_QtGui->em_types[219]->type->td_fcto
01113
01114 #define sipClass_QButtonGroup sipModuleAPI_cglobals_QtGui->em_types[217]
01115 #define sipCast_QButtonGroup sipModuleAPI_cglobals_QtGui->em_types[217]->type->td_cast
01116 #define sipForceConvertTo_QButtonGroup sipModuleAPI_cglobals_QtGui->em_types[217]->type->td_fcto
01117
01118 #define sipClass_QCalendarWidget sipModuleAPI_cglobals_QtGui->em_types[286]
01119 #define sipCast_QCalendarWidget sipModuleAPI_cglobals_QtGui->em_types[286]->type->td_cast
01120 #define sipForceConvertTo_QCalendarWidget sipModuleAPI_cglobals_QtGui->em_types[286]->type->td_fcto
01121
01122 #define sipEnum_QCalendarWidget_SelectionMode sipModuleAPI_cglobals_QtGui->em_enums[262]
01123 #define sipEnum_QCalendarWidget_VerticalHeaderFormat sipModuleAPI_cglobals_QtGui->em_enums[263]
01124 #define sipEnum_QCalendarWidget_HorizontalHeaderFormat sipModuleAPI_cglobals_QtGui->em_enums[264]
01125
01126 #define sipClass_QCheckBox sipModuleAPI_cglobals_QtGui->em_types[349]
01127 #define sipCast_QCheckBox sipModuleAPI_cglobals_QtGui->em_types[349]->type->td_cast
01128 #define sipForceConvertTo_QCheckBox sipModuleAPI_cglobals_QtGui->em_types[349]->type->td_fcto
01129
01130 #define sipClass_QClipboard sipModuleAPI_cglobals_QtGui->em_types[216]
01131 #define sipCast_QClipboard sipModuleAPI_cglobals_QtGui->em_types[216]->type->td_cast
01132 #define sipForceConvertTo_QClipboard sipModuleAPI_cglobals_QtGui->em_types[216]->type->td_fcto
01133
01134 #define sipEnum_QClipboard_Mode sipModuleAPI_cglobals_QtGui->em_enums[261]
01135
01136 #define sipClass_QColumnView sipModuleAPI_cglobals_QtGui->em_types[345]
01137 #define sipCast_QColumnView sipModuleAPI_cglobals_QtGui->em_types[345]->type->td_cast
01138 #define sipForceConvertTo_QColumnView sipModuleAPI_cglobals_QtGui->em_types[345]->type->td_fcto
01139
01140 #define sipClass_QColorDialog sipModuleAPI_cglobals_QtGui->em_types[313]
01141 #define sipCast_QColorDialog sipModuleAPI_cglobals_QtGui->em_types[313]->type->td_cast
01142 #define sipForceConvertTo_QColorDialog sipModuleAPI_cglobals_QtGui->em_types[313]->type->td_fcto
01143
01144 #define sipClass_QComboBox sipModuleAPI_cglobals_QtGui->em_types[283]
01145 #define sipCast_QComboBox sipModuleAPI_cglobals_QtGui->em_types[283]->type->td_cast
01146 #define sipForceConvertTo_QComboBox sipModuleAPI_cglobals_QtGui->em_types[283]->type->td_fcto
01147
01148 #define sipEnum_QComboBox_SizeAdjustPolicy sipModuleAPI_cglobals_QtGui->em_enums[259]
01149 #define sipEnum_QComboBox_InsertPolicy sipModuleAPI_cglobals_QtGui->em_enums[260]
01150
01151 #define sipClass_QCompleter sipModuleAPI_cglobals_QtGui->em_types[215]
01152 #define sipCast_QCompleter sipModuleAPI_cglobals_QtGui->em_types[215]->type->td_cast
01153 #define sipForceConvertTo_QCompleter sipModuleAPI_cglobals_QtGui->em_types[215]->type->td_fcto
01154
01155 #define sipEnum_QCompleter_ModelSorting sipModuleAPI_cglobals_QtGui->em_enums[257]
01156 #define sipEnum_QCompleter_CompletionMode sipModuleAPI_cglobals_QtGui->em_enums[258]
01157
01158 #define sipClass_QCursor sipModuleAPI_cglobals_QtGui->em_types[214]
01159 #define sipCast_QCursor sipModuleAPI_cglobals_QtGui->em_types[214]->type->td_cast
01160 #define sipForceConvertTo_QCursor sipModuleAPI_cglobals_QtGui->em_types[214]->type->td_fcto
01161
01162 #define sipClass_QDataWidgetMapper sipModuleAPI_cglobals_QtGui->em_types[213]
01163 #define sipCast_QDataWidgetMapper sipModuleAPI_cglobals_QtGui->em_types[213]->type->td_cast
01164 #define sipForceConvertTo_QDataWidgetMapper sipModuleAPI_cglobals_QtGui->em_types[213]->type->td_fcto
01165
01166 #define sipEnum_QDataWidgetMapper_SubmitPolicy sipModuleAPI_cglobals_QtGui->em_enums[256]
01167
01168 #define sipClass_QDateTimeEdit sipModuleAPI_cglobals_QtGui->em_types[295]
01169 #define sipCast_QDateTimeEdit sipModuleAPI_cglobals_QtGui->em_types[295]->type->td_cast
01170 #define sipForceConvertTo_QDateTimeEdit sipModuleAPI_cglobals_QtGui->em_types[295]->type->td_fcto
01171
01172 #define sipEnum_QDateTimeEdit_Section sipModuleAPI_cglobals_QtGui->em_enums[255]
01173
01174 #define sipClass_QDateTimeEdit_Sections sipModuleAPI_cglobals_QtGui->em_types[296]
01175 #define sipCast_QDateTimeEdit_Sections sipModuleAPI_cglobals_QtGui->em_types[296]->type->td_cast
01176 #define sipForceConvertTo_QDateTimeEdit_Sections sipModuleAPI_cglobals_QtGui->em_types[296]->type->td_fcto
01177
01178 #define sipClass_QTimeEdit sipModuleAPI_cglobals_QtGui->em_types[298]
01179 #define sipCast_QTimeEdit sipModuleAPI_cglobals_QtGui->em_types[298]->type->td_cast
01180 #define sipForceConvertTo_QTimeEdit sipModuleAPI_cglobals_QtGui->em_types[298]->type->td_fcto
01181
01182 #define sipClass_QDateEdit sipModuleAPI_cglobals_QtGui->em_types[297]
01183 #define sipCast_QDateEdit sipModuleAPI_cglobals_QtGui->em_types[297]->type->td_cast
01184 #define sipForceConvertTo_QDateEdit sipModuleAPI_cglobals_QtGui->em_types[297]->type->td_fcto
01185
01186 #define sipClass_QDesktopServices sipModuleAPI_cglobals_QtGui->em_types[212]
01187 #define sipCast_QDesktopServices sipModuleAPI_cglobals_QtGui->em_types[212]->type->td_cast
01188 #define sipForceConvertTo_QDesktopServices sipModuleAPI_cglobals_QtGui->em_types[212]->type->td_fcto
01189
01190 #define sipEnum_QDesktopServices_StandardLocation sipModuleAPI_cglobals_QtGui->em_enums[254]
01191
01192 #define sipClass_QDesktopWidget sipModuleAPI_cglobals_QtGui->em_types[282]
01193 #define sipCast_QDesktopWidget sipModuleAPI_cglobals_QtGui->em_types[282]->type->td_cast
01194 #define sipForceConvertTo_QDesktopWidget sipModuleAPI_cglobals_QtGui->em_types[282]->type->td_fcto
01195
01196 #define sipClass_QDial sipModuleAPI_cglobals_QtGui->em_types[290]
01197 #define sipCast_QDial sipModuleAPI_cglobals_QtGui->em_types[290]->type->td_cast
01198 #define sipForceConvertTo_QDial sipModuleAPI_cglobals_QtGui->em_types[290]->type->td_fcto
01199
01200 #define sipClass_QDialogButtonBox sipModuleAPI_cglobals_QtGui->em_types[280]
01201 #define sipCast_QDialogButtonBox sipModuleAPI_cglobals_QtGui->em_types[280]->type->td_cast
01202 #define sipForceConvertTo_QDialogButtonBox sipModuleAPI_cglobals_QtGui->em_types[280]->type->td_fcto
01203
01204 #define sipEnum_QDialogButtonBox_StandardButton sipModuleAPI_cglobals_QtGui->em_enums[250]
01205 #define sipEnum_QDialogButtonBox_ButtonRole sipModuleAPI_cglobals_QtGui->em_enums[251]
01206 #define sipEnum_QDialogButtonBox_ButtonLayout sipModuleAPI_cglobals_QtGui->em_enums[252]
01207
01208 #define sipClass_QDialogButtonBox_StandardButtons sipModuleAPI_cglobals_QtGui->em_types[281]
01209 #define sipCast_QDialogButtonBox_StandardButtons sipModuleAPI_cglobals_QtGui->em_types[281]->type->td_cast
01210 #define sipForceConvertTo_QDialogButtonBox_StandardButtons sipModuleAPI_cglobals_QtGui->em_types[281]->type->td_fcto
01211
01212 #define sipClass_QDirModel sipModuleAPI_cglobals_QtGui->em_types[211]
01213 #define sipCast_QDirModel sipModuleAPI_cglobals_QtGui->em_types[211]->type->td_cast
01214 #define sipForceConvertTo_QDirModel sipModuleAPI_cglobals_QtGui->em_types[211]->type->td_fcto
01215
01216 #define sipEnum_QDirModel_Roles sipModuleAPI_cglobals_QtGui->em_enums[249]
01217
01218 #define sipClass_QDockWidget sipModuleAPI_cglobals_QtGui->em_types[278]
01219 #define sipCast_QDockWidget sipModuleAPI_cglobals_QtGui->em_types[278]->type->td_cast
01220 #define sipForceConvertTo_QDockWidget sipModuleAPI_cglobals_QtGui->em_types[278]->type->td_fcto
01221
01222 #define sipEnum_QDockWidget_DockWidgetFeature sipModuleAPI_cglobals_QtGui->em_enums[248]
01223
01224 #define sipClass_QDockWidget_DockWidgetFeatures sipModuleAPI_cglobals_QtGui->em_types[279]
01225 #define sipCast_QDockWidget_DockWidgetFeatures sipModuleAPI_cglobals_QtGui->em_types[279]->type->td_cast
01226 #define sipForceConvertTo_QDockWidget_DockWidgetFeatures sipModuleAPI_cglobals_QtGui->em_types[279]->type->td_fcto
01227
01228 #define sipClass_QDrag sipModuleAPI_cglobals_QtGui->em_types[210]
01229 #define sipCast_QDrag sipModuleAPI_cglobals_QtGui->em_types[210]->type->td_cast
01230 #define sipForceConvertTo_QDrag sipModuleAPI_cglobals_QtGui->em_types[210]->type->td_fcto
01231
01232 #define sipClass_QErrorMessage sipModuleAPI_cglobals_QtGui->em_types[312]
01233 #define sipCast_QErrorMessage sipModuleAPI_cglobals_QtGui->em_types[312]->type->td_cast
01234 #define sipForceConvertTo_QErrorMessage sipModuleAPI_cglobals_QtGui->em_types[312]->type->td_fcto
01235
01236 #define sipClass_QInputEvent sipModuleAPI_cglobals_QtGui->em_types[204]
01237 #define sipCast_QInputEvent sipModuleAPI_cglobals_QtGui->em_types[204]->type->td_cast
01238 #define sipForceConvertTo_QInputEvent sipModuleAPI_cglobals_QtGui->em_types[204]->type->td_fcto
01239
01240 #define sipClass_QMouseEvent sipModuleAPI_cglobals_QtGui->em_types[209]
01241 #define sipCast_QMouseEvent sipModuleAPI_cglobals_QtGui->em_types[209]->type->td_cast
01242 #define sipForceConvertTo_QMouseEvent sipModuleAPI_cglobals_QtGui->em_types[209]->type->td_fcto
01243
01244 #define sipClass_QHoverEvent sipModuleAPI_cglobals_QtGui->em_types[203]
01245 #define sipCast_QHoverEvent sipModuleAPI_cglobals_QtGui->em_types[203]->type->td_cast
01246 #define sipForceConvertTo_QHoverEvent sipModuleAPI_cglobals_QtGui->em_types[203]->type->td_fcto
01247
01248 #define sipClass_QWheelEvent sipModuleAPI_cglobals_QtGui->em_types[208]
01249 #define sipCast_QWheelEvent sipModuleAPI_cglobals_QtGui->em_types[208]->type->td_cast
01250 #define sipForceConvertTo_QWheelEvent sipModuleAPI_cglobals_QtGui->em_types[208]->type->td_fcto
01251
01252 #define sipClass_QTabletEvent sipModuleAPI_cglobals_QtGui->em_types[207]
01253 #define sipCast_QTabletEvent sipModuleAPI_cglobals_QtGui->em_types[207]->type->td_cast
01254 #define sipForceConvertTo_QTabletEvent sipModuleAPI_cglobals_QtGui->em_types[207]->type->td_fcto
01255
01256 #define sipEnum_QTabletEvent_PointerType sipModuleAPI_cglobals_QtGui->em_enums[246]
01257 #define sipEnum_QTabletEvent_TabletDevice sipModuleAPI_cglobals_QtGui->em_enums[247]
01258
01259 #define sipClass_QKeyEvent sipModuleAPI_cglobals_QtGui->em_types[206]
01260 #define sipCast_QKeyEvent sipModuleAPI_cglobals_QtGui->em_types[206]->type->td_cast
01261 #define sipForceConvertTo_QKeyEvent sipModuleAPI_cglobals_QtGui->em_types[206]->type->td_fcto
01262
01263 #define sipClass_QFocusEvent sipModuleAPI_cglobals_QtGui->em_types[202]
01264 #define sipCast_QFocusEvent sipModuleAPI_cglobals_QtGui->em_types[202]->type->td_cast
01265 #define sipForceConvertTo_QFocusEvent sipModuleAPI_cglobals_QtGui->em_types[202]->type->td_fcto
01266
01267 #define sipClass_QPaintEvent sipModuleAPI_cglobals_QtGui->em_types[201]
01268 #define sipCast_QPaintEvent sipModuleAPI_cglobals_QtGui->em_types[201]->type->td_cast
01269 #define sipForceConvertTo_QPaintEvent sipModuleAPI_cglobals_QtGui->em_types[201]->type->td_fcto
01270
01271 #define sipClass_QMoveEvent sipModuleAPI_cglobals_QtGui->em_types[200]
01272 #define sipCast_QMoveEvent sipModuleAPI_cglobals_QtGui->em_types[200]->type->td_cast
01273 #define sipForceConvertTo_QMoveEvent sipModuleAPI_cglobals_QtGui->em_types[200]->type->td_fcto
01274
01275 #define sipClass_QResizeEvent sipModuleAPI_cglobals_QtGui->em_types[199]
01276 #define sipCast_QResizeEvent sipModuleAPI_cglobals_QtGui->em_types[199]->type->td_cast
01277 #define sipForceConvertTo_QResizeEvent sipModuleAPI_cglobals_QtGui->em_types[199]->type->td_fcto
01278
01279 #define sipClass_QCloseEvent sipModuleAPI_cglobals_QtGui->em_types[198]
01280 #define sipCast_QCloseEvent sipModuleAPI_cglobals_QtGui->em_types[198]->type->td_cast
01281 #define sipForceConvertTo_QCloseEvent sipModuleAPI_cglobals_QtGui->em_types[198]->type->td_fcto
01282
01283 #define sipClass_QIconDragEvent sipModuleAPI_cglobals_QtGui->em_types[197]
01284 #define sipCast_QIconDragEvent sipModuleAPI_cglobals_QtGui->em_types[197]->type->td_cast
01285 #define sipForceConvertTo_QIconDragEvent sipModuleAPI_cglobals_QtGui->em_types[197]->type->td_fcto
01286
01287 #define sipClass_QShowEvent sipModuleAPI_cglobals_QtGui->em_types[196]
01288 #define sipCast_QShowEvent sipModuleAPI_cglobals_QtGui->em_types[196]->type->td_cast
01289 #define sipForceConvertTo_QShowEvent sipModuleAPI_cglobals_QtGui->em_types[196]->type->td_fcto
01290
01291 #define sipClass_QHideEvent sipModuleAPI_cglobals_QtGui->em_types[195]
01292 #define sipCast_QHideEvent sipModuleAPI_cglobals_QtGui->em_types[195]->type->td_cast
01293 #define sipForceConvertTo_QHideEvent sipModuleAPI_cglobals_QtGui->em_types[195]->type->td_fcto
01294
01295 #define sipClass_QContextMenuEvent sipModuleAPI_cglobals_QtGui->em_types[205]
01296 #define sipCast_QContextMenuEvent sipModuleAPI_cglobals_QtGui->em_types[205]->type->td_cast
01297 #define sipForceConvertTo_QContextMenuEvent sipModuleAPI_cglobals_QtGui->em_types[205]->type->td_fcto
01298
01299 #define sipEnum_QContextMenuEvent_Reason sipModuleAPI_cglobals_QtGui->em_enums[245]
01300
01301 #define sipClass_QInputMethodEvent sipModuleAPI_cglobals_QtGui->em_types[193]
01302 #define sipCast_QInputMethodEvent sipModuleAPI_cglobals_QtGui->em_types[193]->type->td_cast
01303 #define sipForceConvertTo_QInputMethodEvent sipModuleAPI_cglobals_QtGui->em_types[193]->type->td_fcto
01304
01305 #define sipEnum_QInputMethodEvent_AttributeType sipModuleAPI_cglobals_QtGui->em_enums[244]
01306
01307 #define sipClass_QInputMethodEvent_Attribute sipModuleAPI_cglobals_QtGui->em_types[194]
01308 #define sipCast_QInputMethodEvent_Attribute sipModuleAPI_cglobals_QtGui->em_types[194]->type->td_cast
01309 #define sipForceConvertTo_QInputMethodEvent_Attribute sipModuleAPI_cglobals_QtGui->em_types[194]->type->td_fcto
01310
01311 #define sipClass_QMimeSource sipModuleAPI_cglobals_QtGui->em_types[189]
01312 #define sipCast_QMimeSource sipModuleAPI_cglobals_QtGui->em_types[189]->type->td_cast
01313 #define sipForceConvertTo_QMimeSource sipModuleAPI_cglobals_QtGui->em_types[189]->type->td_fcto
01314
01315 #define sipClass_QDropEvent sipModuleAPI_cglobals_QtGui->em_types[190]
01316 #define sipCast_QDropEvent sipModuleAPI_cglobals_QtGui->em_types[190]->type->td_cast
01317 #define sipForceConvertTo_QDropEvent sipModuleAPI_cglobals_QtGui->em_types[190]->type->td_fcto
01318
01319 #define sipClass_QDragMoveEvent sipModuleAPI_cglobals_QtGui->em_types[191]
01320 #define sipCast_QDragMoveEvent sipModuleAPI_cglobals_QtGui->em_types[191]->type->td_cast
01321 #define sipForceConvertTo_QDragMoveEvent sipModuleAPI_cglobals_QtGui->em_types[191]->type->td_fcto
01322
01323 #define sipClass_QDragEnterEvent sipModuleAPI_cglobals_QtGui->em_types[192]
01324 #define sipCast_QDragEnterEvent sipModuleAPI_cglobals_QtGui->em_types[192]->type->td_cast
01325 #define sipForceConvertTo_QDragEnterEvent sipModuleAPI_cglobals_QtGui->em_types[192]->type->td_fcto
01326
01327 #define sipClass_QDragLeaveEvent sipModuleAPI_cglobals_QtGui->em_types[188]
01328 #define sipCast_QDragLeaveEvent sipModuleAPI_cglobals_QtGui->em_types[188]->type->td_cast
01329 #define sipForceConvertTo_QDragLeaveEvent sipModuleAPI_cglobals_QtGui->em_types[188]->type->td_fcto
01330
01331 #define sipClass_QHelpEvent sipModuleAPI_cglobals_QtGui->em_types[187]
01332 #define sipCast_QHelpEvent sipModuleAPI_cglobals_QtGui->em_types[187]->type->td_cast
01333 #define sipForceConvertTo_QHelpEvent sipModuleAPI_cglobals_QtGui->em_types[187]->type->td_fcto
01334
01335 #define sipClass_QStatusTipEvent sipModuleAPI_cglobals_QtGui->em_types[186]
01336 #define sipCast_QStatusTipEvent sipModuleAPI_cglobals_QtGui->em_types[186]->type->td_cast
01337 #define sipForceConvertTo_QStatusTipEvent sipModuleAPI_cglobals_QtGui->em_types[186]->type->td_fcto
01338
01339 #define sipClass_QWhatsThisClickedEvent sipModuleAPI_cglobals_QtGui->em_types[185]
01340 #define sipCast_QWhatsThisClickedEvent sipModuleAPI_cglobals_QtGui->em_types[185]->type->td_cast
01341 #define sipForceConvertTo_QWhatsThisClickedEvent sipModuleAPI_cglobals_QtGui->em_types[185]->type->td_fcto
01342
01343 #define sipClass_QActionEvent sipModuleAPI_cglobals_QtGui->em_types[184]
01344 #define sipCast_QActionEvent sipModuleAPI_cglobals_QtGui->em_types[184]->type->td_cast
01345 #define sipForceConvertTo_QActionEvent sipModuleAPI_cglobals_QtGui->em_types[184]->type->td_fcto
01346
01347 #define sipClass_QFileOpenEvent sipModuleAPI_cglobals_QtGui->em_types[183]
01348 #define sipCast_QFileOpenEvent sipModuleAPI_cglobals_QtGui->em_types[183]->type->td_cast
01349 #define sipForceConvertTo_QFileOpenEvent sipModuleAPI_cglobals_QtGui->em_types[183]->type->td_fcto
01350
01351 #define sipClass_QShortcutEvent sipModuleAPI_cglobals_QtGui->em_types[182]
01352 #define sipCast_QShortcutEvent sipModuleAPI_cglobals_QtGui->em_types[182]->type->td_cast
01353 #define sipForceConvertTo_QShortcutEvent sipModuleAPI_cglobals_QtGui->em_types[182]->type->td_fcto
01354
01355 #define sipClass_QWindowStateChangeEvent sipModuleAPI_cglobals_QtGui->em_types[181]
01356 #define sipCast_QWindowStateChangeEvent sipModuleAPI_cglobals_QtGui->em_types[181]->type->td_cast
01357 #define sipForceConvertTo_QWindowStateChangeEvent sipModuleAPI_cglobals_QtGui->em_types[181]->type->td_fcto
01358
01359 #define sipClass_QFileDialog sipModuleAPI_cglobals_QtGui->em_types[310]
01360 #define sipCast_QFileDialog sipModuleAPI_cglobals_QtGui->em_types[310]->type->td_cast
01361 #define sipForceConvertTo_QFileDialog sipModuleAPI_cglobals_QtGui->em_types[310]->type->td_fcto
01362
01363 #define sipEnum_QFileDialog_Option sipModuleAPI_cglobals_QtGui->em_enums[239]
01364 #define sipEnum_QFileDialog_DialogLabel sipModuleAPI_cglobals_QtGui->em_enums[240]
01365 #define sipEnum_QFileDialog_AcceptMode sipModuleAPI_cglobals_QtGui->em_enums[241]
01366 #define sipEnum_QFileDialog_FileMode sipModuleAPI_cglobals_QtGui->em_enums[242]
01367 #define sipEnum_QFileDialog_ViewMode sipModuleAPI_cglobals_QtGui->em_enums[243]
01368
01369 #define sipClass_QFileDialog_Options sipModuleAPI_cglobals_QtGui->em_types[311]
01370 #define sipCast_QFileDialog_Options sipModuleAPI_cglobals_QtGui->em_types[311]->type->td_cast
01371 #define sipForceConvertTo_QFileDialog_Options sipModuleAPI_cglobals_QtGui->em_types[311]->type->td_fcto
01372
01373 #define sipClass_QFileIconProvider sipModuleAPI_cglobals_QtGui->em_types[180]
01374 #define sipCast_QFileIconProvider sipModuleAPI_cglobals_QtGui->em_types[180]->type->td_cast
01375 #define sipForceConvertTo_QFileIconProvider sipModuleAPI_cglobals_QtGui->em_types[180]->type->td_fcto
01376
01377 #define sipEnum_QFileIconProvider_IconType sipModuleAPI_cglobals_QtGui->em_enums[238]
01378
01379 #define sipClass_QFileSystemModel sipModuleAPI_cglobals_QtGui->em_types[179]
01380 #define sipCast_QFileSystemModel sipModuleAPI_cglobals_QtGui->em_types[179]->type->td_cast
01381 #define sipForceConvertTo_QFileSystemModel sipModuleAPI_cglobals_QtGui->em_types[179]->type->td_fcto
01382
01383 #define sipEnum_QFileSystemModel_Roles sipModuleAPI_cglobals_QtGui->em_enums[237]
01384
01385 #define sipClass_QFocusFrame sipModuleAPI_cglobals_QtGui->em_types[277]
01386 #define sipCast_QFocusFrame sipModuleAPI_cglobals_QtGui->em_types[277]->type->td_cast
01387 #define sipForceConvertTo_QFocusFrame sipModuleAPI_cglobals_QtGui->em_types[277]->type->td_fcto
01388
01389 #define sipClass_QFont sipModuleAPI_cglobals_QtGui->em_types[178]
01390 #define sipCast_QFont sipModuleAPI_cglobals_QtGui->em_types[178]->type->td_cast
01391 #define sipForceConvertTo_QFont sipModuleAPI_cglobals_QtGui->em_types[178]->type->td_fcto
01392
01393 #define sipEnum_QFont_SpacingType sipModuleAPI_cglobals_QtGui->em_enums[230]
01394 #define sipEnum_QFont_Capitalization sipModuleAPI_cglobals_QtGui->em_enums[231]
01395 #define sipEnum_QFont_Stretch sipModuleAPI_cglobals_QtGui->em_enums[232]
01396 #define sipEnum_QFont_Style sipModuleAPI_cglobals_QtGui->em_enums[233]
01397 #define sipEnum_QFont_Weight sipModuleAPI_cglobals_QtGui->em_enums[234]
01398 #define sipEnum_QFont_StyleStrategy sipModuleAPI_cglobals_QtGui->em_enums[235]
01399 #define sipEnum_QFont_StyleHint sipModuleAPI_cglobals_QtGui->em_enums[236]
01400
01401 #define sipClass_QFontComboBox sipModuleAPI_cglobals_QtGui->em_types[284]
01402 #define sipCast_QFontComboBox sipModuleAPI_cglobals_QtGui->em_types[284]->type->td_cast
01403 #define sipForceConvertTo_QFontComboBox sipModuleAPI_cglobals_QtGui->em_types[284]->type->td_fcto
01404
01405 #define sipEnum_QFontComboBox_FontFilter sipModuleAPI_cglobals_QtGui->em_enums[229]
01406
01407 #define sipClass_QFontComboBox_FontFilters sipModuleAPI_cglobals_QtGui->em_types[285]
01408 #define sipCast_QFontComboBox_FontFilters sipModuleAPI_cglobals_QtGui->em_types[285]->type->td_cast
01409 #define sipForceConvertTo_QFontComboBox_FontFilters sipModuleAPI_cglobals_QtGui->em_types[285]->type->td_fcto
01410
01411 #define sipClass_QFontDatabase sipModuleAPI_cglobals_QtGui->em_types[177]
01412 #define sipCast_QFontDatabase sipModuleAPI_cglobals_QtGui->em_types[177]->type->td_cast
01413 #define sipForceConvertTo_QFontDatabase sipModuleAPI_cglobals_QtGui->em_types[177]->type->td_fcto
01414
01415 #define sipEnum_QFontDatabase_WritingSystem sipModuleAPI_cglobals_QtGui->em_enums[228]
01416
01417 #define sipClass_QFontDialog sipModuleAPI_cglobals_QtGui->em_types[309]
01418 #define sipCast_QFontDialog sipModuleAPI_cglobals_QtGui->em_types[309]->type->td_cast
01419 #define sipForceConvertTo_QFontDialog sipModuleAPI_cglobals_QtGui->em_types[309]->type->td_fcto
01420
01421 #define sipClass_QFontInfo sipModuleAPI_cglobals_QtGui->em_types[176]
01422 #define sipCast_QFontInfo sipModuleAPI_cglobals_QtGui->em_types[176]->type->td_cast
01423 #define sipForceConvertTo_QFontInfo sipModuleAPI_cglobals_QtGui->em_types[176]->type->td_fcto
01424
01425 #define sipClass_QFontMetrics sipModuleAPI_cglobals_QtGui->em_types[175]
01426 #define sipCast_QFontMetrics sipModuleAPI_cglobals_QtGui->em_types[175]->type->td_cast
01427 #define sipForceConvertTo_QFontMetrics sipModuleAPI_cglobals_QtGui->em_types[175]->type->td_fcto
01428
01429 #define sipClass_QFontMetricsF sipModuleAPI_cglobals_QtGui->em_types[174]
01430 #define sipCast_QFontMetricsF sipModuleAPI_cglobals_QtGui->em_types[174]->type->td_cast
01431 #define sipForceConvertTo_QFontMetricsF sipModuleAPI_cglobals_QtGui->em_types[174]->type->td_fcto
01432
01433 #define sipClass_QFormLayout sipModuleAPI_cglobals_QtGui->em_types[230]
01434 #define sipCast_QFormLayout sipModuleAPI_cglobals_QtGui->em_types[230]->type->td_cast
01435 #define sipForceConvertTo_QFormLayout sipModuleAPI_cglobals_QtGui->em_types[230]->type->td_fcto
01436
01437 #define sipEnum_QFormLayout_ItemRole sipModuleAPI_cglobals_QtGui->em_enums[225]
01438 #define sipEnum_QFormLayout_RowWrapPolicy sipModuleAPI_cglobals_QtGui->em_enums[226]
01439 #define sipEnum_QFormLayout_FieldGrowthPolicy sipModuleAPI_cglobals_QtGui->em_enums[227]
01440
01441 #define sipClass_QGraphicsLayoutItem sipModuleAPI_cglobals_QtGui->em_types[168]
01442 #define sipCast_QGraphicsLayoutItem sipModuleAPI_cglobals_QtGui->em_types[168]->type->td_cast
01443 #define sipForceConvertTo_QGraphicsLayoutItem sipModuleAPI_cglobals_QtGui->em_types[168]->type->td_fcto
01444
01445 #define sipClass_QGraphicsLayout sipModuleAPI_cglobals_QtGui->em_types[171]
01446 #define sipCast_QGraphicsLayout sipModuleAPI_cglobals_QtGui->em_types[171]->type->td_cast
01447 #define sipForceConvertTo_QGraphicsLayout sipModuleAPI_cglobals_QtGui->em_types[171]->type->td_fcto
01448
01449 #define sipClass_QGraphicsGridLayout sipModuleAPI_cglobals_QtGui->em_types[173]
01450 #define sipCast_QGraphicsGridLayout sipModuleAPI_cglobals_QtGui->em_types[173]->type->td_cast
01451 #define sipForceConvertTo_QGraphicsGridLayout sipModuleAPI_cglobals_QtGui->em_types[173]->type->td_fcto
01452
01453 #define sipClass_QGraphicsItem sipModuleAPI_cglobals_QtGui->em_types[156]
01454 #define sipCast_QGraphicsItem sipModuleAPI_cglobals_QtGui->em_types[156]->type->td_cast
01455 #define sipForceConvertTo_QGraphicsItem sipModuleAPI_cglobals_QtGui->em_types[156]->type->td_fcto
01456
01457 #define sipEnum_QGraphicsItem_GraphicsItemFlag sipModuleAPI_cglobals_QtGui->em_enums[219]
01458 #define sipEnum_QGraphicsItem_GraphicsItemChange sipModuleAPI_cglobals_QtGui->em_enums[220]
01459 #define sipEnum_QGraphicsItem_CacheMode sipModuleAPI_cglobals_QtGui->em_enums[221]
01460
01461 #define sipClass_QGraphicsItem_GraphicsItemFlags sipModuleAPI_cglobals_QtGui->em_types[157]
01462 #define sipCast_QGraphicsItem_GraphicsItemFlags sipModuleAPI_cglobals_QtGui->em_types[157]->type->td_cast
01463 #define sipForceConvertTo_QGraphicsItem_GraphicsItemFlags sipModuleAPI_cglobals_QtGui->em_types[157]->type->td_fcto
01464
01465 #define sipClass_QAbstractGraphicsShapeItem sipModuleAPI_cglobals_QtGui->em_types[162]
01466 #define sipCast_QAbstractGraphicsShapeItem sipModuleAPI_cglobals_QtGui->em_types[162]->type->td_cast
01467 #define sipForceConvertTo_QAbstractGraphicsShapeItem sipModuleAPI_cglobals_QtGui->em_types[162]->type->td_fcto
01468
01469 #define sipClass_QGraphicsPathItem sipModuleAPI_cglobals_QtGui->em_types[167]
01470 #define sipCast_QGraphicsPathItem sipModuleAPI_cglobals_QtGui->em_types[167]->type->td_cast
01471 #define sipForceConvertTo_QGraphicsPathItem sipModuleAPI_cglobals_QtGui->em_types[167]->type->td_fcto
01472
01473 #define sipClass_QGraphicsRectItem sipModuleAPI_cglobals_QtGui->em_types[166]
01474 #define sipCast_QGraphicsRectItem sipModuleAPI_cglobals_QtGui->em_types[166]->type->td_cast
01475 #define sipForceConvertTo_QGraphicsRectItem sipModuleAPI_cglobals_QtGui->em_types[166]->type->td_fcto
01476
01477 #define sipClass_QGraphicsEllipseItem sipModuleAPI_cglobals_QtGui->em_types[165]
01478 #define sipCast_QGraphicsEllipseItem sipModuleAPI_cglobals_QtGui->em_types[165]->type->td_cast
01479 #define sipForceConvertTo_QGraphicsEllipseItem sipModuleAPI_cglobals_QtGui->em_types[165]->type->td_fcto
01480
01481 #define sipClass_QGraphicsPolygonItem sipModuleAPI_cglobals_QtGui->em_types[164]
01482 #define sipCast_QGraphicsPolygonItem sipModuleAPI_cglobals_QtGui->em_types[164]->type->td_cast
01483 #define sipForceConvertTo_QGraphicsPolygonItem sipModuleAPI_cglobals_QtGui->em_types[164]->type->td_fcto
01484
01485 #define sipClass_QGraphicsLineItem sipModuleAPI_cglobals_QtGui->em_types[161]
01486 #define sipCast_QGraphicsLineItem sipModuleAPI_cglobals_QtGui->em_types[161]->type->td_cast
01487 #define sipForceConvertTo_QGraphicsLineItem sipModuleAPI_cglobals_QtGui->em_types[161]->type->td_fcto
01488
01489 #define sipClass_QGraphicsPixmapItem sipModuleAPI_cglobals_QtGui->em_types[160]
01490 #define sipCast_QGraphicsPixmapItem sipModuleAPI_cglobals_QtGui->em_types[160]->type->td_cast
01491 #define sipForceConvertTo_QGraphicsPixmapItem sipModuleAPI_cglobals_QtGui->em_types[160]->type->td_fcto
01492
01493 #define sipEnum_QGraphicsPixmapItem_ShapeMode sipModuleAPI_cglobals_QtGui->em_enums[218]
01494
01495 #define sipClass_QGraphicsTextItem sipModuleAPI_cglobals_QtGui->em_types[159]
01496 #define sipCast_QGraphicsTextItem sipModuleAPI_cglobals_QtGui->em_types[159]->type->td_cast
01497 #define sipForceConvertTo_QGraphicsTextItem sipModuleAPI_cglobals_QtGui->em_types[159]->type->td_fcto
01498
01499 #define sipClass_QGraphicsSimpleTextItem sipModuleAPI_cglobals_QtGui->em_types[163]
01500 #define sipCast_QGraphicsSimpleTextItem sipModuleAPI_cglobals_QtGui->em_types[163]->type->td_cast
01501 #define sipForceConvertTo_QGraphicsSimpleTextItem sipModuleAPI_cglobals_QtGui->em_types[163]->type->td_fcto
01502
01503 #define sipClass_QGraphicsItemGroup sipModuleAPI_cglobals_QtGui->em_types[158]
01504 #define sipCast_QGraphicsItemGroup sipModuleAPI_cglobals_QtGui->em_types[158]->type->td_cast
01505 #define sipForceConvertTo_QGraphicsItemGroup sipModuleAPI_cglobals_QtGui->em_types[158]->type->td_fcto
01506
01507 #define sipClass_QGraphicsItemAnimation sipModuleAPI_cglobals_QtGui->em_types[155]
01508 #define sipCast_QGraphicsItemAnimation sipModuleAPI_cglobals_QtGui->em_types[155]->type->td_cast
01509 #define sipForceConvertTo_QGraphicsItemAnimation sipModuleAPI_cglobals_QtGui->em_types[155]->type->td_fcto
01510
01511 #define sipClass_QGraphicsLinearLayout sipModuleAPI_cglobals_QtGui->em_types[172]
01512 #define sipCast_QGraphicsLinearLayout sipModuleAPI_cglobals_QtGui->em_types[172]->type->td_cast
01513 #define sipForceConvertTo_QGraphicsLinearLayout sipModuleAPI_cglobals_QtGui->em_types[172]->type->td_fcto
01514
01515 #define sipClass_QGraphicsWidget sipModuleAPI_cglobals_QtGui->em_types[169]
01516 #define sipCast_QGraphicsWidget sipModuleAPI_cglobals_QtGui->em_types[169]->type->td_cast
01517 #define sipForceConvertTo_QGraphicsWidget sipModuleAPI_cglobals_QtGui->em_types[169]->type->td_fcto
01518
01519 #define sipClass_QGraphicsProxyWidget sipModuleAPI_cglobals_QtGui->em_types[170]
01520 #define sipCast_QGraphicsProxyWidget sipModuleAPI_cglobals_QtGui->em_types[170]->type->td_cast
01521 #define sipForceConvertTo_QGraphicsProxyWidget sipModuleAPI_cglobals_QtGui->em_types[170]->type->td_fcto
01522
01523 #define sipClass_QGraphicsScene sipModuleAPI_cglobals_QtGui->em_types[153]
01524 #define sipCast_QGraphicsScene sipModuleAPI_cglobals_QtGui->em_types[153]->type->td_cast
01525 #define sipForceConvertTo_QGraphicsScene sipModuleAPI_cglobals_QtGui->em_types[153]->type->td_fcto
01526
01527 #define sipEnum_QGraphicsScene_SceneLayer sipModuleAPI_cglobals_QtGui->em_enums[216]
01528 #define sipEnum_QGraphicsScene_ItemIndexMethod sipModuleAPI_cglobals_QtGui->em_enums[217]
01529
01530 #define sipClass_QGraphicsScene_SceneLayers sipModuleAPI_cglobals_QtGui->em_types[154]
01531 #define sipCast_QGraphicsScene_SceneLayers sipModuleAPI_cglobals_QtGui->em_types[154]->type->td_cast
01532 #define sipForceConvertTo_QGraphicsScene_SceneLayers sipModuleAPI_cglobals_QtGui->em_types[154]->type->td_fcto
01533
01534 #define sipClass_QGraphicsSceneEvent sipModuleAPI_cglobals_QtGui->em_types[144]
01535 #define sipCast_QGraphicsSceneEvent sipModuleAPI_cglobals_QtGui->em_types[144]->type->td_cast
01536 #define sipForceConvertTo_QGraphicsSceneEvent sipModuleAPI_cglobals_QtGui->em_types[144]->type->td_fcto
01537
01538 #define sipClass_QGraphicsSceneMouseEvent sipModuleAPI_cglobals_QtGui->em_types[152]
01539 #define sipCast_QGraphicsSceneMouseEvent sipModuleAPI_cglobals_QtGui->em_types[152]->type->td_cast
01540 #define sipForceConvertTo_QGraphicsSceneMouseEvent sipModuleAPI_cglobals_QtGui->em_types[152]->type->td_fcto
01541
01542 #define sipClass_QGraphicsSceneWheelEvent sipModuleAPI_cglobals_QtGui->em_types[151]
01543 #define sipCast_QGraphicsSceneWheelEvent sipModuleAPI_cglobals_QtGui->em_types[151]->type->td_cast
01544 #define sipForceConvertTo_QGraphicsSceneWheelEvent sipModuleAPI_cglobals_QtGui->em_types[151]->type->td_fcto
01545
01546 #define sipClass_QGraphicsSceneContextMenuEvent sipModuleAPI_cglobals_QtGui->em_types[150]
01547 #define sipCast_QGraphicsSceneContextMenuEvent sipModuleAPI_cglobals_QtGui->em_types[150]->type->td_cast
01548 #define sipForceConvertTo_QGraphicsSceneContextMenuEvent sipModuleAPI_cglobals_QtGui->em_types[150]->type->td_fcto
01549
01550 #define sipEnum_QGraphicsSceneContextMenuEvent_Reason sipModuleAPI_cglobals_QtGui->em_enums[215]
01551
01552 #define sipClass_QGraphicsSceneHoverEvent sipModuleAPI_cglobals_QtGui->em_types[149]
01553 #define sipCast_QGraphicsSceneHoverEvent sipModuleAPI_cglobals_QtGui->em_types[149]->type->td_cast
01554 #define sipForceConvertTo_QGraphicsSceneHoverEvent sipModuleAPI_cglobals_QtGui->em_types[149]->type->td_fcto
01555
01556 #define sipClass_QGraphicsSceneHelpEvent sipModuleAPI_cglobals_QtGui->em_types[148]
01557 #define sipCast_QGraphicsSceneHelpEvent sipModuleAPI_cglobals_QtGui->em_types[148]->type->td_cast
01558 #define sipForceConvertTo_QGraphicsSceneHelpEvent sipModuleAPI_cglobals_QtGui->em_types[148]->type->td_fcto
01559
01560 #define sipClass_QGraphicsSceneDragDropEvent sipModuleAPI_cglobals_QtGui->em_types[147]
01561 #define sipCast_QGraphicsSceneDragDropEvent sipModuleAPI_cglobals_QtGui->em_types[147]->type->td_cast
01562 #define sipForceConvertTo_QGraphicsSceneDragDropEvent sipModuleAPI_cglobals_QtGui->em_types[147]->type->td_fcto
01563
01564 #define sipClass_QGraphicsSceneResizeEvent sipModuleAPI_cglobals_QtGui->em_types[146]
01565 #define sipCast_QGraphicsSceneResizeEvent sipModuleAPI_cglobals_QtGui->em_types[146]->type->td_cast
01566 #define sipForceConvertTo_QGraphicsSceneResizeEvent sipModuleAPI_cglobals_QtGui->em_types[146]->type->td_fcto
01567
01568 #define sipClass_QGraphicsSceneMoveEvent sipModuleAPI_cglobals_QtGui->em_types[145]
01569 #define sipCast_QGraphicsSceneMoveEvent sipModuleAPI_cglobals_QtGui->em_types[145]->type->td_cast
01570 #define sipForceConvertTo_QGraphicsSceneMoveEvent sipModuleAPI_cglobals_QtGui->em_types[145]->type->td_fcto
01571
01572 #define sipClass_QGraphicsView sipModuleAPI_cglobals_QtGui->em_types[332]
01573 #define sipCast_QGraphicsView sipModuleAPI_cglobals_QtGui->em_types[332]->type->td_cast
01574 #define sipForceConvertTo_QGraphicsView sipModuleAPI_cglobals_QtGui->em_types[332]->type->td_fcto
01575
01576 #define sipEnum_QGraphicsView_OptimizationFlag sipModuleAPI_cglobals_QtGui->em_enums[210]
01577 #define sipEnum_QGraphicsView_ViewportUpdateMode sipModuleAPI_cglobals_QtGui->em_enums[211]
01578 #define sipEnum_QGraphicsView_ViewportAnchor sipModuleAPI_cglobals_QtGui->em_enums[212]
01579 #define sipEnum_QGraphicsView_DragMode sipModuleAPI_cglobals_QtGui->em_enums[213]
01580 #define sipEnum_QGraphicsView_CacheModeFlag sipModuleAPI_cglobals_QtGui->em_enums[214]
01581
01582 #define sipClass_QGraphicsView_CacheMode sipModuleAPI_cglobals_QtGui->em_types[334]
01583 #define sipCast_QGraphicsView_CacheMode sipModuleAPI_cglobals_QtGui->em_types[334]->type->td_cast
01584 #define sipForceConvertTo_QGraphicsView_CacheMode sipModuleAPI_cglobals_QtGui->em_types[334]->type->td_fcto
01585
01586 #define sipClass_QGraphicsView_OptimizationFlags sipModuleAPI_cglobals_QtGui->em_types[333]
01587 #define sipCast_QGraphicsView_OptimizationFlags sipModuleAPI_cglobals_QtGui->em_types[333]->type->td_cast
01588 #define sipForceConvertTo_QGraphicsView_OptimizationFlags sipModuleAPI_cglobals_QtGui->em_types[333]->type->td_fcto
01589
01590 #define sipClass_QGridLayout sipModuleAPI_cglobals_QtGui->em_types[229]
01591 #define sipCast_QGridLayout sipModuleAPI_cglobals_QtGui->em_types[229]->type->td_cast
01592 #define sipForceConvertTo_QGridLayout sipModuleAPI_cglobals_QtGui->em_types[229]->type->td_fcto
01593
01594 #define sipClass_QGroupBox sipModuleAPI_cglobals_QtGui->em_types[276]
01595 #define sipCast_QGroupBox sipModuleAPI_cglobals_QtGui->em_types[276]->type->td_cast
01596 #define sipForceConvertTo_QGroupBox sipModuleAPI_cglobals_QtGui->em_types[276]->type->td_fcto
01597
01598 #define sipClass_QHeaderView sipModuleAPI_cglobals_QtGui->em_types[344]
01599 #define sipCast_QHeaderView sipModuleAPI_cglobals_QtGui->em_types[344]->type->td_cast
01600 #define sipForceConvertTo_QHeaderView sipModuleAPI_cglobals_QtGui->em_types[344]->type->td_fcto
01601
01602 #define sipEnum_QHeaderView_ResizeMode sipModuleAPI_cglobals_QtGui->em_enums[209]
01603
01604 #define sipClass_QIcon sipModuleAPI_cglobals_QtGui->em_types[143]
01605 #define sipCast_QIcon sipModuleAPI_cglobals_QtGui->em_types[143]->type->td_cast
01606 #define sipForceConvertTo_QIcon sipModuleAPI_cglobals_QtGui->em_types[143]->type->td_fcto
01607
01608 #define sipEnum_QIcon_State sipModuleAPI_cglobals_QtGui->em_enums[207]
01609 #define sipEnum_QIcon_Mode sipModuleAPI_cglobals_QtGui->em_enums[208]
01610
01611 #define sipClass_QIconEngine sipModuleAPI_cglobals_QtGui->em_types[141]
01612 #define sipCast_QIconEngine sipModuleAPI_cglobals_QtGui->em_types[141]->type->td_cast
01613 #define sipForceConvertTo_QIconEngine sipModuleAPI_cglobals_QtGui->em_types[141]->type->td_fcto
01614
01615 #define sipClass_QIconEngineV2 sipModuleAPI_cglobals_QtGui->em_types[142]
01616 #define sipCast_QIconEngineV2 sipModuleAPI_cglobals_QtGui->em_types[142]->type->td_cast
01617 #define sipForceConvertTo_QIconEngineV2 sipModuleAPI_cglobals_QtGui->em_types[142]->type->td_fcto
01618
01619 #define sipClass_QItemEditorCreatorBase sipModuleAPI_cglobals_QtGui->em_types[140]
01620 #define sipCast_QItemEditorCreatorBase sipModuleAPI_cglobals_QtGui->em_types[140]->type->td_cast
01621 #define sipForceConvertTo_QItemEditorCreatorBase sipModuleAPI_cglobals_QtGui->em_types[140]->type->td_fcto
01622
01623 #define sipClass_QItemEditorFactory sipModuleAPI_cglobals_QtGui->em_types[139]
01624 #define sipCast_QItemEditorFactory sipModuleAPI_cglobals_QtGui->em_types[139]->type->td_cast
01625 #define sipForceConvertTo_QItemEditorFactory sipModuleAPI_cglobals_QtGui->em_types[139]->type->td_fcto
01626
01627 #define sipClass_QItemSelectionRange sipModuleAPI_cglobals_QtGui->em_types[138]
01628 #define sipCast_QItemSelectionRange sipModuleAPI_cglobals_QtGui->em_types[138]->type->td_cast
01629 #define sipForceConvertTo_QItemSelectionRange sipModuleAPI_cglobals_QtGui->em_types[138]->type->td_fcto
01630
01631 #define sipClass_QItemSelectionModel sipModuleAPI_cglobals_QtGui->em_types[136]
01632 #define sipCast_QItemSelectionModel sipModuleAPI_cglobals_QtGui->em_types[136]->type->td_cast
01633 #define sipForceConvertTo_QItemSelectionModel sipModuleAPI_cglobals_QtGui->em_types[136]->type->td_fcto
01634
01635 #define sipEnum_QItemSelectionModel_SelectionFlag sipModuleAPI_cglobals_QtGui->em_enums[206]
01636
01637 #define sipClass_QItemSelectionModel_SelectionFlags sipModuleAPI_cglobals_QtGui->em_types[137]
01638 #define sipCast_QItemSelectionModel_SelectionFlags sipModuleAPI_cglobals_QtGui->em_types[137]->type->td_cast
01639 #define sipForceConvertTo_QItemSelectionModel_SelectionFlags sipModuleAPI_cglobals_QtGui->em_types[137]->type->td_fcto
01640
01641 #define sipClass_QItemSelection sipModuleAPI_cglobals_QtGui->em_types[135]
01642 #define sipCast_QItemSelection sipModuleAPI_cglobals_QtGui->em_types[135]->type->td_cast
01643 #define sipForceConvertTo_QItemSelection sipModuleAPI_cglobals_QtGui->em_types[135]->type->td_fcto
01644
01645 #define sipClass_QImage sipModuleAPI_cglobals_QtGui->em_types[250]
01646 #define sipCast_QImage sipModuleAPI_cglobals_QtGui->em_types[250]->type->td_cast
01647 #define sipForceConvertTo_QImage sipModuleAPI_cglobals_QtGui->em_types[250]->type->td_fcto
01648
01649 #define sipEnum_QImage_Format sipModuleAPI_cglobals_QtGui->em_enums[204]
01650 #define sipEnum_QImage_InvertMode sipModuleAPI_cglobals_QtGui->em_enums[205]
01651
01652 #define sipClass_QImageIOHandler sipModuleAPI_cglobals_QtGui->em_types[134]
01653 #define sipCast_QImageIOHandler sipModuleAPI_cglobals_QtGui->em_types[134]->type->td_cast
01654 #define sipForceConvertTo_QImageIOHandler sipModuleAPI_cglobals_QtGui->em_types[134]->type->td_fcto
01655
01656 #define sipEnum_QImageIOHandler_ImageOption sipModuleAPI_cglobals_QtGui->em_enums[203]
01657
01658 #define sipClass_QImageReader sipModuleAPI_cglobals_QtGui->em_types[133]
01659 #define sipCast_QImageReader sipModuleAPI_cglobals_QtGui->em_types[133]->type->td_cast
01660 #define sipForceConvertTo_QImageReader sipModuleAPI_cglobals_QtGui->em_types[133]->type->td_fcto
01661
01662 #define sipEnum_QImageReader_ImageReaderError sipModuleAPI_cglobals_QtGui->em_enums[202]
01663
01664 #define sipClass_QImageWriter sipModuleAPI_cglobals_QtGui->em_types[132]
01665 #define sipCast_QImageWriter sipModuleAPI_cglobals_QtGui->em_types[132]->type->td_cast
01666 #define sipForceConvertTo_QImageWriter sipModuleAPI_cglobals_QtGui->em_types[132]->type->td_fcto
01667
01668 #define sipEnum_QImageWriter_ImageWriterError sipModuleAPI_cglobals_QtGui->em_enums[201]
01669
01670 #define sipClass_QInputContext sipModuleAPI_cglobals_QtGui->em_types[131]
01671 #define sipCast_QInputContext sipModuleAPI_cglobals_QtGui->em_types[131]->type->td_cast
01672 #define sipForceConvertTo_QInputContext sipModuleAPI_cglobals_QtGui->em_types[131]->type->td_fcto
01673
01674 #define sipEnum_QInputContext_StandardFormat sipModuleAPI_cglobals_QtGui->em_enums[200]
01675
01676 #define sipClass_QInputDialog sipModuleAPI_cglobals_QtGui->em_types[308]
01677 #define sipCast_QInputDialog sipModuleAPI_cglobals_QtGui->em_types[308]->type->td_cast
01678 #define sipForceConvertTo_QInputDialog sipModuleAPI_cglobals_QtGui->em_types[308]->type->td_fcto
01679
01680 #define sipClass_QItemDelegate sipModuleAPI_cglobals_QtGui->em_types[246]
01681 #define sipCast_QItemDelegate sipModuleAPI_cglobals_QtGui->em_types[246]->type->td_cast
01682 #define sipForceConvertTo_QItemDelegate sipModuleAPI_cglobals_QtGui->em_types[246]->type->td_fcto
01683
01684 #define sipClass_QKeySequence sipModuleAPI_cglobals_QtGui->em_types[130]
01685 #define sipCast_QKeySequence sipModuleAPI_cglobals_QtGui->em_types[130]->type->td_cast
01686 #define sipForceConvertTo_QKeySequence sipModuleAPI_cglobals_QtGui->em_types[130]->type->td_fcto
01687
01688 #define sipEnum_QKeySequence_StandardKey sipModuleAPI_cglobals_QtGui->em_enums[197]
01689 #define sipEnum_QKeySequence_SequenceMatch sipModuleAPI_cglobals_QtGui->em_enums[198]
01690 #define sipEnum_QKeySequence_SequenceFormat sipModuleAPI_cglobals_QtGui->em_enums[199]
01691
01692 #define sipClass_QLabel sipModuleAPI_cglobals_QtGui->em_types[322]
01693 #define sipCast_QLabel sipModuleAPI_cglobals_QtGui->em_types[322]->type->td_cast
01694 #define sipForceConvertTo_QLabel sipModuleAPI_cglobals_QtGui->em_types[322]->type->td_fcto
01695
01696 #define sipClass_QSpacerItem sipModuleAPI_cglobals_QtGui->em_types[226]
01697 #define sipCast_QSpacerItem sipModuleAPI_cglobals_QtGui->em_types[226]->type->td_cast
01698 #define sipForceConvertTo_QSpacerItem sipModuleAPI_cglobals_QtGui->em_types[226]->type->td_fcto
01699
01700 #define sipClass_QWidgetItem sipModuleAPI_cglobals_QtGui->em_types[225]
01701 #define sipCast_QWidgetItem sipModuleAPI_cglobals_QtGui->em_types[225]->type->td_cast
01702 #define sipForceConvertTo_QWidgetItem sipModuleAPI_cglobals_QtGui->em_types[225]->type->td_fcto
01703
01704 #define sipClass_QLCDNumber sipModuleAPI_cglobals_QtGui->em_types[321]
01705 #define sipCast_QLCDNumber sipModuleAPI_cglobals_QtGui->em_types[321]->type->td_cast
01706 #define sipForceConvertTo_QLCDNumber sipModuleAPI_cglobals_QtGui->em_types[321]->type->td_fcto
01707
01708 #define sipEnum_QLCDNumber_SegmentStyle sipModuleAPI_cglobals_QtGui->em_enums[194]
01709 #define sipEnum_QLCDNumber_Mode sipModuleAPI_cglobals_QtGui->em_enums[195]
01710
01711 #define sipClass_QLineEdit sipModuleAPI_cglobals_QtGui->em_types[275]
01712 #define sipCast_QLineEdit sipModuleAPI_cglobals_QtGui->em_types[275]->type->td_cast
01713 #define sipForceConvertTo_QLineEdit sipModuleAPI_cglobals_QtGui->em_types[275]->type->td_fcto
01714
01715 #define sipEnum_QLineEdit_EchoMode sipModuleAPI_cglobals_QtGui->em_enums[193]
01716
01717 #define sipClass_QListView sipModuleAPI_cglobals_QtGui->em_types[341]
01718 #define sipCast_QListView sipModuleAPI_cglobals_QtGui->em_types[341]->type->td_cast
01719 #define sipForceConvertTo_QListView sipModuleAPI_cglobals_QtGui->em_types[341]->type->td_fcto
01720
01721 #define sipEnum_QListView_ViewMode sipModuleAPI_cglobals_QtGui->em_enums[188]
01722 #define sipEnum_QListView_LayoutMode sipModuleAPI_cglobals_QtGui->em_enums[189]
01723 #define sipEnum_QListView_ResizeMode sipModuleAPI_cglobals_QtGui->em_enums[190]
01724 #define sipEnum_QListView_Flow sipModuleAPI_cglobals_QtGui->em_enums[191]
01725 #define sipEnum_QListView_Movement sipModuleAPI_cglobals_QtGui->em_enums[192]
01726
01727 #define sipClass_QListWidgetItem sipModuleAPI_cglobals_QtGui->em_types[129]
01728 #define sipCast_QListWidgetItem sipModuleAPI_cglobals_QtGui->em_types[129]->type->td_cast
01729 #define sipForceConvertTo_QListWidgetItem sipModuleAPI_cglobals_QtGui->em_types[129]->type->td_fcto
01730
01731 #define sipEnum_QListWidgetItem_ItemType sipModuleAPI_cglobals_QtGui->em_enums[187]
01732
01733 #define sipClass_QListWidget sipModuleAPI_cglobals_QtGui->em_types[343]
01734 #define sipCast_QListWidget sipModuleAPI_cglobals_QtGui->em_types[343]->type->td_cast
01735 #define sipForceConvertTo_QListWidget sipModuleAPI_cglobals_QtGui->em_types[343]->type->td_fcto
01736
01737 #define sipClass_QMainWindow sipModuleAPI_cglobals_QtGui->em_types[273]
01738 #define sipCast_QMainWindow sipModuleAPI_cglobals_QtGui->em_types[273]->type->td_cast
01739 #define sipForceConvertTo_QMainWindow sipModuleAPI_cglobals_QtGui->em_types[273]->type->td_fcto
01740
01741 #define sipEnum_QMainWindow_DockOption sipModuleAPI_cglobals_QtGui->em_enums[186]
01742
01743 #define sipClass_QMainWindow_DockOptions sipModuleAPI_cglobals_QtGui->em_types[274]
01744 #define sipCast_QMainWindow_DockOptions sipModuleAPI_cglobals_QtGui->em_types[274]->type->td_cast
01745 #define sipForceConvertTo_QMainWindow_DockOptions sipModuleAPI_cglobals_QtGui->em_types[274]->type->td_fcto
01746
01747 #define sipClass_QMatrix sipModuleAPI_cglobals_QtGui->em_types[128]
01748 #define sipCast_QMatrix sipModuleAPI_cglobals_QtGui->em_types[128]->type->td_cast
01749 #define sipForceConvertTo_QMatrix sipModuleAPI_cglobals_QtGui->em_types[128]->type->td_fcto
01750
01751 #define sipClass_QMdiArea sipModuleAPI_cglobals_QtGui->em_types[330]
01752 #define sipCast_QMdiArea sipModuleAPI_cglobals_QtGui->em_types[330]->type->td_cast
01753 #define sipForceConvertTo_QMdiArea sipModuleAPI_cglobals_QtGui->em_types[330]->type->td_fcto
01754
01755 #define sipEnum_QMdiArea_WindowOrder sipModuleAPI_cglobals_QtGui->em_enums[183]
01756 #define sipEnum_QMdiArea_ViewMode sipModuleAPI_cglobals_QtGui->em_enums[184]
01757 #define sipEnum_QMdiArea_AreaOption sipModuleAPI_cglobals_QtGui->em_enums[185]
01758
01759 #define sipClass_QMdiArea_AreaOptions sipModuleAPI_cglobals_QtGui->em_types[331]
01760 #define sipCast_QMdiArea_AreaOptions sipModuleAPI_cglobals_QtGui->em_types[331]->type->td_cast
01761 #define sipForceConvertTo_QMdiArea_AreaOptions sipModuleAPI_cglobals_QtGui->em_types[331]->type->td_fcto
01762
01763 #define sipClass_QMdiSubWindow sipModuleAPI_cglobals_QtGui->em_types[271]
01764 #define sipCast_QMdiSubWindow sipModuleAPI_cglobals_QtGui->em_types[271]->type->td_cast
01765 #define sipForceConvertTo_QMdiSubWindow sipModuleAPI_cglobals_QtGui->em_types[271]->type->td_fcto
01766
01767 #define sipEnum_QMdiSubWindow_SubWindowOption sipModuleAPI_cglobals_QtGui->em_enums[182]
01768
01769 #define sipClass_QMdiSubWindow_SubWindowOptions sipModuleAPI_cglobals_QtGui->em_types[272]
01770 #define sipCast_QMdiSubWindow_SubWindowOptions sipModuleAPI_cglobals_QtGui->em_types[272]->type->td_cast
01771 #define sipForceConvertTo_QMdiSubWindow_SubWindowOptions sipModuleAPI_cglobals_QtGui->em_types[272]->type->td_fcto
01772
01773 #define sipClass_QMenu sipModuleAPI_cglobals_QtGui->em_types[270]
01774 #define sipCast_QMenu sipModuleAPI_cglobals_QtGui->em_types[270]->type->td_cast
01775 #define sipForceConvertTo_QMenu sipModuleAPI_cglobals_QtGui->em_types[270]->type->td_fcto
01776
01777 #define sipClass_QMenuBar sipModuleAPI_cglobals_QtGui->em_types[269]
01778 #define sipCast_QMenuBar sipModuleAPI_cglobals_QtGui->em_types[269]->type->td_cast
01779 #define sipForceConvertTo_QMenuBar sipModuleAPI_cglobals_QtGui->em_types[269]->type->td_fcto
01780
01781 #define sipClass_QMessageBox sipModuleAPI_cglobals_QtGui->em_types[306]
01782 #define sipCast_QMessageBox sipModuleAPI_cglobals_QtGui->em_types[306]->type->td_cast
01783 #define sipForceConvertTo_QMessageBox sipModuleAPI_cglobals_QtGui->em_types[306]->type->td_fcto
01784
01785 #define sipEnum_QMessageBox_StandardButton sipModuleAPI_cglobals_QtGui->em_enums[179]
01786 #define sipEnum_QMessageBox_Icon sipModuleAPI_cglobals_QtGui->em_enums[180]
01787 #define sipEnum_QMessageBox_ButtonRole sipModuleAPI_cglobals_QtGui->em_enums[181]
01788
01789 #define sipClass_QMessageBox_StandardButtons sipModuleAPI_cglobals_QtGui->em_types[307]
01790 #define sipCast_QMessageBox_StandardButtons sipModuleAPI_cglobals_QtGui->em_types[307]->type->td_cast
01791 #define sipForceConvertTo_QMessageBox_StandardButtons sipModuleAPI_cglobals_QtGui->em_types[307]->type->td_fcto
01792
01793 #define sipClass_QMovie sipModuleAPI_cglobals_QtGui->em_types[127]
01794 #define sipCast_QMovie sipModuleAPI_cglobals_QtGui->em_types[127]->type->td_cast
01795 #define sipForceConvertTo_QMovie sipModuleAPI_cglobals_QtGui->em_types[127]->type->td_fcto
01796
01797 #define sipEnum_QMovie_CacheMode sipModuleAPI_cglobals_QtGui->em_enums[177]
01798 #define sipEnum_QMovie_MovieState sipModuleAPI_cglobals_QtGui->em_enums[178]
01799
01800 #define sipClass_QPageSetupDialog sipModuleAPI_cglobals_QtGui->em_types[304]
01801 #define sipCast_QPageSetupDialog sipModuleAPI_cglobals_QtGui->em_types[304]->type->td_cast
01802 #define sipForceConvertTo_QPageSetupDialog sipModuleAPI_cglobals_QtGui->em_types[304]->type->td_fcto
01803
01804 #define sipEnum_QPageSetupDialog_PageSetupDialogOption sipModuleAPI_cglobals_QtGui->em_enums[176]
01805
01806 #define sipClass_QPageSetupDialog_PageSetupDialogOptions sipModuleAPI_cglobals_QtGui->em_types[305]
01807 #define sipCast_QPageSetupDialog_PageSetupDialogOptions sipModuleAPI_cglobals_QtGui->em_types[305]->type->td_cast
01808 #define sipForceConvertTo_QPageSetupDialog_PageSetupDialogOptions sipModuleAPI_cglobals_QtGui->em_types[305]->type->td_fcto
01809
01810 #define sipClass_QPainter sipModuleAPI_cglobals_QtGui->em_types[124]
01811 #define sipCast_QPainter sipModuleAPI_cglobals_QtGui->em_types[124]->type->td_cast
01812 #define sipForceConvertTo_QPainter sipModuleAPI_cglobals_QtGui->em_types[124]->type->td_fcto
01813
01814 #define sipEnum_QPainter_CompositionMode sipModuleAPI_cglobals_QtGui->em_enums[174]
01815 #define sipEnum_QPainter_RenderHint sipModuleAPI_cglobals_QtGui->em_enums[175]
01816
01817 #define sipClass_QPainter_RenderHints sipModuleAPI_cglobals_QtGui->em_types[125]
01818 #define sipCast_QPainter_RenderHints sipModuleAPI_cglobals_QtGui->em_types[125]->type->td_cast
01819 #define sipForceConvertTo_QPainter_RenderHints sipModuleAPI_cglobals_QtGui->em_types[125]->type->td_fcto
01820
01821 #define sipClass_QTextItem sipModuleAPI_cglobals_QtGui->em_types[122]
01822 #define sipCast_QTextItem sipModuleAPI_cglobals_QtGui->em_types[122]->type->td_cast
01823 #define sipForceConvertTo_QTextItem sipModuleAPI_cglobals_QtGui->em_types[122]->type->td_fcto
01824
01825 #define sipEnum_QTextItem_RenderFlag sipModuleAPI_cglobals_QtGui->em_enums[172]
01826
01827 #define sipClass_QTextItem_RenderFlags sipModuleAPI_cglobals_QtGui->em_types[123]
01828 #define sipCast_QTextItem_RenderFlags sipModuleAPI_cglobals_QtGui->em_types[123]->type->td_cast
01829 #define sipForceConvertTo_QTextItem_RenderFlags sipModuleAPI_cglobals_QtGui->em_types[123]->type->td_fcto
01830
01831 #define sipClass_QPaintEngine sipModuleAPI_cglobals_QtGui->em_types[119]
01832 #define sipCast_QPaintEngine sipModuleAPI_cglobals_QtGui->em_types[119]->type->td_cast
01833 #define sipForceConvertTo_QPaintEngine sipModuleAPI_cglobals_QtGui->em_types[119]->type->td_fcto
01834
01835 #define sipEnum_QPaintEngine_Type sipModuleAPI_cglobals_QtGui->em_enums[168]
01836 #define sipEnum_QPaintEngine_PolygonDrawMode sipModuleAPI_cglobals_QtGui->em_enums[169]
01837 #define sipEnum_QPaintEngine_DirtyFlag sipModuleAPI_cglobals_QtGui->em_enums[170]
01838 #define sipEnum_QPaintEngine_PaintEngineFeature sipModuleAPI_cglobals_QtGui->em_enums[171]
01839
01840 #define sipClass_QPaintEngine_PaintEngineFeatures sipModuleAPI_cglobals_QtGui->em_types[121]
01841 #define sipCast_QPaintEngine_PaintEngineFeatures sipModuleAPI_cglobals_QtGui->em_types[121]->type->td_cast
01842 #define sipForceConvertTo_QPaintEngine_PaintEngineFeatures sipModuleAPI_cglobals_QtGui->em_types[121]->type->td_fcto
01843
01844 #define sipClass_QPaintEngine_DirtyFlags sipModuleAPI_cglobals_QtGui->em_types[120]
01845 #define sipCast_QPaintEngine_DirtyFlags sipModuleAPI_cglobals_QtGui->em_types[120]->type->td_cast
01846 #define sipForceConvertTo_QPaintEngine_DirtyFlags sipModuleAPI_cglobals_QtGui->em_types[120]->type->td_fcto
01847
01848 #define sipClass_QPaintEngineState sipModuleAPI_cglobals_QtGui->em_types[118]
01849 #define sipCast_QPaintEngineState sipModuleAPI_cglobals_QtGui->em_types[118]->type->td_cast
01850 #define sipForceConvertTo_QPaintEngineState sipModuleAPI_cglobals_QtGui->em_types[118]->type->td_fcto
01851
01852 #define sipClass_QPainterPath sipModuleAPI_cglobals_QtGui->em_types[116]
01853 #define sipCast_QPainterPath sipModuleAPI_cglobals_QtGui->em_types[116]->type->td_cast
01854 #define sipForceConvertTo_QPainterPath sipModuleAPI_cglobals_QtGui->em_types[116]->type->td_fcto
01855
01856 #define sipEnum_QPainterPath_ElementType sipModuleAPI_cglobals_QtGui->em_enums[167]
01857
01858 #define sipClass_QPainterPath_Element sipModuleAPI_cglobals_QtGui->em_types[117]
01859 #define sipCast_QPainterPath_Element sipModuleAPI_cglobals_QtGui->em_types[117]->type->td_cast
01860 #define sipForceConvertTo_QPainterPath_Element sipModuleAPI_cglobals_QtGui->em_types[117]->type->td_fcto
01861
01862 #define sipClass_QPainterPathStroker sipModuleAPI_cglobals_QtGui->em_types[115]
01863 #define sipCast_QPainterPathStroker sipModuleAPI_cglobals_QtGui->em_types[115]->type->td_cast
01864 #define sipForceConvertTo_QPainterPathStroker sipModuleAPI_cglobals_QtGui->em_types[115]->type->td_fcto
01865
01866 #define sipClass_QPalette sipModuleAPI_cglobals_QtGui->em_types[114]
01867 #define sipCast_QPalette sipModuleAPI_cglobals_QtGui->em_types[114]->type->td_cast
01868 #define sipForceConvertTo_QPalette sipModuleAPI_cglobals_QtGui->em_types[114]->type->td_fcto
01869
01870 #define sipEnum_QPalette_ColorRole sipModuleAPI_cglobals_QtGui->em_enums[165]
01871 #define sipEnum_QPalette_ColorGroup sipModuleAPI_cglobals_QtGui->em_enums[166]
01872
01873 #define sipClass_QPen sipModuleAPI_cglobals_QtGui->em_types[113]
01874 #define sipCast_QPen sipModuleAPI_cglobals_QtGui->em_types[113]->type->td_cast
01875 #define sipForceConvertTo_QPen sipModuleAPI_cglobals_QtGui->em_types[113]->type->td_fcto
01876
01877 #define sipClass_QPicture sipModuleAPI_cglobals_QtGui->em_types[249]
01878 #define sipCast_QPicture sipModuleAPI_cglobals_QtGui->em_types[249]->type->td_cast
01879 #define sipForceConvertTo_QPicture sipModuleAPI_cglobals_QtGui->em_types[249]->type->td_fcto
01880
01881 #define sipClass_QPictureIO sipModuleAPI_cglobals_QtGui->em_types[112]
01882 #define sipCast_QPictureIO sipModuleAPI_cglobals_QtGui->em_types[112]->type->td_cast
01883 #define sipForceConvertTo_QPictureIO sipModuleAPI_cglobals_QtGui->em_types[112]->type->td_fcto
01884
01885 #define sipClass_QPixmapCache sipModuleAPI_cglobals_QtGui->em_types[111]
01886 #define sipCast_QPixmapCache sipModuleAPI_cglobals_QtGui->em_types[111]->type->td_cast
01887 #define sipForceConvertTo_QPixmapCache sipModuleAPI_cglobals_QtGui->em_types[111]->type->td_fcto
01888
01889 #define sipClass_QPlainTextEdit sipModuleAPI_cglobals_QtGui->em_types[329]
01890 #define sipCast_QPlainTextEdit sipModuleAPI_cglobals_QtGui->em_types[329]->type->td_cast
01891 #define sipForceConvertTo_QPlainTextEdit sipModuleAPI_cglobals_QtGui->em_types[329]->type->td_fcto
01892
01893 #define sipEnum_QPlainTextEdit_LineWrapMode sipModuleAPI_cglobals_QtGui->em_enums[164]
01894
01895 #define sipClass_QPlainTextDocumentLayout sipModuleAPI_cglobals_QtGui->em_types[241]
01896 #define sipCast_QPlainTextDocumentLayout sipModuleAPI_cglobals_QtGui->em_types[241]->type->td_cast
01897 #define sipForceConvertTo_QPlainTextDocumentLayout sipModuleAPI_cglobals_QtGui->em_types[241]->type->td_fcto
01898
01899 #define sipClass_QPolygon sipModuleAPI_cglobals_QtGui->em_types[110]
01900 #define sipCast_QPolygon sipModuleAPI_cglobals_QtGui->em_types[110]->type->td_cast
01901 #define sipForceConvertTo_QPolygon sipModuleAPI_cglobals_QtGui->em_types[110]->type->td_fcto
01902
01903 #define sipClass_QPolygonF sipModuleAPI_cglobals_QtGui->em_types[109]
01904 #define sipCast_QPolygonF sipModuleAPI_cglobals_QtGui->em_types[109]->type->td_cast
01905 #define sipForceConvertTo_QPolygonF sipModuleAPI_cglobals_QtGui->em_types[109]->type->td_fcto
01906
01907 #define sipClass_QPrinter sipModuleAPI_cglobals_QtGui->em_types[248]
01908 #define sipCast_QPrinter sipModuleAPI_cglobals_QtGui->em_types[248]->type->td_cast
01909 #define sipForceConvertTo_QPrinter sipModuleAPI_cglobals_QtGui->em_types[248]->type->td_fcto
01910
01911 #define sipEnum_QPrinter_Unit sipModuleAPI_cglobals_QtGui->em_enums[153]
01912 #define sipEnum_QPrinter_DuplexMode sipModuleAPI_cglobals_QtGui->em_enums[154]
01913 #define sipEnum_QPrinter_PrintRange sipModuleAPI_cglobals_QtGui->em_enums[155]
01914 #define sipEnum_QPrinter_OutputFormat sipModuleAPI_cglobals_QtGui->em_enums[156]
01915 #define sipEnum_QPrinter_PrinterState sipModuleAPI_cglobals_QtGui->em_enums[157]
01916 #define sipEnum_QPrinter_PaperSource sipModuleAPI_cglobals_QtGui->em_enums[158]
01917 #define sipEnum_QPrinter_ColorMode sipModuleAPI_cglobals_QtGui->em_enums[159]
01918 #define sipEnum_QPrinter_PageOrder sipModuleAPI_cglobals_QtGui->em_enums[160]
01919 #define sipEnum_QPrinter_PageSize sipModuleAPI_cglobals_QtGui->em_enums[161]
01920 #define sipEnum_QPrinter_Orientation sipModuleAPI_cglobals_QtGui->em_enums[162]
01921 #define sipEnum_QPrinter_PrinterMode sipModuleAPI_cglobals_QtGui->em_enums[163]
01922
01923 #define sipClass_QPrintDialog sipModuleAPI_cglobals_QtGui->em_types[316]
01924 #define sipCast_QPrintDialog sipModuleAPI_cglobals_QtGui->em_types[316]->type->td_cast
01925 #define sipForceConvertTo_QPrintDialog sipModuleAPI_cglobals_QtGui->em_types[316]->type->td_fcto
01926
01927 #define sipClass_QPrintEngine sipModuleAPI_cglobals_QtGui->em_types[108]
01928 #define sipCast_QPrintEngine sipModuleAPI_cglobals_QtGui->em_types[108]->type->td_cast
01929 #define sipForceConvertTo_QPrintEngine sipModuleAPI_cglobals_QtGui->em_types[108]->type->td_fcto
01930
01931 #define sipEnum_QPrintEngine_PrintEnginePropertyKey sipModuleAPI_cglobals_QtGui->em_enums[152]
01932
01933 #define sipClass_QPrinterInfo sipModuleAPI_cglobals_QtGui->em_types[107]
01934 #define sipCast_QPrinterInfo sipModuleAPI_cglobals_QtGui->em_types[107]->type->td_cast
01935 #define sipForceConvertTo_QPrinterInfo sipModuleAPI_cglobals_QtGui->em_types[107]->type->td_fcto
01936
01937 #define sipClass_QPrintPreviewDialog sipModuleAPI_cglobals_QtGui->em_types[303]
01938 #define sipCast_QPrintPreviewDialog sipModuleAPI_cglobals_QtGui->em_types[303]->type->td_cast
01939 #define sipForceConvertTo_QPrintPreviewDialog sipModuleAPI_cglobals_QtGui->em_types[303]->type->td_fcto
01940
01941 #define sipClass_QPrintPreviewWidget sipModuleAPI_cglobals_QtGui->em_types[268]
01942 #define sipCast_QPrintPreviewWidget sipModuleAPI_cglobals_QtGui->em_types[268]->type->td_cast
01943 #define sipForceConvertTo_QPrintPreviewWidget sipModuleAPI_cglobals_QtGui->em_types[268]->type->td_fcto
01944
01945 #define sipEnum_QPrintPreviewWidget_ZoomMode sipModuleAPI_cglobals_QtGui->em_enums[150]
01946 #define sipEnum_QPrintPreviewWidget_ViewMode sipModuleAPI_cglobals_QtGui->em_enums[151]
01947
01948 #define sipClass_QProgressBar sipModuleAPI_cglobals_QtGui->em_types[267]
01949 #define sipCast_QProgressBar sipModuleAPI_cglobals_QtGui->em_types[267]->type->td_cast
01950 #define sipForceConvertTo_QProgressBar sipModuleAPI_cglobals_QtGui->em_types[267]->type->td_fcto
01951
01952 #define sipEnum_QProgressBar_Direction sipModuleAPI_cglobals_QtGui->em_enums[149]
01953
01954 #define sipClass_QProgressDialog sipModuleAPI_cglobals_QtGui->em_types[302]
01955 #define sipCast_QProgressDialog sipModuleAPI_cglobals_QtGui->em_types[302]->type->td_cast
01956 #define sipForceConvertTo_QProgressDialog sipModuleAPI_cglobals_QtGui->em_types[302]->type->td_fcto
01957
01958 #define sipClass_QProxyModel sipModuleAPI_cglobals_QtGui->em_types[106]
01959 #define sipCast_QProxyModel sipModuleAPI_cglobals_QtGui->em_types[106]->type->td_cast
01960 #define sipForceConvertTo_QProxyModel sipModuleAPI_cglobals_QtGui->em_types[106]->type->td_fcto
01961
01962 #define sipClass_QRadioButton sipModuleAPI_cglobals_QtGui->em_types[348]
01963 #define sipCast_QRadioButton sipModuleAPI_cglobals_QtGui->em_types[348]->type->td_cast
01964 #define sipForceConvertTo_QRadioButton sipModuleAPI_cglobals_QtGui->em_types[348]->type->td_fcto
01965
01966 #define sipClass_QRegion sipModuleAPI_cglobals_QtGui->em_types[105]
01967 #define sipCast_QRegion sipModuleAPI_cglobals_QtGui->em_types[105]->type->td_cast
01968 #define sipForceConvertTo_QRegion sipModuleAPI_cglobals_QtGui->em_types[105]->type->td_fcto
01969
01970 #define sipEnum_QRegion_RegionType sipModuleAPI_cglobals_QtGui->em_enums[148]
01971
01972 #define sipClass_QRubberBand sipModuleAPI_cglobals_QtGui->em_types[266]
01973 #define sipCast_QRubberBand sipModuleAPI_cglobals_QtGui->em_types[266]->type->td_cast
01974 #define sipForceConvertTo_QRubberBand sipModuleAPI_cglobals_QtGui->em_types[266]->type->td_fcto
01975
01976 #define sipEnum_QRubberBand_Shape sipModuleAPI_cglobals_QtGui->em_enums[147]
01977
01978 #define sipClass_QScrollArea sipModuleAPI_cglobals_QtGui->em_types[328]
01979 #define sipCast_QScrollArea sipModuleAPI_cglobals_QtGui->em_types[328]->type->td_cast
01980 #define sipForceConvertTo_QScrollArea sipModuleAPI_cglobals_QtGui->em_types[328]->type->td_fcto
01981
01982 #define sipClass_QScrollBar sipModuleAPI_cglobals_QtGui->em_types[289]
01983 #define sipCast_QScrollBar sipModuleAPI_cglobals_QtGui->em_types[289]->type->td_cast
01984 #define sipForceConvertTo_QScrollBar sipModuleAPI_cglobals_QtGui->em_types[289]->type->td_fcto
01985
01986 #define sipClass_QSessionManager sipModuleAPI_cglobals_QtGui->em_types[104]
01987 #define sipCast_QSessionManager sipModuleAPI_cglobals_QtGui->em_types[104]->type->td_cast
01988 #define sipForceConvertTo_QSessionManager sipModuleAPI_cglobals_QtGui->em_types[104]->type->td_fcto
01989
01990 #define sipEnum_QSessionManager_RestartHint sipModuleAPI_cglobals_QtGui->em_enums[146]
01991
01992 #define sipClass_QShortcut sipModuleAPI_cglobals_QtGui->em_types[103]
01993 #define sipCast_QShortcut sipModuleAPI_cglobals_QtGui->em_types[103]->type->td_cast
01994 #define sipForceConvertTo_QShortcut sipModuleAPI_cglobals_QtGui->em_types[103]->type->td_fcto
01995
01996 #define sipClass_QSizeGrip sipModuleAPI_cglobals_QtGui->em_types[265]
01997 #define sipCast_QSizeGrip sipModuleAPI_cglobals_QtGui->em_types[265]->type->td_cast
01998 #define sipForceConvertTo_QSizeGrip sipModuleAPI_cglobals_QtGui->em_types[265]->type->td_fcto
01999
02000 #define sipClass_QSizePolicy sipModuleAPI_cglobals_QtGui->em_types[101]
02001 #define sipCast_QSizePolicy sipModuleAPI_cglobals_QtGui->em_types[101]->type->td_cast
02002 #define sipForceConvertTo_QSizePolicy sipModuleAPI_cglobals_QtGui->em_types[101]->type->td_fcto
02003
02004 #define sipEnum_QSizePolicy_ControlType sipModuleAPI_cglobals_QtGui->em_enums[143]
02005 #define sipEnum_QSizePolicy_Policy sipModuleAPI_cglobals_QtGui->em_enums[144]
02006 #define sipEnum_QSizePolicy_PolicyFlag sipModuleAPI_cglobals_QtGui->em_enums[145]
02007
02008 #define sipClass_QSizePolicy_ControlTypes sipModuleAPI_cglobals_QtGui->em_types[102]
02009 #define sipCast_QSizePolicy_ControlTypes sipModuleAPI_cglobals_QtGui->em_types[102]->type->td_cast
02010 #define sipForceConvertTo_QSizePolicy_ControlTypes sipModuleAPI_cglobals_QtGui->em_types[102]->type->td_fcto
02011
02012 #define sipClass_QSlider sipModuleAPI_cglobals_QtGui->em_types[288]
02013 #define sipCast_QSlider sipModuleAPI_cglobals_QtGui->em_types[288]->type->td_cast
02014 #define sipForceConvertTo_QSlider sipModuleAPI_cglobals_QtGui->em_types[288]->type->td_fcto
02015
02016 #define sipEnum_QSlider_TickPosition sipModuleAPI_cglobals_QtGui->em_enums[142]
02017
02018 #define sipClass_QSortFilterProxyModel sipModuleAPI_cglobals_QtGui->em_types[243]
02019 #define sipCast_QSortFilterProxyModel sipModuleAPI_cglobals_QtGui->em_types[243]->type->td_cast
02020 #define sipForceConvertTo_QSortFilterProxyModel sipModuleAPI_cglobals_QtGui->em_types[243]->type->td_fcto
02021
02022 #define sipClass_QSound sipModuleAPI_cglobals_QtGui->em_types[100]
02023 #define sipCast_QSound sipModuleAPI_cglobals_QtGui->em_types[100]->type->td_cast
02024 #define sipForceConvertTo_QSound sipModuleAPI_cglobals_QtGui->em_types[100]->type->td_fcto
02025
02026 #define sipClass_QSpinBox sipModuleAPI_cglobals_QtGui->em_types[294]
02027 #define sipCast_QSpinBox sipModuleAPI_cglobals_QtGui->em_types[294]->type->td_cast
02028 #define sipForceConvertTo_QSpinBox sipModuleAPI_cglobals_QtGui->em_types[294]->type->td_fcto
02029
02030 #define sipClass_QDoubleSpinBox sipModuleAPI_cglobals_QtGui->em_types[293]
02031 #define sipCast_QDoubleSpinBox sipModuleAPI_cglobals_QtGui->em_types[293]->type->td_cast
02032 #define sipForceConvertTo_QDoubleSpinBox sipModuleAPI_cglobals_QtGui->em_types[293]->type->td_fcto
02033
02034 #define sipClass_QSplashScreen sipModuleAPI_cglobals_QtGui->em_types[264]
02035 #define sipCast_QSplashScreen sipModuleAPI_cglobals_QtGui->em_types[264]->type->td_cast
02036 #define sipForceConvertTo_QSplashScreen sipModuleAPI_cglobals_QtGui->em_types[264]->type->td_fcto
02037
02038 #define sipClass_QSplitter sipModuleAPI_cglobals_QtGui->em_types[320]
02039 #define sipCast_QSplitter sipModuleAPI_cglobals_QtGui->em_types[320]->type->td_cast
02040 #define sipForceConvertTo_QSplitter sipModuleAPI_cglobals_QtGui->em_types[320]->type->td_fcto
02041
02042 #define sipClass_QSplitterHandle sipModuleAPI_cglobals_QtGui->em_types[263]
02043 #define sipCast_QSplitterHandle sipModuleAPI_cglobals_QtGui->em_types[263]->type->td_cast
02044 #define sipForceConvertTo_QSplitterHandle sipModuleAPI_cglobals_QtGui->em_types[263]->type->td_fcto
02045
02046 #define sipClass_QStackedLayout sipModuleAPI_cglobals_QtGui->em_types[228]
02047 #define sipCast_QStackedLayout sipModuleAPI_cglobals_QtGui->em_types[228]->type->td_cast
02048 #define sipForceConvertTo_QStackedLayout sipModuleAPI_cglobals_QtGui->em_types[228]->type->td_fcto
02049
02050 #define sipEnum_QStackedLayout_StackingMode sipModuleAPI_cglobals_QtGui->em_enums[141]
02051
02052 #define sipClass_QStackedWidget sipModuleAPI_cglobals_QtGui->em_types[319]
02053 #define sipCast_QStackedWidget sipModuleAPI_cglobals_QtGui->em_types[319]->type->td_cast
02054 #define sipForceConvertTo_QStackedWidget sipModuleAPI_cglobals_QtGui->em_types[319]->type->td_fcto
02055
02056 #define sipClass_QStandardItemModel sipModuleAPI_cglobals_QtGui->em_types[99]
02057 #define sipCast_QStandardItemModel sipModuleAPI_cglobals_QtGui->em_types[99]->type->td_cast
02058 #define sipForceConvertTo_QStandardItemModel sipModuleAPI_cglobals_QtGui->em_types[99]->type->td_fcto
02059
02060 #define sipClass_QStandardItem sipModuleAPI_cglobals_QtGui->em_types[98]
02061 #define sipCast_QStandardItem sipModuleAPI_cglobals_QtGui->em_types[98]->type->td_cast
02062 #define sipForceConvertTo_QStandardItem sipModuleAPI_cglobals_QtGui->em_types[98]->type->td_fcto
02063
02064 #define sipEnum_QStandardItem_ItemType sipModuleAPI_cglobals_QtGui->em_enums[140]
02065
02066 #define sipClass_QStatusBar sipModuleAPI_cglobals_QtGui->em_types[262]
02067 #define sipCast_QStatusBar sipModuleAPI_cglobals_QtGui->em_types[262]->type->td_cast
02068 #define sipForceConvertTo_QStatusBar sipModuleAPI_cglobals_QtGui->em_types[262]->type->td_fcto
02069
02070 #define sipClass_QStringListModel sipModuleAPI_cglobals_QtGui->em_types[97]
02071 #define sipCast_QStringListModel sipModuleAPI_cglobals_QtGui->em_types[97]->type->td_cast
02072 #define sipForceConvertTo_QStringListModel sipModuleAPI_cglobals_QtGui->em_types[97]->type->td_fcto
02073
02074 #define sipClass_QStyle sipModuleAPI_cglobals_QtGui->em_types[94]
02075 #define sipCast_QStyle sipModuleAPI_cglobals_QtGui->em_types[94]->type->td_cast
02076 #define sipForceConvertTo_QStyle sipModuleAPI_cglobals_QtGui->em_types[94]->type->td_fcto
02077
02078 #define sipEnum_QStyle_StandardPixmap sipModuleAPI_cglobals_QtGui->em_enums[130]
02079 #define sipEnum_QStyle_StyleHint sipModuleAPI_cglobals_QtGui->em_enums[131]
02080 #define sipEnum_QStyle_ContentsType sipModuleAPI_cglobals_QtGui->em_enums[132]
02081 #define sipEnum_QStyle_PixelMetric sipModuleAPI_cglobals_QtGui->em_enums[133]
02082 #define sipEnum_QStyle_SubControl sipModuleAPI_cglobals_QtGui->em_enums[134]
02083 #define sipEnum_QStyle_ComplexControl sipModuleAPI_cglobals_QtGui->em_enums[135]
02084 #define sipEnum_QStyle_SubElement sipModuleAPI_cglobals_QtGui->em_enums[136]
02085 #define sipEnum_QStyle_ControlElement sipModuleAPI_cglobals_QtGui->em_enums[137]
02086 #define sipEnum_QStyle_PrimitiveElement sipModuleAPI_cglobals_QtGui->em_enums[138]
02087 #define sipEnum_QStyle_StateFlag sipModuleAPI_cglobals_QtGui->em_enums[139]
02088
02089 #define sipClass_QStyle_State sipModuleAPI_cglobals_QtGui->em_types[96]
02090 #define sipCast_QStyle_State sipModuleAPI_cglobals_QtGui->em_types[96]->type->td_cast
02091 #define sipForceConvertTo_QStyle_State sipModuleAPI_cglobals_QtGui->em_types[96]->type->td_fcto
02092
02093 #define sipClass_QStyle_SubControls sipModuleAPI_cglobals_QtGui->em_types[95]
02094 #define sipCast_QStyle_SubControls sipModuleAPI_cglobals_QtGui->em_types[95]->type->td_cast
02095 #define sipForceConvertTo_QStyle_SubControls sipModuleAPI_cglobals_QtGui->em_types[95]->type->td_fcto
02096
02097 #define sipClass_QStyledItemDelegate sipModuleAPI_cglobals_QtGui->em_types[245]
02098 #define sipCast_QStyledItemDelegate sipModuleAPI_cglobals_QtGui->em_types[245]->type->td_cast
02099 #define sipForceConvertTo_QStyledItemDelegate sipModuleAPI_cglobals_QtGui->em_types[245]->type->td_fcto
02100
02101 #define sipClass_QStyleFactory sipModuleAPI_cglobals_QtGui->em_types[93]
02102 #define sipCast_QStyleFactory sipModuleAPI_cglobals_QtGui->em_types[93]->type->td_cast
02103 #define sipForceConvertTo_QStyleFactory sipModuleAPI_cglobals_QtGui->em_types[93]->type->td_fcto
02104
02105 #define sipClass_QStyleOption sipModuleAPI_cglobals_QtGui->em_types[55]
02106 #define sipCast_QStyleOption sipModuleAPI_cglobals_QtGui->em_types[55]->type->td_cast
02107 #define sipForceConvertTo_QStyleOption sipModuleAPI_cglobals_QtGui->em_types[55]->type->td_fcto
02108
02109 #define sipEnum_QStyleOption_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[127]
02110 #define sipEnum_QStyleOption_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[128]
02111 #define sipEnum_QStyleOption_OptionType sipModuleAPI_cglobals_QtGui->em_enums[129]
02112
02113 #define sipClass_QStyleOptionFocusRect sipModuleAPI_cglobals_QtGui->em_types[92]
02114 #define sipCast_QStyleOptionFocusRect sipModuleAPI_cglobals_QtGui->em_types[92]->type->td_cast
02115 #define sipForceConvertTo_QStyleOptionFocusRect sipModuleAPI_cglobals_QtGui->em_types[92]->type->td_fcto
02116
02117 #define sipEnum_QStyleOptionFocusRect_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[125]
02118 #define sipEnum_QStyleOptionFocusRect_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[126]
02119
02120 #define sipClass_QStyleOptionFrame sipModuleAPI_cglobals_QtGui->em_types[89]
02121 #define sipCast_QStyleOptionFrame sipModuleAPI_cglobals_QtGui->em_types[89]->type->td_cast
02122 #define sipForceConvertTo_QStyleOptionFrame sipModuleAPI_cglobals_QtGui->em_types[89]->type->td_fcto
02123
02124 #define sipEnum_QStyleOptionFrame_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[123]
02125 #define sipEnum_QStyleOptionFrame_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[124]
02126
02127 #define sipClass_QStyleOptionFrameV2 sipModuleAPI_cglobals_QtGui->em_types[90]
02128 #define sipCast_QStyleOptionFrameV2 sipModuleAPI_cglobals_QtGui->em_types[90]->type->td_cast
02129 #define sipForceConvertTo_QStyleOptionFrameV2 sipModuleAPI_cglobals_QtGui->em_types[90]->type->td_fcto
02130
02131 #define sipEnum_QStyleOptionFrameV2_FrameFeature sipModuleAPI_cglobals_QtGui->em_enums[121]
02132 #define sipEnum_QStyleOptionFrameV2_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[122]
02133
02134 #define sipClass_QStyleOptionFrameV2_FrameFeatures sipModuleAPI_cglobals_QtGui->em_types[91]
02135 #define sipCast_QStyleOptionFrameV2_FrameFeatures sipModuleAPI_cglobals_QtGui->em_types[91]->type->td_cast
02136 #define sipForceConvertTo_QStyleOptionFrameV2_FrameFeatures sipModuleAPI_cglobals_QtGui->em_types[91]->type->td_fcto
02137
02138 #define sipClass_QStyleOptionTabWidgetFrame sipModuleAPI_cglobals_QtGui->em_types[88]
02139 #define sipCast_QStyleOptionTabWidgetFrame sipModuleAPI_cglobals_QtGui->em_types[88]->type->td_cast
02140 #define sipForceConvertTo_QStyleOptionTabWidgetFrame sipModuleAPI_cglobals_QtGui->em_types[88]->type->td_fcto
02141
02142 #define sipEnum_QStyleOptionTabWidgetFrame_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[119]
02143 #define sipEnum_QStyleOptionTabWidgetFrame_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[120]
02144
02145 #define sipClass_QStyleOptionTabBarBase sipModuleAPI_cglobals_QtGui->em_types[87]
02146 #define sipCast_QStyleOptionTabBarBase sipModuleAPI_cglobals_QtGui->em_types[87]->type->td_cast
02147 #define sipForceConvertTo_QStyleOptionTabBarBase sipModuleAPI_cglobals_QtGui->em_types[87]->type->td_fcto
02148
02149 #define sipEnum_QStyleOptionTabBarBase_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[117]
02150 #define sipEnum_QStyleOptionTabBarBase_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[118]
02151
02152 #define sipClass_QStyleOptionHeader sipModuleAPI_cglobals_QtGui->em_types[86]
02153 #define sipCast_QStyleOptionHeader sipModuleAPI_cglobals_QtGui->em_types[86]->type->td_cast
02154 #define sipForceConvertTo_QStyleOptionHeader sipModuleAPI_cglobals_QtGui->em_types[86]->type->td_fcto
02155
02156 #define sipEnum_QStyleOptionHeader_SortIndicator sipModuleAPI_cglobals_QtGui->em_enums[112]
02157 #define sipEnum_QStyleOptionHeader_SelectedPosition sipModuleAPI_cglobals_QtGui->em_enums[113]
02158 #define sipEnum_QStyleOptionHeader_SectionPosition sipModuleAPI_cglobals_QtGui->em_enums[114]
02159 #define sipEnum_QStyleOptionHeader_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[115]
02160 #define sipEnum_QStyleOptionHeader_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[116]
02161
02162 #define sipClass_QStyleOptionButton sipModuleAPI_cglobals_QtGui->em_types[84]
02163 #define sipCast_QStyleOptionButton sipModuleAPI_cglobals_QtGui->em_types[84]->type->td_cast
02164 #define sipForceConvertTo_QStyleOptionButton sipModuleAPI_cglobals_QtGui->em_types[84]->type->td_fcto
02165
02166 #define sipEnum_QStyleOptionButton_ButtonFeature sipModuleAPI_cglobals_QtGui->em_enums[109]
02167 #define sipEnum_QStyleOptionButton_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[110]
02168 #define sipEnum_QStyleOptionButton_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[111]
02169
02170 #define sipClass_QStyleOptionButton_ButtonFeatures sipModuleAPI_cglobals_QtGui->em_types[85]
02171 #define sipCast_QStyleOptionButton_ButtonFeatures sipModuleAPI_cglobals_QtGui->em_types[85]->type->td_cast
02172 #define sipForceConvertTo_QStyleOptionButton_ButtonFeatures sipModuleAPI_cglobals_QtGui->em_types[85]->type->td_fcto
02173
02174 #define sipClass_QStyleOptionTab sipModuleAPI_cglobals_QtGui->em_types[81]
02175 #define sipCast_QStyleOptionTab sipModuleAPI_cglobals_QtGui->em_types[81]->type->td_cast
02176 #define sipForceConvertTo_QStyleOptionTab sipModuleAPI_cglobals_QtGui->em_types[81]->type->td_fcto
02177
02178 #define sipEnum_QStyleOptionTab_CornerWidget sipModuleAPI_cglobals_QtGui->em_enums[104]
02179 #define sipEnum_QStyleOptionTab_SelectedPosition sipModuleAPI_cglobals_QtGui->em_enums[105]
02180 #define sipEnum_QStyleOptionTab_TabPosition sipModuleAPI_cglobals_QtGui->em_enums[106]
02181 #define sipEnum_QStyleOptionTab_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[107]
02182 #define sipEnum_QStyleOptionTab_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[108]
02183
02184 #define sipClass_QStyleOptionTab_CornerWidgets sipModuleAPI_cglobals_QtGui->em_types[82]
02185 #define sipCast_QStyleOptionTab_CornerWidgets sipModuleAPI_cglobals_QtGui->em_types[82]->type->td_cast
02186 #define sipForceConvertTo_QStyleOptionTab_CornerWidgets sipModuleAPI_cglobals_QtGui->em_types[82]->type->td_fcto
02187
02188 #define sipClass_QStyleOptionTabV2 sipModuleAPI_cglobals_QtGui->em_types[83]
02189 #define sipCast_QStyleOptionTabV2 sipModuleAPI_cglobals_QtGui->em_types[83]->type->td_cast
02190 #define sipForceConvertTo_QStyleOptionTabV2 sipModuleAPI_cglobals_QtGui->em_types[83]->type->td_fcto
02191
02192 #define sipEnum_QStyleOptionTabV2_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[103]
02193
02194 #define sipClass_QStyleOptionProgressBar sipModuleAPI_cglobals_QtGui->em_types[79]
02195 #define sipCast_QStyleOptionProgressBar sipModuleAPI_cglobals_QtGui->em_types[79]->type->td_cast
02196 #define sipForceConvertTo_QStyleOptionProgressBar sipModuleAPI_cglobals_QtGui->em_types[79]->type->td_fcto
02197
02198 #define sipEnum_QStyleOptionProgressBar_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[101]
02199 #define sipEnum_QStyleOptionProgressBar_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[102]
02200
02201 #define sipClass_QStyleOptionProgressBarV2 sipModuleAPI_cglobals_QtGui->em_types[80]
02202 #define sipCast_QStyleOptionProgressBarV2 sipModuleAPI_cglobals_QtGui->em_types[80]->type->td_cast
02203 #define sipForceConvertTo_QStyleOptionProgressBarV2 sipModuleAPI_cglobals_QtGui->em_types[80]->type->td_fcto
02204
02205 #define sipEnum_QStyleOptionProgressBarV2_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[99]
02206 #define sipEnum_QStyleOptionProgressBarV2_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[100]
02207
02208 #define sipClass_QStyleOptionMenuItem sipModuleAPI_cglobals_QtGui->em_types[78]
02209 #define sipCast_QStyleOptionMenuItem sipModuleAPI_cglobals_QtGui->em_types[78]->type->td_cast
02210 #define sipForceConvertTo_QStyleOptionMenuItem sipModuleAPI_cglobals_QtGui->em_types[78]->type->td_fcto
02211
02212 #define sipEnum_QStyleOptionMenuItem_CheckType sipModuleAPI_cglobals_QtGui->em_enums[95]
02213 #define sipEnum_QStyleOptionMenuItem_MenuItemType sipModuleAPI_cglobals_QtGui->em_enums[96]
02214 #define sipEnum_QStyleOptionMenuItem_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[97]
02215 #define sipEnum_QStyleOptionMenuItem_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[98]
02216
02217 #define sipClass_QStyleOptionDockWidget sipModuleAPI_cglobals_QtGui->em_types[76]
02218 #define sipCast_QStyleOptionDockWidget sipModuleAPI_cglobals_QtGui->em_types[76]->type->td_cast
02219 #define sipForceConvertTo_QStyleOptionDockWidget sipModuleAPI_cglobals_QtGui->em_types[76]->type->td_fcto
02220
02221 #define sipEnum_QStyleOptionDockWidget_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[93]
02222 #define sipEnum_QStyleOptionDockWidget_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[94]
02223
02224 #define sipClass_QStyleOptionViewItem sipModuleAPI_cglobals_QtGui->em_types[71]
02225 #define sipCast_QStyleOptionViewItem sipModuleAPI_cglobals_QtGui->em_types[71]->type->td_cast
02226 #define sipForceConvertTo_QStyleOptionViewItem sipModuleAPI_cglobals_QtGui->em_types[71]->type->td_fcto
02227
02228 #define sipEnum_QStyleOptionViewItem_Position sipModuleAPI_cglobals_QtGui->em_enums[90]
02229 #define sipEnum_QStyleOptionViewItem_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[91]
02230 #define sipEnum_QStyleOptionViewItem_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[92]
02231
02232 #define sipClass_QStyleOptionToolBox sipModuleAPI_cglobals_QtGui->em_types[69]
02233 #define sipCast_QStyleOptionToolBox sipModuleAPI_cglobals_QtGui->em_types[69]->type->td_cast
02234 #define sipForceConvertTo_QStyleOptionToolBox sipModuleAPI_cglobals_QtGui->em_types[69]->type->td_fcto
02235
02236 #define sipEnum_QStyleOptionToolBox_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[88]
02237 #define sipEnum_QStyleOptionToolBox_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[89]
02238
02239 #define sipClass_QStyleOptionRubberBand sipModuleAPI_cglobals_QtGui->em_types[68]
02240 #define sipCast_QStyleOptionRubberBand sipModuleAPI_cglobals_QtGui->em_types[68]->type->td_cast
02241 #define sipForceConvertTo_QStyleOptionRubberBand sipModuleAPI_cglobals_QtGui->em_types[68]->type->td_fcto
02242
02243 #define sipEnum_QStyleOptionRubberBand_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[86]
02244 #define sipEnum_QStyleOptionRubberBand_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[87]
02245
02246 #define sipClass_QStyleOptionComplex sipModuleAPI_cglobals_QtGui->em_types[59]
02247 #define sipCast_QStyleOptionComplex sipModuleAPI_cglobals_QtGui->em_types[59]->type->td_cast
02248 #define sipForceConvertTo_QStyleOptionComplex sipModuleAPI_cglobals_QtGui->em_types[59]->type->td_fcto
02249
02250 #define sipEnum_QStyleOptionComplex_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[84]
02251 #define sipEnum_QStyleOptionComplex_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[85]
02252
02253 #define sipClass_QStyleOptionSlider sipModuleAPI_cglobals_QtGui->em_types[67]
02254 #define sipCast_QStyleOptionSlider sipModuleAPI_cglobals_QtGui->em_types[67]->type->td_cast
02255 #define sipForceConvertTo_QStyleOptionSlider sipModuleAPI_cglobals_QtGui->em_types[67]->type->td_fcto
02256
02257 #define sipEnum_QStyleOptionSlider_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[82]
02258 #define sipEnum_QStyleOptionSlider_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[83]
02259
02260 #define sipClass_QStyleOptionSpinBox sipModuleAPI_cglobals_QtGui->em_types[66]
02261 #define sipCast_QStyleOptionSpinBox sipModuleAPI_cglobals_QtGui->em_types[66]->type->td_cast
02262 #define sipForceConvertTo_QStyleOptionSpinBox sipModuleAPI_cglobals_QtGui->em_types[66]->type->td_fcto
02263
02264 #define sipEnum_QStyleOptionSpinBox_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[80]
02265 #define sipEnum_QStyleOptionSpinBox_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[81]
02266
02267 #define sipClass_QStyleOptionToolButton sipModuleAPI_cglobals_QtGui->em_types[64]
02268 #define sipCast_QStyleOptionToolButton sipModuleAPI_cglobals_QtGui->em_types[64]->type->td_cast
02269 #define sipForceConvertTo_QStyleOptionToolButton sipModuleAPI_cglobals_QtGui->em_types[64]->type->td_fcto
02270
02271 #define sipEnum_QStyleOptionToolButton_ToolButtonFeature sipModuleAPI_cglobals_QtGui->em_enums[77]
02272 #define sipEnum_QStyleOptionToolButton_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[78]
02273 #define sipEnum_QStyleOptionToolButton_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[79]
02274
02275 #define sipClass_QStyleOptionToolButton_ToolButtonFeatures sipModuleAPI_cglobals_QtGui->em_types[65]
02276 #define sipCast_QStyleOptionToolButton_ToolButtonFeatures sipModuleAPI_cglobals_QtGui->em_types[65]->type->td_cast
02277 #define sipForceConvertTo_QStyleOptionToolButton_ToolButtonFeatures sipModuleAPI_cglobals_QtGui->em_types[65]->type->td_fcto
02278
02279 #define sipClass_QStyleOptionComboBox sipModuleAPI_cglobals_QtGui->em_types[63]
02280 #define sipCast_QStyleOptionComboBox sipModuleAPI_cglobals_QtGui->em_types[63]->type->td_cast
02281 #define sipForceConvertTo_QStyleOptionComboBox sipModuleAPI_cglobals_QtGui->em_types[63]->type->td_fcto
02282
02283 #define sipEnum_QStyleOptionComboBox_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[75]
02284 #define sipEnum_QStyleOptionComboBox_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[76]
02285
02286 #define sipClass_QStyleOptionTitleBar sipModuleAPI_cglobals_QtGui->em_types[62]
02287 #define sipCast_QStyleOptionTitleBar sipModuleAPI_cglobals_QtGui->em_types[62]->type->td_cast
02288 #define sipForceConvertTo_QStyleOptionTitleBar sipModuleAPI_cglobals_QtGui->em_types[62]->type->td_fcto
02289
02290 #define sipEnum_QStyleOptionTitleBar_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[73]
02291 #define sipEnum_QStyleOptionTitleBar_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[74]
02292
02293 #define sipClass_QStyleHintReturn sipModuleAPI_cglobals_QtGui->em_types[52]
02294 #define sipCast_QStyleHintReturn sipModuleAPI_cglobals_QtGui->em_types[52]->type->td_cast
02295 #define sipForceConvertTo_QStyleHintReturn sipModuleAPI_cglobals_QtGui->em_types[52]->type->td_fcto
02296
02297 #define sipEnum_QStyleHintReturn_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[70]
02298 #define sipEnum_QStyleHintReturn_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[71]
02299 #define sipEnum_QStyleHintReturn_HintReturnType sipModuleAPI_cglobals_QtGui->em_enums[72]
02300
02301 #define sipClass_QStyleHintReturnMask sipModuleAPI_cglobals_QtGui->em_types[54]
02302 #define sipCast_QStyleHintReturnMask sipModuleAPI_cglobals_QtGui->em_types[54]->type->td_cast
02303 #define sipForceConvertTo_QStyleHintReturnMask sipModuleAPI_cglobals_QtGui->em_types[54]->type->td_fcto
02304
02305 #define sipEnum_QStyleHintReturnMask_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[68]
02306 #define sipEnum_QStyleHintReturnMask_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[69]
02307
02308 #define sipClass_QStyleOptionToolBar sipModuleAPI_cglobals_QtGui->em_types[57]
02309 #define sipCast_QStyleOptionToolBar sipModuleAPI_cglobals_QtGui->em_types[57]->type->td_cast
02310 #define sipForceConvertTo_QStyleOptionToolBar sipModuleAPI_cglobals_QtGui->em_types[57]->type->td_fcto
02311
02312 #define sipEnum_QStyleOptionToolBar_ToolBarFeature sipModuleAPI_cglobals_QtGui->em_enums[64]
02313 #define sipEnum_QStyleOptionToolBar_ToolBarPosition sipModuleAPI_cglobals_QtGui->em_enums[65]
02314 #define sipEnum_QStyleOptionToolBar_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[66]
02315 #define sipEnum_QStyleOptionToolBar_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[67]
02316
02317 #define sipClass_QStyleOptionToolBar_ToolBarFeatures sipModuleAPI_cglobals_QtGui->em_types[58]
02318 #define sipCast_QStyleOptionToolBar_ToolBarFeatures sipModuleAPI_cglobals_QtGui->em_types[58]->type->td_cast
02319 #define sipForceConvertTo_QStyleOptionToolBar_ToolBarFeatures sipModuleAPI_cglobals_QtGui->em_types[58]->type->td_fcto
02320
02321 #define sipClass_QStyleOptionGroupBox sipModuleAPI_cglobals_QtGui->em_types[61]
02322 #define sipCast_QStyleOptionGroupBox sipModuleAPI_cglobals_QtGui->em_types[61]->type->td_cast
02323 #define sipForceConvertTo_QStyleOptionGroupBox sipModuleAPI_cglobals_QtGui->em_types[61]->type->td_fcto
02324
02325 #define sipEnum_QStyleOptionGroupBox_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[62]
02326 #define sipEnum_QStyleOptionGroupBox_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[63]
02327
02328 #define sipClass_QStyleOptionViewItemV2 sipModuleAPI_cglobals_QtGui->em_types[72]
02329 #define sipCast_QStyleOptionViewItemV2 sipModuleAPI_cglobals_QtGui->em_types[72]->type->td_cast
02330 #define sipForceConvertTo_QStyleOptionViewItemV2 sipModuleAPI_cglobals_QtGui->em_types[72]->type->td_fcto
02331
02332 #define sipEnum_QStyleOptionViewItemV2_ViewItemFeature sipModuleAPI_cglobals_QtGui->em_enums[60]
02333 #define sipEnum_QStyleOptionViewItemV2_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[61]
02334
02335 #define sipClass_QStyleOptionViewItemV2_ViewItemFeatures sipModuleAPI_cglobals_QtGui->em_types[73]
02336 #define sipCast_QStyleOptionViewItemV2_ViewItemFeatures sipModuleAPI_cglobals_QtGui->em_types[73]->type->td_cast
02337 #define sipForceConvertTo_QStyleOptionViewItemV2_ViewItemFeatures sipModuleAPI_cglobals_QtGui->em_types[73]->type->td_fcto
02338
02339 #define sipClass_QStyleOptionSizeGrip sipModuleAPI_cglobals_QtGui->em_types[60]
02340 #define sipCast_QStyleOptionSizeGrip sipModuleAPI_cglobals_QtGui->em_types[60]->type->td_cast
02341 #define sipForceConvertTo_QStyleOptionSizeGrip sipModuleAPI_cglobals_QtGui->em_types[60]->type->td_fcto
02342
02343 #define sipEnum_QStyleOptionSizeGrip_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[58]
02344 #define sipEnum_QStyleOptionSizeGrip_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[59]
02345
02346 #define sipClass_QStyleOptionGraphicsItem sipModuleAPI_cglobals_QtGui->em_types[56]
02347 #define sipCast_QStyleOptionGraphicsItem sipModuleAPI_cglobals_QtGui->em_types[56]->type->td_cast
02348 #define sipForceConvertTo_QStyleOptionGraphicsItem sipModuleAPI_cglobals_QtGui->em_types[56]->type->td_fcto
02349
02350 #define sipEnum_QStyleOptionGraphicsItem_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[56]
02351 #define sipEnum_QStyleOptionGraphicsItem_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[57]
02352
02353 #define sipClass_QStyleOptionDockWidgetV2 sipModuleAPI_cglobals_QtGui->em_types[77]
02354 #define sipCast_QStyleOptionDockWidgetV2 sipModuleAPI_cglobals_QtGui->em_types[77]->type->td_cast
02355 #define sipForceConvertTo_QStyleOptionDockWidgetV2 sipModuleAPI_cglobals_QtGui->em_types[77]->type->td_fcto
02356
02357 #define sipEnum_QStyleOptionDockWidgetV2_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[55]
02358
02359 #define sipClass_QStyleOptionViewItemV3 sipModuleAPI_cglobals_QtGui->em_types[74]
02360 #define sipCast_QStyleOptionViewItemV3 sipModuleAPI_cglobals_QtGui->em_types[74]->type->td_cast
02361 #define sipForceConvertTo_QStyleOptionViewItemV3 sipModuleAPI_cglobals_QtGui->em_types[74]->type->td_fcto
02362
02363 #define sipEnum_QStyleOptionViewItemV3_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[54]
02364
02365 #define sipClass_QStyleOptionToolBoxV2 sipModuleAPI_cglobals_QtGui->em_types[70]
02366 #define sipCast_QStyleOptionToolBoxV2 sipModuleAPI_cglobals_QtGui->em_types[70]->type->td_cast
02367 #define sipForceConvertTo_QStyleOptionToolBoxV2 sipModuleAPI_cglobals_QtGui->em_types[70]->type->td_fcto
02368
02369 #define sipEnum_QStyleOptionToolBoxV2_SelectedPosition sipModuleAPI_cglobals_QtGui->em_enums[51]
02370 #define sipEnum_QStyleOptionToolBoxV2_TabPosition sipModuleAPI_cglobals_QtGui->em_enums[52]
02371 #define sipEnum_QStyleOptionToolBoxV2_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[53]
02372
02373 #define sipClass_QStyleHintReturnVariant sipModuleAPI_cglobals_QtGui->em_types[53]
02374 #define sipCast_QStyleHintReturnVariant sipModuleAPI_cglobals_QtGui->em_types[53]->type->td_cast
02375 #define sipForceConvertTo_QStyleHintReturnVariant sipModuleAPI_cglobals_QtGui->em_types[53]->type->td_fcto
02376
02377 #define sipEnum_QStyleHintReturnVariant_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[49]
02378 #define sipEnum_QStyleHintReturnVariant_StyleOptionType sipModuleAPI_cglobals_QtGui->em_enums[50]
02379
02380 #define sipClass_QStyleOptionViewItemV4 sipModuleAPI_cglobals_QtGui->em_types[75]
02381 #define sipCast_QStyleOptionViewItemV4 sipModuleAPI_cglobals_QtGui->em_types[75]->type->td_cast
02382 #define sipForceConvertTo_QStyleOptionViewItemV4 sipModuleAPI_cglobals_QtGui->em_types[75]->type->td_fcto
02383
02384 #define sipEnum_QStyleOptionViewItemV4_ViewItemPosition sipModuleAPI_cglobals_QtGui->em_enums[47]
02385 #define sipEnum_QStyleOptionViewItemV4_StyleOptionVersion sipModuleAPI_cglobals_QtGui->em_enums[48]
02386
02387 #define sipClass_QStylePainter sipModuleAPI_cglobals_QtGui->em_types[126]
02388 #define sipCast_QStylePainter sipModuleAPI_cglobals_QtGui->em_types[126]->type->td_cast
02389 #define sipForceConvertTo_QStylePainter sipModuleAPI_cglobals_QtGui->em_types[126]->type->td_fcto
02390
02391 #define sipClass_QSyntaxHighlighter sipModuleAPI_cglobals_QtGui->em_types[51]
02392 #define sipCast_QSyntaxHighlighter sipModuleAPI_cglobals_QtGui->em_types[51]->type->td_cast
02393 #define sipForceConvertTo_QSyntaxHighlighter sipModuleAPI_cglobals_QtGui->em_types[51]->type->td_fcto
02394
02395 #define sipClass_QSystemTrayIcon sipModuleAPI_cglobals_QtGui->em_types[50]
02396 #define sipCast_QSystemTrayIcon sipModuleAPI_cglobals_QtGui->em_types[50]->type->td_cast
02397 #define sipForceConvertTo_QSystemTrayIcon sipModuleAPI_cglobals_QtGui->em_types[50]->type->td_fcto
02398
02399 #define sipEnum_QSystemTrayIcon_MessageIcon sipModuleAPI_cglobals_QtGui->em_enums[45]
02400 #define sipEnum_QSystemTrayIcon_ActivationReason sipModuleAPI_cglobals_QtGui->em_enums[46]
02401
02402 #define sipClass_QTabBar sipModuleAPI_cglobals_QtGui->em_types[261]
02403 #define sipCast_QTabBar sipModuleAPI_cglobals_QtGui->em_types[261]->type->td_cast
02404 #define sipForceConvertTo_QTabBar sipModuleAPI_cglobals_QtGui->em_types[261]->type->td_fcto
02405
02406 #define sipEnum_QTabBar_Shape sipModuleAPI_cglobals_QtGui->em_enums[44]
02407
02408 #define sipClass_QTableView sipModuleAPI_cglobals_QtGui->em_types[339]
02409 #define sipCast_QTableView sipModuleAPI_cglobals_QtGui->em_types[339]->type->td_cast
02410 #define sipForceConvertTo_QTableView sipModuleAPI_cglobals_QtGui->em_types[339]->type->td_fcto
02411
02412 #define sipClass_QTableWidgetSelectionRange sipModuleAPI_cglobals_QtGui->em_types[49]
02413 #define sipCast_QTableWidgetSelectionRange sipModuleAPI_cglobals_QtGui->em_types[49]->type->td_cast
02414 #define sipForceConvertTo_QTableWidgetSelectionRange sipModuleAPI_cglobals_QtGui->em_types[49]->type->td_fcto
02415
02416 #define sipClass_QTableWidgetItem sipModuleAPI_cglobals_QtGui->em_types[48]
02417 #define sipCast_QTableWidgetItem sipModuleAPI_cglobals_QtGui->em_types[48]->type->td_cast
02418 #define sipForceConvertTo_QTableWidgetItem sipModuleAPI_cglobals_QtGui->em_types[48]->type->td_fcto
02419
02420 #define sipEnum_QTableWidgetItem_ItemType sipModuleAPI_cglobals_QtGui->em_enums[43]
02421
02422 #define sipClass_QTableWidget sipModuleAPI_cglobals_QtGui->em_types[340]
02423 #define sipCast_QTableWidget sipModuleAPI_cglobals_QtGui->em_types[340]->type->td_cast
02424 #define sipForceConvertTo_QTableWidget sipModuleAPI_cglobals_QtGui->em_types[340]->type->td_fcto
02425
02426 #define sipClass_QTabWidget sipModuleAPI_cglobals_QtGui->em_types[260]
02427 #define sipCast_QTabWidget sipModuleAPI_cglobals_QtGui->em_types[260]->type->td_cast
02428 #define sipForceConvertTo_QTabWidget sipModuleAPI_cglobals_QtGui->em_types[260]->type->td_fcto
02429
02430 #define sipEnum_QTabWidget_TabShape sipModuleAPI_cglobals_QtGui->em_enums[41]
02431 #define sipEnum_QTabWidget_TabPosition sipModuleAPI_cglobals_QtGui->em_enums[42]
02432
02433 #define sipClass_QTextEdit sipModuleAPI_cglobals_QtGui->em_types[324]
02434 #define sipCast_QTextEdit sipModuleAPI_cglobals_QtGui->em_types[324]->type->td_cast
02435 #define sipForceConvertTo_QTextEdit sipModuleAPI_cglobals_QtGui->em_types[324]->type->td_fcto
02436
02437 #define sipEnum_QTextEdit_AutoFormattingFlag sipModuleAPI_cglobals_QtGui->em_enums[31]
02438 #define sipEnum_QTextEdit_LineWrapMode sipModuleAPI_cglobals_QtGui->em_enums[32]
02439
02440 #define sipClass_QTextBrowser sipModuleAPI_cglobals_QtGui->em_types[327]
02441 #define sipCast_QTextBrowser sipModuleAPI_cglobals_QtGui->em_types[327]->type->td_cast
02442 #define sipForceConvertTo_QTextBrowser sipModuleAPI_cglobals_QtGui->em_types[327]->type->td_fcto
02443
02444 #define sipClass_QTextCursor sipModuleAPI_cglobals_QtGui->em_types[47]
02445 #define sipCast_QTextCursor sipModuleAPI_cglobals_QtGui->em_types[47]->type->td_cast
02446 #define sipForceConvertTo_QTextCursor sipModuleAPI_cglobals_QtGui->em_types[47]->type->td_fcto
02447
02448 #define sipEnum_QTextCursor_SelectionType sipModuleAPI_cglobals_QtGui->em_enums[38]
02449 #define sipEnum_QTextCursor_MoveOperation sipModuleAPI_cglobals_QtGui->em_enums[39]
02450 #define sipEnum_QTextCursor_MoveMode sipModuleAPI_cglobals_QtGui->em_enums[40]
02451
02452 #if !defined(sipClass_Qt)
02453 #define sipClass_Qt sipModuleAPI_cglobals_QtGui->em_types[46]
02454 #endif
02455
02456 #define sipEnum_Qt_WhiteSpaceMode sipModuleAPI_cglobals_QtGui->em_enums[36]
02457 #define sipEnum_Qt_HitTestAccuracy sipModuleAPI_cglobals_QtGui->em_enums[37]
02458
02459 #define sipClass_QTextDocument sipModuleAPI_cglobals_QtGui->em_types[44]
02460 #define sipCast_QTextDocument sipModuleAPI_cglobals_QtGui->em_types[44]->type->td_cast
02461 #define sipForceConvertTo_QTextDocument sipModuleAPI_cglobals_QtGui->em_types[44]->type->td_fcto
02462
02463 #define sipEnum_QTextDocument_ResourceType sipModuleAPI_cglobals_QtGui->em_enums[33]
02464 #define sipEnum_QTextDocument_FindFlag sipModuleAPI_cglobals_QtGui->em_enums[34]
02465 #define sipEnum_QTextDocument_MetaInformation sipModuleAPI_cglobals_QtGui->em_enums[35]
02466
02467 #define sipClass_QTextDocument_FindFlags sipModuleAPI_cglobals_QtGui->em_types[45]
02468 #define sipCast_QTextDocument_FindFlags sipModuleAPI_cglobals_QtGui->em_types[45]->type->td_cast
02469 #define sipForceConvertTo_QTextDocument_FindFlags sipModuleAPI_cglobals_QtGui->em_types[45]->type->td_fcto
02470
02471 #define sipClass_QTextDocumentFragment sipModuleAPI_cglobals_QtGui->em_types[43]
02472 #define sipCast_QTextDocumentFragment sipModuleAPI_cglobals_QtGui->em_types[43]->type->td_cast
02473 #define sipForceConvertTo_QTextDocumentFragment sipModuleAPI_cglobals_QtGui->em_types[43]->type->td_fcto
02474
02475 #define sipClass_QTextEdit_ExtraSelection sipModuleAPI_cglobals_QtGui->em_types[326]
02476 #define sipCast_QTextEdit_ExtraSelection sipModuleAPI_cglobals_QtGui->em_types[326]->type->td_cast
02477 #define sipForceConvertTo_QTextEdit_ExtraSelection sipModuleAPI_cglobals_QtGui->em_types[326]->type->td_fcto
02478
02479 #define sipClass_QTextEdit_AutoFormatting sipModuleAPI_cglobals_QtGui->em_types[325]
02480 #define sipCast_QTextEdit_AutoFormatting sipModuleAPI_cglobals_QtGui->em_types[325]->type->td_cast
02481 #define sipForceConvertTo_QTextEdit_AutoFormatting sipModuleAPI_cglobals_QtGui->em_types[325]->type->td_fcto
02482
02483 #define sipClass_QTextLength sipModuleAPI_cglobals_QtGui->em_types[42]
02484 #define sipCast_QTextLength sipModuleAPI_cglobals_QtGui->em_types[42]->type->td_cast
02485 #define sipForceConvertTo_QTextLength sipModuleAPI_cglobals_QtGui->em_types[42]->type->td_fcto
02486
02487 #define sipEnum_QTextLength_Type sipModuleAPI_cglobals_QtGui->em_enums[30]
02488
02489 #define sipClass_QTextFormat sipModuleAPI_cglobals_QtGui->em_types[33]
02490 #define sipCast_QTextFormat sipModuleAPI_cglobals_QtGui->em_types[33]->type->td_cast
02491 #define sipForceConvertTo_QTextFormat sipModuleAPI_cglobals_QtGui->em_types[33]->type->td_fcto
02492
02493 #define sipEnum_QTextFormat_Property sipModuleAPI_cglobals_QtGui->em_enums[26]
02494 #define sipEnum_QTextFormat_PageBreakFlag sipModuleAPI_cglobals_QtGui->em_enums[27]
02495 #define sipEnum_QTextFormat_ObjectTypes sipModuleAPI_cglobals_QtGui->em_enums[28]
02496 #define sipEnum_QTextFormat_FormatType sipModuleAPI_cglobals_QtGui->em_enums[29]
02497
02498 #define sipClass_QTextFormat_PageBreakFlags sipModuleAPI_cglobals_QtGui->em_types[34]
02499 #define sipCast_QTextFormat_PageBreakFlags sipModuleAPI_cglobals_QtGui->em_types[34]->type->td_cast
02500 #define sipForceConvertTo_QTextFormat_PageBreakFlags sipModuleAPI_cglobals_QtGui->em_types[34]->type->td_fcto
02501
02502 #define sipClass_QTextCharFormat sipModuleAPI_cglobals_QtGui->em_types[39]
02503 #define sipCast_QTextCharFormat sipModuleAPI_cglobals_QtGui->em_types[39]->type->td_cast
02504 #define sipForceConvertTo_QTextCharFormat sipModuleAPI_cglobals_QtGui->em_types[39]->type->td_fcto
02505
02506 #define sipEnum_QTextCharFormat_UnderlineStyle sipModuleAPI_cglobals_QtGui->em_enums[24]
02507 #define sipEnum_QTextCharFormat_VerticalAlignment sipModuleAPI_cglobals_QtGui->em_enums[25]
02508
02509 #define sipClass_QTextBlockFormat sipModuleAPI_cglobals_QtGui->em_types[38]
02510 #define sipCast_QTextBlockFormat sipModuleAPI_cglobals_QtGui->em_types[38]->type->td_cast
02511 #define sipForceConvertTo_QTextBlockFormat sipModuleAPI_cglobals_QtGui->em_types[38]->type->td_fcto
02512
02513 #define sipClass_QTextListFormat sipModuleAPI_cglobals_QtGui->em_types[37]
02514 #define sipCast_QTextListFormat sipModuleAPI_cglobals_QtGui->em_types[37]->type->td_cast
02515 #define sipForceConvertTo_QTextListFormat sipModuleAPI_cglobals_QtGui->em_types[37]->type->td_fcto
02516
02517 #define sipEnum_QTextListFormat_Style sipModuleAPI_cglobals_QtGui->em_enums[23]
02518
02519 #define sipClass_QTextImageFormat sipModuleAPI_cglobals_QtGui->em_types[41]
02520 #define sipCast_QTextImageFormat sipModuleAPI_cglobals_QtGui->em_types[41]->type->td_cast
02521 #define sipForceConvertTo_QTextImageFormat sipModuleAPI_cglobals_QtGui->em_types[41]->type->td_fcto
02522
02523 #define sipClass_QTextFrameFormat sipModuleAPI_cglobals_QtGui->em_types[35]
02524 #define sipCast_QTextFrameFormat sipModuleAPI_cglobals_QtGui->em_types[35]->type->td_cast
02525 #define sipForceConvertTo_QTextFrameFormat sipModuleAPI_cglobals_QtGui->em_types[35]->type->td_fcto
02526
02527 #define sipEnum_QTextFrameFormat_BorderStyle sipModuleAPI_cglobals_QtGui->em_enums[21]
02528 #define sipEnum_QTextFrameFormat_Position sipModuleAPI_cglobals_QtGui->em_enums[22]
02529
02530 #define sipClass_QTextTableFormat sipModuleAPI_cglobals_QtGui->em_types[36]
02531 #define sipCast_QTextTableFormat sipModuleAPI_cglobals_QtGui->em_types[36]->type->td_cast
02532 #define sipForceConvertTo_QTextTableFormat sipModuleAPI_cglobals_QtGui->em_types[36]->type->td_fcto
02533
02534 #define sipClass_QTextTableCellFormat sipModuleAPI_cglobals_QtGui->em_types[40]
02535 #define sipCast_QTextTableCellFormat sipModuleAPI_cglobals_QtGui->em_types[40]->type->td_cast
02536 #define sipForceConvertTo_QTextTableCellFormat sipModuleAPI_cglobals_QtGui->em_types[40]->type->td_fcto
02537
02538 #define sipClass_QTextInlineObject sipModuleAPI_cglobals_QtGui->em_types[32]
02539 #define sipCast_QTextInlineObject sipModuleAPI_cglobals_QtGui->em_types[32]->type->td_cast
02540 #define sipForceConvertTo_QTextInlineObject sipModuleAPI_cglobals_QtGui->em_types[32]->type->td_fcto
02541
02542 #define sipClass_QTextLayout sipModuleAPI_cglobals_QtGui->em_types[30]
02543 #define sipCast_QTextLayout sipModuleAPI_cglobals_QtGui->em_types[30]->type->td_cast
02544 #define sipForceConvertTo_QTextLayout sipModuleAPI_cglobals_QtGui->em_types[30]->type->td_fcto
02545
02546 #define sipEnum_QTextLayout_CursorMode sipModuleAPI_cglobals_QtGui->em_enums[20]
02547
02548 #define sipClass_QTextLayout_FormatRange sipModuleAPI_cglobals_QtGui->em_types[31]
02549 #define sipCast_QTextLayout_FormatRange sipModuleAPI_cglobals_QtGui->em_types[31]->type->td_cast
02550 #define sipForceConvertTo_QTextLayout_FormatRange sipModuleAPI_cglobals_QtGui->em_types[31]->type->td_fcto
02551
02552 #define sipClass_QTextLine sipModuleAPI_cglobals_QtGui->em_types[29]
02553 #define sipCast_QTextLine sipModuleAPI_cglobals_QtGui->em_types[29]->type->td_cast
02554 #define sipForceConvertTo_QTextLine sipModuleAPI_cglobals_QtGui->em_types[29]->type->td_fcto
02555
02556 #define sipEnum_QTextLine_CursorPosition sipModuleAPI_cglobals_QtGui->em_enums[18]
02557 #define sipEnum_QTextLine_Edge sipModuleAPI_cglobals_QtGui->em_enums[19]
02558
02559 #define sipClass_QTextObject sipModuleAPI_cglobals_QtGui->em_types[23]
02560 #define sipCast_QTextObject sipModuleAPI_cglobals_QtGui->em_types[23]->type->td_cast
02561 #define sipForceConvertTo_QTextObject sipModuleAPI_cglobals_QtGui->em_types[23]->type->td_fcto
02562
02563 #define sipClass_QTextBlockGroup sipModuleAPI_cglobals_QtGui->em_types[27]
02564 #define sipCast_QTextBlockGroup sipModuleAPI_cglobals_QtGui->em_types[27]->type->td_cast
02565 #define sipForceConvertTo_QTextBlockGroup sipModuleAPI_cglobals_QtGui->em_types[27]->type->td_fcto
02566
02567 #define sipClass_QTextList sipModuleAPI_cglobals_QtGui->em_types[28]
02568 #define sipCast_QTextList sipModuleAPI_cglobals_QtGui->em_types[28]->type->td_cast
02569 #define sipForceConvertTo_QTextList sipModuleAPI_cglobals_QtGui->em_types[28]->type->td_fcto
02570
02571 #define sipClass_QTextFrame sipModuleAPI_cglobals_QtGui->em_types[24]
02572 #define sipCast_QTextFrame sipModuleAPI_cglobals_QtGui->em_types[24]->type->td_cast
02573 #define sipForceConvertTo_QTextFrame sipModuleAPI_cglobals_QtGui->em_types[24]->type->td_fcto
02574
02575 #define sipClass_QTextFrame_iterator sipModuleAPI_cglobals_QtGui->em_types[25]
02576 #define sipCast_QTextFrame_iterator sipModuleAPI_cglobals_QtGui->em_types[25]->type->td_cast
02577 #define sipForceConvertTo_QTextFrame_iterator sipModuleAPI_cglobals_QtGui->em_types[25]->type->td_fcto
02578
02579 #define sipClass_QTextBlock sipModuleAPI_cglobals_QtGui->em_types[21]
02580 #define sipCast_QTextBlock sipModuleAPI_cglobals_QtGui->em_types[21]->type->td_cast
02581 #define sipForceConvertTo_QTextBlock sipModuleAPI_cglobals_QtGui->em_types[21]->type->td_fcto
02582
02583 #define sipClass_QTextBlock_iterator sipModuleAPI_cglobals_QtGui->em_types[22]
02584 #define sipCast_QTextBlock_iterator sipModuleAPI_cglobals_QtGui->em_types[22]->type->td_cast
02585 #define sipForceConvertTo_QTextBlock_iterator sipModuleAPI_cglobals_QtGui->em_types[22]->type->td_fcto
02586
02587 #define sipClass_QTextFragment sipModuleAPI_cglobals_QtGui->em_types[20]
02588 #define sipCast_QTextFragment sipModuleAPI_cglobals_QtGui->em_types[20]->type->td_cast
02589 #define sipForceConvertTo_QTextFragment sipModuleAPI_cglobals_QtGui->em_types[20]->type->td_fcto
02590
02591 #define sipClass_QTextBlockUserData sipModuleAPI_cglobals_QtGui->em_types[19]
02592 #define sipCast_QTextBlockUserData sipModuleAPI_cglobals_QtGui->em_types[19]->type->td_cast
02593 #define sipForceConvertTo_QTextBlockUserData sipModuleAPI_cglobals_QtGui->em_types[19]->type->td_fcto
02594
02595 #define sipClass_QTextOption sipModuleAPI_cglobals_QtGui->em_types[16]
02596 #define sipCast_QTextOption sipModuleAPI_cglobals_QtGui->em_types[16]->type->td_cast
02597 #define sipForceConvertTo_QTextOption sipModuleAPI_cglobals_QtGui->em_types[16]->type->td_fcto
02598
02599 #define sipEnum_QTextOption_TabType sipModuleAPI_cglobals_QtGui->em_enums[15]
02600 #define sipEnum_QTextOption_Flag sipModuleAPI_cglobals_QtGui->em_enums[16]
02601 #define sipEnum_QTextOption_WrapMode sipModuleAPI_cglobals_QtGui->em_enums[17]
02602
02603 #define sipClass_QTextOption_Flags sipModuleAPI_cglobals_QtGui->em_types[18]
02604 #define sipCast_QTextOption_Flags sipModuleAPI_cglobals_QtGui->em_types[18]->type->td_cast
02605 #define sipForceConvertTo_QTextOption_Flags sipModuleAPI_cglobals_QtGui->em_types[18]->type->td_fcto
02606
02607 #define sipClass_QTextOption_Tab sipModuleAPI_cglobals_QtGui->em_types[17]
02608 #define sipCast_QTextOption_Tab sipModuleAPI_cglobals_QtGui->em_types[17]->type->td_cast
02609 #define sipForceConvertTo_QTextOption_Tab sipModuleAPI_cglobals_QtGui->em_types[17]->type->td_fcto
02610
02611 #define sipClass_QTextTableCell sipModuleAPI_cglobals_QtGui->em_types[15]
02612 #define sipCast_QTextTableCell sipModuleAPI_cglobals_QtGui->em_types[15]->type->td_cast
02613 #define sipForceConvertTo_QTextTableCell sipModuleAPI_cglobals_QtGui->em_types[15]->type->td_fcto
02614
02615 #define sipClass_QTextTable sipModuleAPI_cglobals_QtGui->em_types[26]
02616 #define sipCast_QTextTable sipModuleAPI_cglobals_QtGui->em_types[26]->type->td_cast
02617 #define sipForceConvertTo_QTextTable sipModuleAPI_cglobals_QtGui->em_types[26]->type->td_fcto
02618
02619 #define sipClass_QToolBar sipModuleAPI_cglobals_QtGui->em_types[259]
02620 #define sipCast_QToolBar sipModuleAPI_cglobals_QtGui->em_types[259]->type->td_cast
02621 #define sipForceConvertTo_QToolBar sipModuleAPI_cglobals_QtGui->em_types[259]->type->td_fcto
02622
02623 #define sipClass_QToolBox sipModuleAPI_cglobals_QtGui->em_types[318]
02624 #define sipCast_QToolBox sipModuleAPI_cglobals_QtGui->em_types[318]->type->td_cast
02625 #define sipForceConvertTo_QToolBox sipModuleAPI_cglobals_QtGui->em_types[318]->type->td_fcto
02626
02627 #define sipClass_QToolButton sipModuleAPI_cglobals_QtGui->em_types[347]
02628 #define sipCast_QToolButton sipModuleAPI_cglobals_QtGui->em_types[347]->type->td_cast
02629 #define sipForceConvertTo_QToolButton sipModuleAPI_cglobals_QtGui->em_types[347]->type->td_fcto
02630
02631 #define sipEnum_QToolButton_ToolButtonPopupMode sipModuleAPI_cglobals_QtGui->em_enums[14]
02632
02633 #define sipClass_QToolTip sipModuleAPI_cglobals_QtGui->em_types[14]
02634 #define sipCast_QToolTip sipModuleAPI_cglobals_QtGui->em_types[14]->type->td_cast
02635 #define sipForceConvertTo_QToolTip sipModuleAPI_cglobals_QtGui->em_types[14]->type->td_fcto
02636
02637 #define sipClass_QTransform sipModuleAPI_cglobals_QtGui->em_types[13]
02638 #define sipCast_QTransform sipModuleAPI_cglobals_QtGui->em_types[13]->type->td_cast
02639 #define sipForceConvertTo_QTransform sipModuleAPI_cglobals_QtGui->em_types[13]->type->td_fcto
02640
02641 #define sipEnum_QTransform_TransformationType sipModuleAPI_cglobals_QtGui->em_enums[13]
02642
02643 #define sipClass_QTreeView sipModuleAPI_cglobals_QtGui->em_types[337]
02644 #define sipCast_QTreeView sipModuleAPI_cglobals_QtGui->em_types[337]->type->td_cast
02645 #define sipForceConvertTo_QTreeView sipModuleAPI_cglobals_QtGui->em_types[337]->type->td_fcto
02646
02647 #define sipClass_QTreeWidgetItem sipModuleAPI_cglobals_QtGui->em_types[12]
02648 #define sipCast_QTreeWidgetItem sipModuleAPI_cglobals_QtGui->em_types[12]->type->td_cast
02649 #define sipForceConvertTo_QTreeWidgetItem sipModuleAPI_cglobals_QtGui->em_types[12]->type->td_fcto
02650
02651 #define sipEnum_QTreeWidgetItem_ChildIndicatorPolicy sipModuleAPI_cglobals_QtGui->em_enums[11]
02652 #define sipEnum_QTreeWidgetItem_ItemType sipModuleAPI_cglobals_QtGui->em_enums[12]
02653
02654 #define sipClass_QTreeWidget sipModuleAPI_cglobals_QtGui->em_types[338]
02655 #define sipCast_QTreeWidget sipModuleAPI_cglobals_QtGui->em_types[338]->type->td_cast
02656 #define sipForceConvertTo_QTreeWidget sipModuleAPI_cglobals_QtGui->em_types[338]->type->td_fcto
02657
02658 #define sipClass_QTreeWidgetItemIterator sipModuleAPI_cglobals_QtGui->em_types[10]
02659 #define sipCast_QTreeWidgetItemIterator sipModuleAPI_cglobals_QtGui->em_types[10]->type->td_cast
02660 #define sipForceConvertTo_QTreeWidgetItemIterator sipModuleAPI_cglobals_QtGui->em_types[10]->type->td_fcto
02661
02662 #define sipEnum_QTreeWidgetItemIterator_IteratorFlag sipModuleAPI_cglobals_QtGui->em_enums[10]
02663
02664 #define sipClass_QTreeWidgetItemIterator_IteratorFlags sipModuleAPI_cglobals_QtGui->em_types[11]
02665 #define sipCast_QTreeWidgetItemIterator_IteratorFlags sipModuleAPI_cglobals_QtGui->em_types[11]->type->td_cast
02666 #define sipForceConvertTo_QTreeWidgetItemIterator_IteratorFlags sipModuleAPI_cglobals_QtGui->em_types[11]->type->td_fcto
02667
02668 #define sipClass_QUndoGroup sipModuleAPI_cglobals_QtGui->em_types[9]
02669 #define sipCast_QUndoGroup sipModuleAPI_cglobals_QtGui->em_types[9]->type->td_cast
02670 #define sipForceConvertTo_QUndoGroup sipModuleAPI_cglobals_QtGui->em_types[9]->type->td_fcto
02671
02672 #define sipClass_QUndoCommand sipModuleAPI_cglobals_QtGui->em_types[8]
02673 #define sipCast_QUndoCommand sipModuleAPI_cglobals_QtGui->em_types[8]->type->td_cast
02674 #define sipForceConvertTo_QUndoCommand sipModuleAPI_cglobals_QtGui->em_types[8]->type->td_fcto
02675
02676 #define sipClass_QUndoStack sipModuleAPI_cglobals_QtGui->em_types[7]
02677 #define sipCast_QUndoStack sipModuleAPI_cglobals_QtGui->em_types[7]->type->td_cast
02678 #define sipForceConvertTo_QUndoStack sipModuleAPI_cglobals_QtGui->em_types[7]->type->td_fcto
02679
02680 #define sipClass_QUndoView sipModuleAPI_cglobals_QtGui->em_types[342]
02681 #define sipCast_QUndoView sipModuleAPI_cglobals_QtGui->em_types[342]->type->td_cast
02682 #define sipForceConvertTo_QUndoView sipModuleAPI_cglobals_QtGui->em_types[342]->type->td_fcto
02683
02684 #define sipClass_QValidator sipModuleAPI_cglobals_QtGui->em_types[3]
02685 #define sipCast_QValidator sipModuleAPI_cglobals_QtGui->em_types[3]->type->td_cast
02686 #define sipForceConvertTo_QValidator sipModuleAPI_cglobals_QtGui->em_types[3]->type->td_fcto
02687
02688 #define sipEnum_QValidator_State sipModuleAPI_cglobals_QtGui->em_enums[9]
02689
02690 #define sipClass_QIntValidator sipModuleAPI_cglobals_QtGui->em_types[6]
02691 #define sipCast_QIntValidator sipModuleAPI_cglobals_QtGui->em_types[6]->type->td_cast
02692 #define sipForceConvertTo_QIntValidator sipModuleAPI_cglobals_QtGui->em_types[6]->type->td_fcto
02693
02694 #define sipClass_QDoubleValidator sipModuleAPI_cglobals_QtGui->em_types[5]
02695 #define sipCast_QDoubleValidator sipModuleAPI_cglobals_QtGui->em_types[5]->type->td_cast
02696 #define sipForceConvertTo_QDoubleValidator sipModuleAPI_cglobals_QtGui->em_types[5]->type->td_fcto
02697
02698 #define sipEnum_QDoubleValidator_Notation sipModuleAPI_cglobals_QtGui->em_enums[8]
02699
02700 #define sipClass_QRegExpValidator sipModuleAPI_cglobals_QtGui->em_types[4]
02701 #define sipCast_QRegExpValidator sipModuleAPI_cglobals_QtGui->em_types[4]->type->td_cast
02702 #define sipForceConvertTo_QRegExpValidator sipModuleAPI_cglobals_QtGui->em_types[4]->type->td_fcto
02703
02704 #define sipClass_QWhatsThis sipModuleAPI_cglobals_QtGui->em_types[2]
02705 #define sipCast_QWhatsThis sipModuleAPI_cglobals_QtGui->em_types[2]->type->td_cast
02706 #define sipForceConvertTo_QWhatsThis sipModuleAPI_cglobals_QtGui->em_types[2]->type->td_fcto
02707
02708 #define sipClass_QWidget_RenderFlags sipModuleAPI_cglobals_QtGui->em_types[254]
02709 #define sipCast_QWidget_RenderFlags sipModuleAPI_cglobals_QtGui->em_types[254]->type->td_cast
02710 #define sipForceConvertTo_QWidget_RenderFlags sipModuleAPI_cglobals_QtGui->em_types[254]->type->td_fcto
02711
02712 #define sipClass_QWidgetAction sipModuleAPI_cglobals_QtGui->em_types[237]
02713 #define sipCast_QWidgetAction sipModuleAPI_cglobals_QtGui->em_types[237]->type->td_cast
02714 #define sipForceConvertTo_QWidgetAction sipModuleAPI_cglobals_QtGui->em_types[237]->type->td_fcto
02715
02716 #define sipClass_QWizard sipModuleAPI_cglobals_QtGui->em_types[300]
02717 #define sipCast_QWizard sipModuleAPI_cglobals_QtGui->em_types[300]->type->td_cast
02718 #define sipForceConvertTo_QWizard sipModuleAPI_cglobals_QtGui->em_types[300]->type->td_fcto
02719
02720 #define sipEnum_QWizard_WizardOption sipModuleAPI_cglobals_QtGui->em_enums[3]
02721 #define sipEnum_QWizard_WizardStyle sipModuleAPI_cglobals_QtGui->em_enums[4]
02722 #define sipEnum_QWizard_WizardPixmap sipModuleAPI_cglobals_QtGui->em_enums[5]
02723 #define sipEnum_QWizard_WizardButton sipModuleAPI_cglobals_QtGui->em_enums[6]
02724
02725 #define sipClass_QWizard_WizardOptions sipModuleAPI_cglobals_QtGui->em_types[301]
02726 #define sipCast_QWizard_WizardOptions sipModuleAPI_cglobals_QtGui->em_types[301]->type->td_cast
02727 #define sipForceConvertTo_QWizard_WizardOptions sipModuleAPI_cglobals_QtGui->em_types[301]->type->td_fcto
02728
02729 #define sipClass_QWizardPage sipModuleAPI_cglobals_QtGui->em_types[258]
02730 #define sipCast_QWizardPage sipModuleAPI_cglobals_QtGui->em_types[258]->type->td_cast
02731 #define sipForceConvertTo_QWizardPage sipModuleAPI_cglobals_QtGui->em_types[258]->type->td_fcto
02732
02733 #define sipClass_QWorkspace sipModuleAPI_cglobals_QtGui->em_types[257]
02734 #define sipCast_QWorkspace sipModuleAPI_cglobals_QtGui->em_types[257]->type->td_cast
02735 #define sipForceConvertTo_QWorkspace sipModuleAPI_cglobals_QtGui->em_types[257]->type->td_fcto
02736
02737 #define sipEnum_QWorkspace_WindowOrder sipModuleAPI_cglobals_QtGui->em_enums[2]
02738
02739 #define sipClass_QX11EmbedWidget sipModuleAPI_cglobals_QtGui->em_types[256]
02740 #define sipCast_QX11EmbedWidget sipModuleAPI_cglobals_QtGui->em_types[256]->type->td_cast
02741 #define sipForceConvertTo_QX11EmbedWidget sipModuleAPI_cglobals_QtGui->em_types[256]->type->td_fcto
02742
02743 #define sipEnum_QX11EmbedWidget_Error sipModuleAPI_cglobals_QtGui->em_enums[1]
02744
02745 #define sipClass_QX11EmbedContainer sipModuleAPI_cglobals_QtGui->em_types[255]
02746 #define sipCast_QX11EmbedContainer sipModuleAPI_cglobals_QtGui->em_types[255]->type->td_cast
02747 #define sipForceConvertTo_QX11EmbedContainer sipModuleAPI_cglobals_QtGui->em_types[255]->type->td_fcto
02748
02749 #define sipEnum_QX11EmbedContainer_Error sipModuleAPI_cglobals_QtGui->em_enums[0]
02750
02751 #define sipClass_Display sipModuleAPI_cglobals_QtGui->em_types[1]
02752 #define sipCast_Display sipModuleAPI_cglobals_QtGui->em_types[1]->type->td_cast
02753 #define sipForceConvertTo_Display sipModuleAPI_cglobals_QtGui->em_types[1]->type->td_fcto
02754
02755 #define sipClass_QX11Info sipModuleAPI_cglobals_QtGui->em_types[0]
02756 #define sipCast_QX11Info sipModuleAPI_cglobals_QtGui->em_types[0]->type->td_cast
02757 #define sipForceConvertTo_QX11Info sipModuleAPI_cglobals_QtGui->em_types[0]->type->td_fcto
02758
02759 #define sipMappedType_QList_0201QUndoStack sipModuleAPI_cglobals_QtGui->em_mappedtypes[0]
02760 #define sipForceConvertTo_QList_0201QUndoStack sipModuleAPI_cglobals_QtGui->em_mappedtypes[0]->mt_fcto
02761 #define sipConvertFrom_QList_0201QUndoStack sipModuleAPI_cglobals_QtGui->em_mappedtypes[0]->mt_cfrom
02762
02763 #define sipMappedType_QList_0201QTreeWidgetItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[1]
02764 #define sipForceConvertTo_QList_0201QTreeWidgetItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[1]->mt_fcto
02765 #define sipConvertFrom_QList_0201QTreeWidgetItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[1]->mt_cfrom
02766
02767 #define sipMappedType_QList_0201QTextFrame sipModuleAPI_cglobals_QtGui->em_mappedtypes[2]
02768 #define sipForceConvertTo_QList_0201QTextFrame sipModuleAPI_cglobals_QtGui->em_mappedtypes[2]->mt_fcto
02769 #define sipConvertFrom_QList_0201QTextFrame sipModuleAPI_cglobals_QtGui->em_mappedtypes[2]->mt_cfrom
02770
02771 #define sipMappedType_QList_0200QTextBlock sipModuleAPI_cglobals_QtGui->em_mappedtypes[3]
02772 #define sipForceConvertTo_QList_0200QTextBlock sipModuleAPI_cglobals_QtGui->em_mappedtypes[3]->mt_fcto
02773 #define sipConvertFrom_QList_0200QTextBlock sipModuleAPI_cglobals_QtGui->em_mappedtypes[3]->mt_cfrom
02774
02775 #define sipMappedType_QVector_0200QTextLayout_FormatRange sipModuleAPI_cglobals_QtGui->em_mappedtypes[4]
02776 #define sipForceConvertTo_QVector_0200QTextLayout_FormatRange sipModuleAPI_cglobals_QtGui->em_mappedtypes[4]->mt_fcto
02777 #define sipConvertFrom_QVector_0200QTextLayout_FormatRange sipModuleAPI_cglobals_QtGui->em_mappedtypes[4]->mt_cfrom
02778
02779 #define sipMappedType_QList_0200QTextLayout_FormatRange sipModuleAPI_cglobals_QtGui->em_mappedtypes[5]
02780 #define sipForceConvertTo_QList_0200QTextLayout_FormatRange sipModuleAPI_cglobals_QtGui->em_mappedtypes[5]->mt_fcto
02781 #define sipConvertFrom_QList_0200QTextLayout_FormatRange sipModuleAPI_cglobals_QtGui->em_mappedtypes[5]->mt_cfrom
02782
02783 #define sipMappedType_QList_0200QTextOption_Tab sipModuleAPI_cglobals_QtGui->em_mappedtypes[6]
02784 #define sipForceConvertTo_QList_0200QTextOption_Tab sipModuleAPI_cglobals_QtGui->em_mappedtypes[6]->mt_fcto
02785 #define sipConvertFrom_QList_0200QTextOption_Tab sipModuleAPI_cglobals_QtGui->em_mappedtypes[6]->mt_cfrom
02786
02787 #define sipMappedType_QVector_0200QTextLength sipModuleAPI_cglobals_QtGui->em_mappedtypes[7]
02788 #define sipForceConvertTo_QVector_0200QTextLength sipModuleAPI_cglobals_QtGui->em_mappedtypes[7]->mt_fcto
02789 #define sipConvertFrom_QVector_0200QTextLength sipModuleAPI_cglobals_QtGui->em_mappedtypes[7]->mt_cfrom
02790
02791 #define sipMappedType_QVector_0200QTextFormat sipModuleAPI_cglobals_QtGui->em_mappedtypes[8]
02792 #define sipForceConvertTo_QVector_0200QTextFormat sipModuleAPI_cglobals_QtGui->em_mappedtypes[8]->mt_fcto
02793 #define sipConvertFrom_QVector_0200QTextFormat sipModuleAPI_cglobals_QtGui->em_mappedtypes[8]->mt_cfrom
02794
02795 #define sipMappedType_QList_0201QTableWidgetItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[9]
02796 #define sipForceConvertTo_QList_0201QTableWidgetItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[9]->mt_fcto
02797 #define sipConvertFrom_QList_0201QTableWidgetItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[9]->mt_cfrom
02798
02799 #define sipMappedType_QList_0200QTableWidgetSelectionRange sipModuleAPI_cglobals_QtGui->em_mappedtypes[10]
02800 #define sipForceConvertTo_QList_0200QTableWidgetSelectionRange sipModuleAPI_cglobals_QtGui->em_mappedtypes[10]->mt_fcto
02801 #define sipConvertFrom_QList_0200QTableWidgetSelectionRange sipModuleAPI_cglobals_QtGui->em_mappedtypes[10]->mt_cfrom
02802
02803 #define sipMappedType_QList_0201QStandardItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[11]
02804 #define sipForceConvertTo_QList_0201QStandardItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[11]->mt_fcto
02805 #define sipConvertFrom_QList_0201QStandardItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[11]->mt_cfrom
02806
02807 #define sipMappedType_QList_0200QPrinterInfo sipModuleAPI_cglobals_QtGui->em_mappedtypes[12]
02808 #define sipForceConvertTo_QList_0200QPrinterInfo sipModuleAPI_cglobals_QtGui->em_mappedtypes[12]->mt_fcto
02809 #define sipConvertFrom_QList_0200QPrinterInfo sipModuleAPI_cglobals_QtGui->em_mappedtypes[12]->mt_cfrom
02810
02811 #define sipMappedType_QList_0200QTextEdit_ExtraSelection sipModuleAPI_cglobals_QtGui->em_mappedtypes[13]
02812 #define sipForceConvertTo_QList_0200QTextEdit_ExtraSelection sipModuleAPI_cglobals_QtGui->em_mappedtypes[13]->mt_fcto
02813 #define sipConvertFrom_QList_0200QTextEdit_ExtraSelection sipModuleAPI_cglobals_QtGui->em_mappedtypes[13]->mt_cfrom
02814
02815 #define sipMappedType_QList_0200QPolygonF sipModuleAPI_cglobals_QtGui->em_mappedtypes[14]
02816 #define sipForceConvertTo_QList_0200QPolygonF sipModuleAPI_cglobals_QtGui->em_mappedtypes[14]->mt_fcto
02817 #define sipConvertFrom_QList_0200QPolygonF sipModuleAPI_cglobals_QtGui->em_mappedtypes[14]->mt_cfrom
02818
02819 #define sipMappedType_QVector_0200QRect sipModuleAPI_cglobals_QtGui->em_mappedtypes[15]
02820 #define sipForceConvertTo_QVector_0200QRect sipModuleAPI_cglobals_QtGui->em_mappedtypes[15]->mt_fcto
02821 #define sipConvertFrom_QVector_0200QRect sipModuleAPI_cglobals_QtGui->em_mappedtypes[15]->mt_cfrom
02822
02823 #define sipMappedType_QVector_0200QRectF sipModuleAPI_cglobals_QtGui->em_mappedtypes[16]
02824 #define sipForceConvertTo_QVector_0200QRectF sipModuleAPI_cglobals_QtGui->em_mappedtypes[16]->mt_fcto
02825 #define sipConvertFrom_QVector_0200QRectF sipModuleAPI_cglobals_QtGui->em_mappedtypes[16]->mt_cfrom
02826
02827 #define sipMappedType_QVector_0200QPoint sipModuleAPI_cglobals_QtGui->em_mappedtypes[17]
02828 #define sipForceConvertTo_QVector_0200QPoint sipModuleAPI_cglobals_QtGui->em_mappedtypes[17]->mt_fcto
02829 #define sipConvertFrom_QVector_0200QPoint sipModuleAPI_cglobals_QtGui->em_mappedtypes[17]->mt_cfrom
02830
02831 #define sipMappedType_QVector_0200QLine sipModuleAPI_cglobals_QtGui->em_mappedtypes[18]
02832 #define sipForceConvertTo_QVector_0200QLine sipModuleAPI_cglobals_QtGui->em_mappedtypes[18]->mt_fcto
02833 #define sipConvertFrom_QVector_0200QLine sipModuleAPI_cglobals_QtGui->em_mappedtypes[18]->mt_cfrom
02834
02835 #define sipMappedType_QVector_0200QPointF sipModuleAPI_cglobals_QtGui->em_mappedtypes[19]
02836 #define sipForceConvertTo_QVector_0200QPointF sipModuleAPI_cglobals_QtGui->em_mappedtypes[19]->mt_fcto
02837 #define sipConvertFrom_QVector_0200QPointF sipModuleAPI_cglobals_QtGui->em_mappedtypes[19]->mt_cfrom
02838
02839 #define sipMappedType_QVector_0200QLineF sipModuleAPI_cglobals_QtGui->em_mappedtypes[20]
02840 #define sipForceConvertTo_QVector_0200QLineF sipModuleAPI_cglobals_QtGui->em_mappedtypes[20]->mt_fcto
02841 #define sipConvertFrom_QVector_0200QLineF sipModuleAPI_cglobals_QtGui->em_mappedtypes[20]->mt_cfrom
02842
02843 #define sipMappedType_QList_0201QMdiSubWindow sipModuleAPI_cglobals_QtGui->em_mappedtypes[21]
02844 #define sipForceConvertTo_QList_0201QMdiSubWindow sipModuleAPI_cglobals_QtGui->em_mappedtypes[21]->mt_fcto
02845 #define sipConvertFrom_QList_0201QMdiSubWindow sipModuleAPI_cglobals_QtGui->em_mappedtypes[21]->mt_cfrom
02846
02847 #define sipMappedType_QList_0201QListWidgetItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[22]
02848 #define sipForceConvertTo_QList_0201QListWidgetItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[22]->mt_fcto
02849 #define sipConvertFrom_QList_0201QListWidgetItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[22]->mt_cfrom
02850
02851 #define sipMappedType_QList_0200QRectF sipModuleAPI_cglobals_QtGui->em_mappedtypes[23]
02852 #define sipForceConvertTo_QList_0200QRectF sipModuleAPI_cglobals_QtGui->em_mappedtypes[23]->mt_fcto
02853 #define sipConvertFrom_QList_0200QRectF sipModuleAPI_cglobals_QtGui->em_mappedtypes[23]->mt_cfrom
02854
02855 #define sipMappedType_QList_0201QGraphicsView sipModuleAPI_cglobals_QtGui->em_mappedtypes[24]
02856 #define sipForceConvertTo_QList_0201QGraphicsView sipModuleAPI_cglobals_QtGui->em_mappedtypes[24]->mt_fcto
02857 #define sipConvertFrom_QList_0201QGraphicsView sipModuleAPI_cglobals_QtGui->em_mappedtypes[24]->mt_cfrom
02858
02859 #define sipMappedType_QList_0600QPair_2400_0100QPointF sipModuleAPI_cglobals_QtGui->em_mappedtypes[25]
02860 #define sipForceConvertTo_QList_0600QPair_2400_0100QPointF sipModuleAPI_cglobals_QtGui->em_mappedtypes[25]->mt_fcto
02861 #define sipConvertFrom_QList_0600QPair_2400_0100QPointF sipModuleAPI_cglobals_QtGui->em_mappedtypes[25]->mt_cfrom
02862
02863 #define sipMappedType_QList_0201QGraphicsItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[26]
02864 #define sipForceConvertTo_QList_0201QGraphicsItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[26]->mt_fcto
02865 #define sipConvertFrom_QList_0201QGraphicsItem sipModuleAPI_cglobals_QtGui->em_mappedtypes[26]->mt_cfrom
02866
02867 #define sipMappedType_QList_0200QInputMethodEvent_Attribute sipModuleAPI_cglobals_QtGui->em_mappedtypes[27]
02868 #define sipForceConvertTo_QList_0200QInputMethodEvent_Attribute sipModuleAPI_cglobals_QtGui->em_mappedtypes[27]->mt_fcto
02869 #define sipConvertFrom_QList_0200QInputMethodEvent_Attribute sipModuleAPI_cglobals_QtGui->em_mappedtypes[27]->mt_cfrom
02870
02871 #define sipMappedType_QMap_0200QDate_0200QTextCharFormat sipModuleAPI_cglobals_QtGui->em_mappedtypes[28]
02872 #define sipForceConvertTo_QMap_0200QDate_0200QTextCharFormat sipModuleAPI_cglobals_QtGui->em_mappedtypes[28]->mt_fcto
02873 #define sipConvertFrom_QMap_0200QDate_0200QTextCharFormat sipModuleAPI_cglobals_QtGui->em_mappedtypes[28]->mt_cfrom
02874
02875 #define sipMappedType_QList_0201QAbstractButton sipModuleAPI_cglobals_QtGui->em_mappedtypes[29]
02876 #define sipForceConvertTo_QList_0201QAbstractButton sipModuleAPI_cglobals_QtGui->em_mappedtypes[29]->mt_fcto
02877 #define sipConvertFrom_QList_0201QAbstractButton sipModuleAPI_cglobals_QtGui->em_mappedtypes[29]->mt_cfrom
02878
02879 #define sipMappedType_QList_0200QKeySequence sipModuleAPI_cglobals_QtGui->em_mappedtypes[30]
02880 #define sipForceConvertTo_QList_0200QKeySequence sipModuleAPI_cglobals_QtGui->em_mappedtypes[30]->mt_fcto
02881 #define sipConvertFrom_QList_0200QKeySequence sipModuleAPI_cglobals_QtGui->em_mappedtypes[30]->mt_cfrom
02882
02883 #define sipMappedType_QList_0201QAction sipModuleAPI_cglobals_QtGui->em_mappedtypes[31]
02884 #define sipForceConvertTo_QList_0201QAction sipModuleAPI_cglobals_QtGui->em_mappedtypes[31]->mt_fcto
02885 #define sipConvertFrom_QList_0201QAction sipModuleAPI_cglobals_QtGui->em_mappedtypes[31]->mt_cfrom
02886
02887 #define sipMappedType_QVector_0200QAbstractTextDocumentLayout_Selection sipModuleAPI_cglobals_QtGui->em_mappedtypes[32]
02888 #define sipForceConvertTo_QVector_0200QAbstractTextDocumentLayout_Selection sipModuleAPI_cglobals_QtGui->em_mappedtypes[32]->mt_fcto
02889 #define sipConvertFrom_QVector_0200QAbstractTextDocumentLayout_Selection sipModuleAPI_cglobals_QtGui->em_mappedtypes[32]->mt_cfrom
02890
02891 #define sipMappedType_QVector_0600QPair_2400_0100QColor sipModuleAPI_cglobals_QtGui->em_mappedtypes[33]
02892 #define sipForceConvertTo_QVector_0600QPair_2400_0100QColor sipModuleAPI_cglobals_QtGui->em_mappedtypes[33]->mt_fcto
02893 #define sipConvertFrom_QVector_0600QPair_2400_0100QColor sipModuleAPI_cglobals_QtGui->em_mappedtypes[33]->mt_cfrom
02894
02895 #define sipMappedType_QList_0201QWidget sipModuleAPI_cglobals_QtGui->em_mappedtypes[34]
02896 #define sipForceConvertTo_QList_0201QWidget sipModuleAPI_cglobals_QtGui->em_mappedtypes[34]->mt_fcto
02897 #define sipConvertFrom_QList_0201QWidget sipModuleAPI_cglobals_QtGui->em_mappedtypes[34]->mt_cfrom
02898
02899 #define sipMappedType_QList_0500QWizard_WizardButton sipModuleAPI_cglobals_QtGui->em_mappedtypes[35]
02900 #define sipForceConvertTo_QList_0500QWizard_WizardButton sipModuleAPI_cglobals_QtGui->em_mappedtypes[35]->mt_fcto
02901 #define sipConvertFrom_QList_0500QWizard_WizardButton sipModuleAPI_cglobals_QtGui->em_mappedtypes[35]->mt_cfrom
02902
02903 #define sipMappedType_QList_0500QPrinter_PageSize sipModuleAPI_cglobals_QtGui->em_mappedtypes[36]
02904 #define sipForceConvertTo_QList_0500QPrinter_PageSize sipModuleAPI_cglobals_QtGui->em_mappedtypes[36]->mt_fcto
02905 #define sipConvertFrom_QList_0500QPrinter_PageSize sipModuleAPI_cglobals_QtGui->em_mappedtypes[36]->mt_cfrom
02906
02907 #define sipMappedType_QList_0500QFontDatabase_WritingSystem sipModuleAPI_cglobals_QtGui->em_mappedtypes[37]
02908 #define sipForceConvertTo_QList_0500QFontDatabase_WritingSystem sipModuleAPI_cglobals_QtGui->em_mappedtypes[37]->mt_fcto
02909 #define sipConvertFrom_QList_0500QFontDatabase_WritingSystem sipModuleAPI_cglobals_QtGui->em_mappedtypes[37]->mt_cfrom
02910
02911 #define sipMappedType_XEvent sipModuleAPI_cglobals_QtGui->em_mappedtypes[38]
02912 #define sipForceConvertTo_XEvent sipModuleAPI_cglobals_QtGui->em_mappedtypes[38]->mt_fcto
02913 #define sipConvertFrom_XEvent sipModuleAPI_cglobals_QtGui->em_mappedtypes[38]->mt_cfrom
02914 extern const sipExportedModuleDef *sipModuleAPI_cglobals_QtGui;
02915
02916 #if !defined(sipClass_std)
02917 #define sipClass_std sipModuleAPI_cglobals_STL->em_types[0]
02918 #endif
02919
02920 #define sipClass_std_string sipModuleAPI_cglobals_STL->em_types[1]
02921 #define sipCast_std_string sipModuleAPI_cglobals_STL->em_types[1]->type->td_cast
02922 #define sipForceConvertTo_std_string sipModuleAPI_cglobals_STL->em_types[1]->type->td_fcto
02923 extern const sipExportedModuleDef *sipModuleAPI_cglobals_STL;
02924
02925 #define sipClass_CUnits sipModuleAPI_cglobals_cutilities->em_types[1]
02926 #define sipCast_CUnits sipModuleAPI_cglobals_cutilities->em_types[1]->type->td_cast
02927 #define sipForceConvertTo_CUnits sipModuleAPI_cglobals_cutilities->em_types[1]->type->td_fcto
02928
02929 #define sipClass_CConstrDestrInfo sipModuleAPI_cglobals_cutilities->em_types[0]
02930 #define sipCast_CConstrDestrInfo sipModuleAPI_cglobals_cutilities->em_types[0]->type->td_cast
02931 #define sipForceConvertTo_CConstrDestrInfo sipModuleAPI_cglobals_cutilities->em_types[0]->type->td_fcto
02932 extern const sipExportedModuleDef *sipModuleAPI_cglobals_cutilities;
02933
02934 typedef const QMetaObject *(*sip_qt_metaobject_func)(sipWrapper *,sipWrapperType *,const QMetaObject *);
02935 extern sip_qt_metaobject_func sip_cglobals_qt_metaobject;
02936
02937 typedef int (*sip_qt_metacall_func)(sipWrapper *,sipWrapperType *,QMetaObject::Call,int,void **);
02938 extern sip_qt_metacall_func sip_cglobals_qt_metacall;
02939
02940 typedef int (*sip_qt_metacast_func)(sipWrapper *,sipWrapperType *,const char *);
02941 extern sip_qt_metacast_func sip_cglobals_qt_metacast;
02942
02943 #endif