Home
last modified time | relevance | path

Searched refs:select_only (Results 1 – 25 of 75) sorted by relevance

123

/dports/graphics/blender/blender-2.91.0/source/blender/editors/object/
H A Dobject_utils.c55 const bool select_only, in ED_object_calc_active_center_for_editmode() argument
73 if (ebo && (!select_only || (ebo->flag & (BONE_SELECTED | BONE_ROOTSEL)))) { in ED_object_calc_active_center_for_editmode()
93 if (ml_act && (!select_only || (ml_act->flag & SELECT))) { in ED_object_calc_active_center_for_editmode()
114 const bool select_only, in ED_object_calc_active_center_for_posemode() argument
118 if (pchan && (!select_only || (pchan->bone->flag & BONE_SELECTED))) { in ED_object_calc_active_center_for_posemode()
125 bool ED_object_calc_active_center(Object *ob, const bool select_only, float r_center[3]) in ED_object_calc_active_center() argument
128 if (ED_object_calc_active_center_for_editmode(ob, select_only, r_center)) { in ED_object_calc_active_center()
135 if (ED_object_calc_active_center_for_posemode(ob, select_only, r_center)) { in ED_object_calc_active_center()
141 if (!select_only || (ob->base_flag & BASE_SELECTED)) { in ED_object_calc_active_center()
/dports/misc/morse/morse-1.4-154-g53f9eaa8/tools/terrain/
H A Dblend_dtm.py61 def select_only(obj): function
67 select_only(obj)
268 select_only(obj)
283 select_only(obj)
/dports/misc/morse/morse-1.4-154-g53f9eaa8/src/morse/builder/
H A Dcreator.py57 bpymorse.select_only(bpymorse.get_object(blendobject))
59 bpymorse.select_only(bpymorse.get_object(blendobject))
H A Dbpymorse.py215 def select_only(obj): function
229 select_only(obj)
382 select_only(obj)
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Tree.cxx555 select_only(_item_focus); in handle()
566 select_only(_item_focus); // select only this in handle()
650 select_only(o); in handle()
659 select_only(o); in handle()
694 select_only(o); in handle()
792 int Fl_Tree::select_only(Fl_Tree_Item *selitem, int docallback) { in select_only() function in Fl_Tree
H A DFl_Browser_.cxx678 int Fl_Browser_::select_only(void* item, int docallbacks) { in select_only() function in Fl_Browser_
724 if (item_height(l)>0) {select_only(l, when()); break;} in handle()
729 select_only(l, when()); in handle()
739 select_only(l, when() & ~FL_WHEN_ENTER_KEY); in handle()
813 change = select_only(find_item(my), 0); in handle()
865 change = select_only(l, 0); in handle()
918 select_only(l, when() & FL_WHEN_CHANGED); in handle()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Tree.cxx555 select_only(_item_focus); in handle()
566 select_only(_item_focus); // select only this in handle()
650 select_only(o); in handle()
659 select_only(o); in handle()
694 select_only(o); in handle()
792 int Fl_Tree::select_only(Fl_Tree_Item *selitem, int docallback) { in select_only() function in Fl_Tree
H A DFl_Browser_.cxx678 int Fl_Browser_::select_only(void* item, int docallbacks) { in select_only() function in Fl_Browser_
724 if (item_height(l)>0) {select_only(l, when()); break;} in handle()
729 select_only(l, when()); in handle()
739 select_only(l, when() & ~FL_WHEN_ENTER_KEY); in handle()
813 change = select_only(find_item(my), 0); in handle()
865 change = select_only(l, 0); in handle()
918 select_only(l, when() & FL_WHEN_CHANGED); in handle()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/innodb/t/
H A Dinformation_schema_grants.test7 create user select_only@localhost;
8 grant select on *.* to select_only@localhost;
10 connect select_only,localhost,select_only;
109 connection select_only;
302 drop user select_only@localhost;
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/innodb/t/
H A Dinformation_schema_grants.test7 create user select_only@localhost;
8 grant select on *.* to select_only@localhost;
10 connect select_only,localhost,select_only;
109 connection select_only;
302 drop user select_only@localhost;
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Browser_.cxx559 int Fl_Browser_::select_only(void* l, int docallbacks) { in select_only() function in Fl_Browser_
582 if (item_height(l)>0) {select_only(l, when()); break;} in handle()
586 select_only(l, when()); break;} in handle()
593 select_only(l, when() & ~FL_WHEN_ENTER_KEY); in handle()
662 change = select_only(find_item(my), 0); in handle()
706 change = select_only(l, 0); in handle()
755 select_only(l, when() & FL_WHEN_CHANGED); in handle()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Browser_.cxx672 int Fl_Browser_::select_only(void* item, int docallbacks) { in select_only() function in Fl_Browser_
718 if (item_height(l)>0) {select_only(l, when()); break;} in handle()
724 select_only(l, when()); in handle()
734 select_only(l, when() & ~FL_WHEN_ENTER_KEY); in handle()
808 change = select_only(find_item(my), 0); in handle()
860 change = select_only(l, 0); in handle()
913 select_only(l, when() & FL_WHEN_CHANGED); in handle()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/innodb/t/
H A Dinformation_schema_grants.test7 create user select_only@localhost;
8 grant select on *.* to select_only@localhost;
10 connect select_only,localhost,select_only;
112 connection select_only;
311 drop user select_only@localhost;
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/innodb/t/
H A Dinformation_schema_grants.test7 create user select_only@localhost;
8 grant select on *.* to select_only@localhost;
10 connect select_only,localhost,select_only;
112 connection select_only;
311 drop user select_only@localhost;
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/innodb/t/
H A Dinformation_schema_grants.test7 create user select_only@localhost;
8 grant select on *.* to select_only@localhost;
10 connect select_only,localhost,select_only;
112 connection select_only;
311 drop user select_only@localhost;
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/innodb/t/
H A Dinformation_schema_grants.test7 create user select_only@localhost;
8 grant select on *.* to select_only@localhost;
10 connect select_only,localhost,select_only;
112 connection select_only;
311 drop user select_only@localhost;
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A Dmovementbrowser.cpp333 addNode(nd, n)->select_only(); in cb_AddMovement()
358 addNode(nd, n)->select_only(); in addSpecificMovement()
378 addNode(nd, newNode)->select_only(); in selectSpecificMovement()
389 pn->select_only(); in cb_StepBack()
528 tree->get_root()->select_only(); in movementBrowser_c()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/example/complex/
H A DFl_Undo_History.h50 select_only(selection()); in handle()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/innodb/r/
H A Dinformation_schema_grants.result3 create user select_only@localhost;
4 grant select on *.* to select_only@localhost;
5 connect select_only,localhost,select_only;
71 connection select_only;
295 drop user select_only@localhost;
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/innodb/r/
H A Dinformation_schema_grants.result3 create user select_only@localhost;
4 grant select on *.* to select_only@localhost;
5 connect select_only,localhost,select_only;
73 connection select_only;
304 drop user select_only@localhost;
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/innodb/r/
H A Dinformation_schema_grants.result3 create user select_only@localhost;
4 grant select on *.* to select_only@localhost;
5 connect select_only,localhost,select_only;
73 connection select_only;
304 drop user select_only@localhost;
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/innodb/r/
H A Dinformation_schema_grants.result3 create user select_only@localhost;
4 grant select on *.* to select_only@localhost;
5 connect select_only,localhost,select_only;
73 connection select_only;
304 drop user select_only@localhost;
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/innodb/r/
H A Dinformation_schema_grants.result3 create user select_only@localhost;
4 grant select on *.* to select_only@localhost;
5 connect select_only,localhost,select_only;
73 connection select_only;
304 drop user select_only@localhost;
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/innodb/r/
H A Dinformation_schema_grants.result3 create user select_only@localhost;
4 grant select on *.* to select_only@localhost;
5 connect select_only,localhost,select_only;
71 connection select_only;
295 drop user select_only@localhost;
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_object.h72 const bool select_only,
75 const bool select_only,
77 bool ED_object_calc_active_center(struct Object *ob, const bool select_only, float r_center[3]);

123