Home
last modified time | relevance | path

Searched refs:sipType_wxGridCellEditor (Results 1 – 12 of 12) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_gridwxGridCellEditor.cpp380 if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxGridCellEditor, &sipCpp)) in meth_wxGridCellEditor_Clone()
399 return sipConvertFromNewType(sipRes,sipType_wxGridCellEditor,SIP_NULLPTR); in meth_wxGridCellEditor_Clone()
474 if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxGridCellEditor, &sipCpp)) in meth_wxGridCellEditor_Destroy()
634 …rr, sipArgs, sipKwds, sipKwdList, SIP_NULLPTR, "BJ9", &sipSelf, sipType_wxGridCellEditor, &sipCpp,… in meth_wxGridCellEditor_HandleReturn()
669 if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxGridCellEditor, &sipCpp)) in meth_wxGridCellEditor_IsCreated()
754 if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxGridCellEditor, &sipCpp)) in meth_wxGridCellEditor_Reset()
884 if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxGridCellEditor, &sipCpp)) in meth_wxGridCellEditor_StartingClick()
926 …rr, sipArgs, sipKwds, sipKwdList, SIP_NULLPTR, "BJ9", &sipSelf, sipType_wxGridCellEditor, &sipCpp,… in meth_wxGridCellEditor_StartingKey()
962 if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxGridCellEditor, &sipCpp)) in meth_wxGridCellEditor_GetValue()
1004 if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxGridCellEditor, &sipCpp)) in meth_wxGridCellEditor_GetControl()
[all …]
H A Dsip_gridwxGridCellEnumEditor.cpp414 return sipConvertFromNewType(sipRes,sipType_wxGridCellEditor,SIP_NULLPTR); in meth_wxGridCellEnumEditor_Clone()
650 if (targetType == sipType_wxGridCellEditor) in cast_wxGridCellEnumEditor()
H A Dsip_gridwxGridCellAutoWrapStringEditor.cpp434 return sipConvertFromNewType(sipRes,sipType_wxGridCellEditor,SIP_NULLPTR); in meth_wxGridCellAutoWrapStringEditor_Clone()
670 if (targetType == sipType_wxGridCellEditor) in cast_wxGridCellAutoWrapStringEditor()
H A Dsip_gridwxGridCellChoiceEditor.cpp457 return sipConvertFromNewType(sipRes,sipType_wxGridCellEditor,SIP_NULLPTR); in meth_wxGridCellChoiceEditor_Clone()
690 if (targetType == sipType_wxGridCellEditor) in cast_wxGridCellChoiceEditor()
H A Dsip_gridwxGridCellNumberEditor.cpp477 return sipConvertFromNewType(sipRes,sipType_wxGridCellEditor,SIP_NULLPTR); in meth_wxGridCellNumberEditor_Clone()
713 if (targetType == sipType_wxGridCellEditor) in cast_wxGridCellNumberEditor()
H A Dsip_gridwxGridCellFloatEditor.cpp478 return sipConvertFromNewType(sipRes,sipType_wxGridCellEditor,SIP_NULLPTR); in meth_wxGridCellFloatEditor_Clone()
714 if (targetType == sipType_wxGridCellEditor) in cast_wxGridCellFloatEditor()
H A Dsip_gridwxGridCellTextEditor.cpp519 return sipConvertFromNewType(sipRes,sipType_wxGridCellEditor,SIP_NULLPTR); in meth_wxGridCellTextEditor_Clone()
752 if (targetType == sipType_wxGridCellEditor) in cast_wxGridCellTextEditor()
H A Dsip_gridwxGridCellBoolEditor.cpp486 return sipConvertFromNewType(sipRes,sipType_wxGridCellEditor,SIP_NULLPTR); in meth_wxGridCellBoolEditor_Clone()
719 if (targetType == sipType_wxGridCellEditor) in cast_wxGridCellBoolEditor()
H A Dsip_gridwxGridCellAttr.cpp228 return sipConvertFromType(sipRes,sipType_wxGridCellEditor,SIP_NULLPTR); in meth_wxGridCellAttr_GetEditor()
819 … SIP_NULLPTR, "BJ:", &sipSelf, sipType_wxGridCellAttr, &sipCpp, sipType_wxGridCellEditor, &editor)) in meth_wxGridCellAttr_SetEditor()
H A Dsip_gridcmodule.cpp1251 …LState, sipErrorHandler, sipPySelf, sipMethod, sipResObj, "H2", sipType_wxGridCellEditor, &sipRes); in sipVH__grid_5()
H A Dsip_gridwxGrid.cpp3257 return sipConvertFromType(sipRes,sipType_wxGridCellEditor,SIP_NULLPTR); in meth_wxGrid_GetCellEditor()
3409 return sipConvertFromType(sipRes,sipType_wxGridCellEditor,SIP_NULLPTR); in meth_wxGrid_GetDefaultEditor()
3454 return sipConvertFromType(sipRes,sipType_wxGridCellEditor,SIP_NULLPTR); in meth_wxGrid_GetDefaultEditorForCell()
3481 return sipConvertFromType(sipRes,sipType_wxGridCellEditor,SIP_NULLPTR); in meth_wxGrid_GetDefaultEditorForCell()
3525 return sipConvertFromType(sipRes,sipType_wxGridCellEditor,SIP_NULLPTR); in meth_wxGrid_GetDefaultEditorForType()
3904 …ypeName, &typeNameState, sipType_wxGridCellRenderer, &renderer, sipType_wxGridCellEditor, &editor)) in meth_wxGrid_RegisterDataType()
3985 …ULLPTR, "BiiJ:", &sipSelf, sipType_wxGrid, &sipCpp, &row, &col, sipType_wxGridCellEditor, &editor)) in meth_wxGrid_SetCellEditor()
4316 …KwdList, SIP_NULLPTR, "BJ:", &sipSelf, sipType_wxGrid, &sipCpp, sipType_wxGridCellEditor, &editor)) in meth_wxGrid_SetDefaultEditor()
H A DsipAPI_grid.h1810 #define sipType_wxGridCellEditor sipExportedTypes__grid[15] macro