Home
last modified time | relevance | path

Searched refs:modelHandle (Results 1 – 25 of 34) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DList.java45 long modelHandle; field in List
110 GTK.gtk_list_store_append (modelHandle, iter); in add()
156 GTK.gtk_list_store_append (modelHandle, iter); in add()
1099 if (modelHandle != 0) OS.g_object_unref (modelHandle); in releaseWidget()
1100 modelHandle = 0; in releaseWidget()
1126 GTK.gtk_list_store_remove (modelHandle, iter); in remove()
1159 GTK.gtk_list_store_remove (modelHandle, iter); in remove()
1224 GTK.gtk_list_store_remove (modelHandle, iter); in remove()
1244 GTK.gtk_list_store_clear (modelHandle); in removeAll()
1497 GTK.gtk_list_store_clear (modelHandle); in setItems()
[all …]
H A DTreeItem.java280 GTK.gtk_tree_store_set (parent.modelHandle, handle, i, 0, -1); in clear()
283 GTK.gtk_tree_store_set (parent.modelHandle, handle, i, (long )0, -1); in clear()
420 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getBoundsInPixels()
467 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getBoundsInPixels()
544 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getExpanded()
712 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getImageBoundsInPixels()
858 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getParentItem()
864 if (GTK.gtk_tree_model_get_iter (parent.modelHandle, iter, path)) { in getParentItem()
945 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getTextBoundsInPixels()
1101 long modelHandle = parent.modelHandle; in removeAll() local
[all …]
H A DTree.java82 long modelHandle, checkRenderer; field in Tree
746 long oldModel = modelHandle; in createColumn()
1064 display.removeWidget (modelHandle); in deregister()
1129 long oldModel = modelHandle; in destroyItem()
2796 display.addWidget (modelHandle, this);
2851 if (modelHandle != 0) OS.g_object_unref (modelHandle);
2852 modelHandle = 0;
3766 display.removeWidget (modelHandle);
3767 OS.g_object_unref (modelHandle);
3768 modelHandle = newModel;
[all …]
H A DTableItem.java124 GTK.gtk_tree_model_iter_nth_child (parent.modelHandle, handle, 0, index); in TableItem()
135 GTK.gtk_tree_model_get (parent.modelHandle, handle, Table.BACKGROUND_COLUMN, ptr, -1); in _getBackground()
158 GTK.gtk_tree_model_get (parent.modelHandle, handle, Table.CHECKED_COLUMN, ptr, -1); in _getChecked()
164 GTK.gtk_tree_model_get (parent.modelHandle, handle, Table.FOREGROUND_COLUMN, ptr, -1); in _getForeground()
221 int columnCount = GTK.gtk_tree_model_get_n_columns (parent.modelHandle); in clear()
224 GTK.gtk_list_store_set (parent.modelHandle, handle, i, 0, -1); in clear()
227 GTK.gtk_list_store_set (parent.modelHandle, handle, i, (long )0, -1); in clear()
313 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getBoundsinPixels()
415 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getBoundsInPixels()
622 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getImageBoundsInPixels()
[all …]
H A DTable.java76 long modelHandle, checkRenderer; field in Table
553 long oldModel = modelHandle; in createColumn()
887 display.removeWidget (modelHandle); in deregister()
1006 long oldModel = modelHandle; in destroyItem()
2589 display.addWidget (modelHandle, this); in register()
2618 if (modelHandle != 0) OS.g_object_unref (modelHandle); in releaseWidget()
2619 modelHandle = 0; in releaseWidget()
3684 display.removeWidget (modelHandle); in setModel()
3685 OS.g_object_unref (modelHandle); in setModel()
3686 modelHandle = newModel; in setModel()
[all …]
H A DTreeColumn.java468 if (GTK.gtk_tree_model_get_iter_first (parent.modelHandle, iter)) { in pack()
471 } while (GTK.gtk_tree_model_iter_next(parent.modelHandle, iter)); in pack()
H A DTableColumn.java494 if (GTK.gtk_tree_model_get_iter_first (parent.modelHandle, iter)) { in pack()
497 } while (GTK.gtk_tree_model_iter_next(parent.modelHandle, iter)); in pack()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DList.java47 long modelHandle; field in List
112 GTK.gtk_list_store_append (modelHandle, iter); in add()
158 GTK.gtk_list_store_append (modelHandle, iter); in add()
1132 if (modelHandle != 0) OS.g_object_unref (modelHandle); in releaseWidget()
1133 modelHandle = 0; in releaseWidget()
1159 GTK.gtk_list_store_remove (modelHandle, iter); in remove()
1192 GTK.gtk_list_store_remove (modelHandle, iter); in remove()
1257 GTK.gtk_list_store_remove (modelHandle, iter); in remove()
1277 GTK.gtk_list_store_clear (modelHandle); in removeAll()
1530 GTK.gtk_list_store_clear (modelHandle); in setItems()
[all …]
H A DTreeItem.java284 GTK.gtk_tree_store_set (parent.modelHandle, handle, i, 0, -1); in clear()
287 GTK.gtk_tree_store_set (parent.modelHandle, handle, i, (long )0, -1); in clear()
424 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getBoundsInPixels()
471 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getBoundsInPixels()
548 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getExpanded()
716 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getImageBoundsInPixels()
862 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getParentItem()
868 if (GTK.gtk_tree_model_get_iter (parent.modelHandle, iter, path)) { in getParentItem()
949 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getTextBoundsInPixels()
1105 long modelHandle = parent.modelHandle; in removeAll() local
[all …]
H A DTree.java84 long modelHandle, checkRenderer; field in Tree
760 long oldModel = modelHandle; in createColumn()
1145 display.removeWidget (modelHandle); in deregister()
1210 long oldModel = modelHandle; in destroyItem()
2895 display.addWidget (modelHandle, this);
2950 if (modelHandle != 0) OS.g_object_unref (modelHandle);
2951 modelHandle = 0;
3849 display.removeWidget (modelHandle);
3850 OS.g_object_unref (modelHandle);
3851 modelHandle = newModel;
[all …]
H A DTableItem.java126 GTK.gtk_tree_model_iter_nth_child (parent.modelHandle, handle, 0, index); in TableItem()
137 GTK.gtk_tree_model_get (parent.modelHandle, handle, Table.BACKGROUND_COLUMN, ptr, -1); in _getBackground()
160 GTK.gtk_tree_model_get (parent.modelHandle, handle, Table.CHECKED_COLUMN, ptr, -1); in _getChecked()
166 GTK.gtk_tree_model_get (parent.modelHandle, handle, Table.FOREGROUND_COLUMN, ptr, -1); in _getForeground()
226 int columnCount = GTK.gtk_tree_model_get_n_columns (parent.modelHandle); in clear()
229 GTK.gtk_list_store_set (parent.modelHandle, handle, i, 0, -1); in clear()
232 GTK.gtk_list_store_set (parent.modelHandle, handle, i, (long )0, -1); in clear()
318 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getBoundsinPixels()
420 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getBoundsInPixels()
631 long path = GTK.gtk_tree_model_get_path (parent.modelHandle, handle); in getImageBoundsInPixels()
[all …]
H A DTable.java78 long modelHandle, checkRenderer; field in Table
563 long oldModel = modelHandle; in createColumn()
930 display.removeWidget (modelHandle); in deregister()
1049 long oldModel = modelHandle; in destroyItem()
2671 display.addWidget (modelHandle, this); in register()
2700 if (modelHandle != 0) OS.g_object_unref (modelHandle); in releaseWidget()
2701 modelHandle = 0; in releaseWidget()
3752 display.removeWidget (modelHandle); in setModel()
3753 OS.g_object_unref (modelHandle); in setModel()
3754 modelHandle = newModel; in setModel()
[all …]
H A DMenu.java57 long modelHandle, actionGroup, shortcutController, sectionModelHandle; field in Menu
451 modelHandle = OS.g_menu_new(); in createHandle()
452 if (modelHandle == 0) error(SWT.ERROR_NO_HANDLES); in createHandle()
458 handle = GTK4.gtk_popover_menu_bar_new_from_model(modelHandle); in createHandle()
464 handle = modelHandle; in createHandle()
468 handle = GTK4.gtk_popover_menu_new_from_model_full(modelHandle, GTK.GTK_POPOVER_MENU_NESTED); in createHandle()
480 OS.g_menu_insert_item(modelHandle, index, defaultSection); in createHandle()
H A DMenuItem.java65 long modelHandle, actionHandle, shortcutHandle; field in MenuItem
270 modelHandle = OS.g_menu_new(); in createHandle()
274 handle = OS.g_menu_item_new_section(null, modelHandle); in createHandle()
275 parent.sectionModelHandle = modelHandle; in createHandle()
294 handle = OS.g_menu_item_new_submenu(null, modelHandle); in createHandle()
311 OS.g_menu_insert_item(parent.modelHandle, index, handle); in createHandle()
1063 OS.g_menu_item_set_submenu(handle, menu.modelHandle); in setMenu()
H A DTreeColumn.java490 if (GTK.gtk_tree_model_get_iter_first (parent.modelHandle, iter)) { in pack()
493 } while (GTK.gtk_tree_model_iter_next(parent.modelHandle, iter)); in pack()
H A DTableColumn.java512 if (GTK.gtk_tree_model_get_iter_first (parent.modelHandle, iter)) { in pack()
515 } while (GTK.gtk_tree_model_iter_next(parent.modelHandle, iter)); in pack()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/anim/
H A DAnim_Blend.cpp2095 modelHandle = NULL; in idDeclModelDef()
2132 modelHandle = decl->modelHandle; in CopyDecl()
2158 modelHandle = NULL; in FreeData()
2184 if ( !modelHandle ) { in FindJoint()
2222 if ( !modelHandle ) { in GetJointList()
2305 if ( modelHandle ) { in Touch()
2338 if ( !modelHandle || modelHandle->IsDefaultModel() ) { in SetupJoints()
2631 if ( !modelHandle ) { in Parse()
2696 if ( !modelHandle ) { in Parse()
2900 if ( modelHandle ) { in GetModelName()
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DEditorBrush.cpp150 b->modelHandle = NULL; in Brush_Alloc()
2377 n->modelHandle = b->modelHandle; in Brush_Clone()
2425 n->modelHandle = b->modelHandle; in Brush_FullClone()
2638 …if ( b->modelHandle != NULL && dynamic_cast<idRenderModelPrt*>( b->modelHandle ) == NULL && dynami… in Brush_Ray()
3074 if (b->modelHandle) { in Brush_UpdateLightPoints()
4203modelHandle->Bounds()[1].x > b->modelHandle->Bounds()[0].x) ? b->modelHandle->Bounds()[1].x - b->m… in Brush_DrawAxis()
4204modelHandle->Bounds()[1].y > b->modelHandle->Bounds()[0].y) ? b->modelHandle->Bounds()[1].y - b->m… in Brush_DrawAxis()
4205modelHandle->Bounds()[1].z > b->modelHandle->Bounds()[0].z) ? b->modelHandle->Bounds()[1].z - b->m… in Brush_DrawAxis()
4255 if (b->modelHandle > 0) { in Brush_DrawModelInfo()
4484 if ( b->modelHandle > 0 && !model ) { in Brush_Draw()
[all …]
H A DECLASS.CPP123 e->modelHandle = renderModelManager->FindModel( pLocation ); in LoadModel()
124 b = e->modelHandle->Bounds( NULL ); in LoadModel()
144 e->modelHandle = NULL; in EClass_Alloc()
H A DQERTYPES.H327 idRenderModel *modelHandle; member
393 idRenderModel *modelHandle; member
H A DCSG.CPP53 if (b->owner->eclass->fixedsize || b->pPatch || b->hiddenBrush || b->modelHandle > 0) in CSG_MakeHollow()
494 if (b->owner->eclass->fixedsize || b->modelHandle > 0) in CSG_Subtract()
531 if (s->owner->eclass->fixedsize || s->pPatch || s->hiddenBrush || s->modelHandle > 0) in CSG_Subtract()
622 if (b->owner->eclass->fixedsize || b->modelHandle > 0) in CSG_Merge()
H A DSELECT.CPP80 if (brush->pPatch || brush->modelHandle > 0) { in Test_Ray()
86 if (brush->modelHandle > 0) { in Test_Ray()
141 if (brush->pPatch || brush->modelHandle > 0) { in Test_Ray()
147 if (brush->modelHandle > 0) { in Test_Ray()
172 if (brush->pPatch || brush->modelHandle > 0) { in Test_Ray()
178 if (brush->modelHandle > 0) { in Test_Ray()
675 if (!b->modelHandle) { in Select_OnlyModelsSelected()
764 if (b->modelHandle || b->owner->eclass->nShowFlags & ECLASS_ROTATABLE) { in Select_ApplyMatrix()
800 if (b->modelHandle) { in Select_ApplyMatrix()
803 …if ( dynamic_cast<idRenderModelPrt*>( b->modelHandle ) || dynamic_cast<idRenderModelLiquid*>( b->m… in Select_ApplyMatrix()
[all …]
H A DEditorEntity.cpp658 idRenderModel *modelHandle = renderModelManager->FindModel( pModel ); in Entity_PostParse() local
660 …if ( dynamic_cast<idRenderModelPrt*>( modelHandle ) || dynamic_cast<idRenderModelLiquid*>( modelHa… in Entity_PostParse()
664 bo = modelHandle->Bounds( NULL ); in Entity_PostParse()
678 b->modelHandle = modelHandle; in Entity_PostParse()
H A DEntityDlg.cpp635 selected_brushes.next->modelHandle = renderModelManager->FindModel( Value ); in AddProp()
636 …delPrt*>( selected_brushes.next->modelHandle ) || dynamic_cast<idRenderModelLiquid*>( selected_bru… in AddProp()
640 bo = selected_brushes.next->modelHandle->Bounds( NULL ); in AddProp()
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/anim/
H A DAnim_Blend.cpp2181 modelHandle = NULL; in idDeclModelDef()
2218 modelHandle = decl->modelHandle; in CopyDecl()
2244 modelHandle = NULL; in FreeData()
2270 if ( !modelHandle ) { in FindJoint()
2308 if ( !modelHandle ) { in GetJointList()
2391 if ( modelHandle ) { in Touch()
2424 if ( !modelHandle || modelHandle->IsDefaultModel() ) { in SetupJoints()
2717 if ( !modelHandle ) { in Parse()
2782 if ( !modelHandle ) { in Parse()
2986 if ( modelHandle ) { in GetModelName()
[all …]

12