Home
last modified time | relevance | path

Searched refs:_Selection (Results 1 – 25 of 1126) sorted by relevance

12345678910>>...46

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/src/
H A DBoundarySegment.cc39 _Selection = other._Selection; in CopyAttributes()
176 _Selection.reserve(n); in ReserveSelection()
182 mirtkAssert(i >= 0 && i < static_cast<int>(_Selection.size()), "valid selection index"); in RemoveSelection()
183 _Selection.erase(_Selection.begin() + i); in RemoveSelection()
189 _Selection.clear(); in ClearSelection()
196 if (find(_Selection.begin(), _Selection.end(), i) == _Selection.end()) { in SelectPoint()
197 _Selection.push_back(i); in SelectPoint()
204 auto it = find(_Selection.begin(), _Selection.end(), i); in DeselectPoint()
205 if (it != _Selection.end()) _Selection.erase(it); in DeselectPoint()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/include/mirtk/
H A DBoundarySegment.h377 return static_cast<int>(_Selection.size()); in NumberOfSelectedPoints()
383 return _Selection[i]; in SelectedPointIndex()
389 return _PointIds[_Selection[i]]; in SelectedPointId()
395 GetPoint(_Selection[i], p); in GetSelectedPoint()
401 return Point(_Selection[i]); in SelectedPoint()
407 for (auto it = _Selection.begin(); it != _Selection.end(); ++it) { in IsSelected()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/include/
H A Dselection.h57 typedef struct _Selection { struct
63 struct _Selection *next; argument
85 struct _Selection *selection; argument
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/include/
H A Dselection.h57 typedef struct _Selection { struct
63 struct _Selection *next; argument
85 struct _Selection *selection; argument
/dports/x11-servers/xwayland/xorg-server-1.20.13/include/
H A Dselection.h57 typedef struct _Selection { struct
63 struct _Selection *next; argument
85 struct _Selection *selection; argument
/dports/x11-servers/xorg-server/xorg-server-1.20.13/include/
H A Dselection.h57 typedef struct _Selection { struct
63 struct _Selection *next; argument
85 struct _Selection *selection; argument
/dports/x11-servers/xarcan/xarcan-0.6.0/include/
H A Dselection.h57 typedef struct _Selection { struct
63 struct _Selection *next; argument
85 struct _Selection *selection; argument
/dports/x11-servers/xephyr/xorg-server-1.20.13/include/
H A Dselection.h57 typedef struct _Selection { struct
63 struct _Selection *next; argument
85 struct _Selection *selection; argument
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/include/
H A Dselection.h57 typedef struct _Selection { struct
63 struct _Selection *next; argument
85 struct _Selection *selection; argument
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/include/
H A Dselection.h57 typedef struct _Selection { struct
63 struct _Selection *next; argument
85 struct _Selection *selection; argument
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/include/
H A Dselection.h57 typedef struct _Selection { struct
63 struct _Selection *next; argument
85 struct _Selection *selection; argument
/dports/textproc/info2man/info2man-20040717_1/cs/
H A DIO.pm29 $cs::IO::_Selection=new IO::Select;
47 { $cs::IO::_Selection->add($s->{IO});
67 { $cs::IO::_Selection->add($s->{IO});
81 { $cs::IO::_Selection->remove($s->{IO});
96 { $cs::IO::_Selection->remove($s->{IO});
116 { for ($cs::IO::_Selection->can_read(@f))
135 { for ($cs::IO::_Selection->can_write(@f))
/dports/math/abs/abs-src-0.908/Database/
H A Dselection.h60 struct _Selection struct
67 typedef struct _Selection Selection; argument
/dports/devel/py-ipywidgets/ipywidgets-7.5.1/ipywidgets/widgets/
H A Dwidget_selection.py141 class _Selection(DescriptionWidget, ValueWidget, CoreWidget): class
190 super(_Selection, self).__init__(*args, **kwargs)
274 keys = super(_Selection, self)._repr_keys()
419 class ToggleButtons(_Selection):
458 class Dropdown(_Selection):
471 class RadioButtons(_Selection):
486 class Select(_Selection):
521 class _SelectionNonempty(_Selection):
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/include/
H A Dselection.h59 typedef struct _Selection { struct
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Ddisplay-types.h50 typedef struct _Selection Selection;
H A Dgimpdisplayshell-selection.c42 struct _Selection struct
/dports/cad/opencascade/opencascade-7.6.0/tests/vselect/bugs/
H A Dbug23649_38 set anImage1 $imagedir/${casename}_Selection.png
H A Dbug23649_18 set anImage1 $imagedir/${casename}_Selection.png
/dports/converters/uudeview/uudeview-0.5.20/tcl/
H A Dxdeview2489 frame ._Selector._Selection -relief groove -bd 1
2490 label ._Selector._Selection.lab -text "Selection"
2491 entry ._Selector._Selection.ent -relief sunken \
2493 pack ._Selector._Selection.ent -side bottom -padx 4 -fill x
2494 pack ._Selector._Selection.lab -side bottom -anchor w -padx 4
2567 pack ._Selector._Selection -side top -fill both -ipadx 8 -ipady 4
2683 bind ._Selector._Selection.ent <Return> {
2696 bind ._Selector._Selection.ent <Return> {
2709 bind ._Selector._Selection.ent <Return> {
/dports/converters/uulib/uudeview-0.5.20/tcl/
H A Dxdeview2489 frame ._Selector._Selection -relief groove -bd 1
2490 label ._Selector._Selection.lab -text "Selection"
2491 entry ._Selector._Selection.ent -relief sunken \
2493 pack ._Selector._Selection.ent -side bottom -padx 4 -fill x
2494 pack ._Selector._Selection.lab -side bottom -anchor w -padx 4
2567 pack ._Selector._Selection -side top -fill both -ipadx 8 -ipady 4
2683 bind ._Selector._Selection.ent <Return> {
2696 bind ._Selector._Selection.ent <Return> {
2709 bind ._Selector._Selection.ent <Return> {
/dports/converters/xdeview/uudeview-0.5.20/tcl/
H A Dxdeview2489 frame ._Selector._Selection -relief groove -bd 1
2490 label ._Selector._Selection.lab -text "Selection"
2491 entry ._Selector._Selection.ent -relief sunken \
2493 pack ._Selector._Selection.ent -side bottom -padx 4 -fill x
2494 pack ._Selector._Selection.lab -side bottom -anchor w -padx 4
2567 pack ._Selector._Selection -side top -fill both -ipadx 8 -ipady 4
2683 bind ._Selector._Selection.ent <Return> {
2696 bind ._Selector._Selection.ent <Return> {
2709 bind ._Selector._Selection.ent <Return> {
/dports/accessibility/accerciser/accerciser-3.38.0/po/
H A Den_CA.po390 msgid "_Selection"
391 msgstr "_Selection"
/dports/games/gnubik/gnubik-2.4.3/po/
H A Dfr.po46 msgstr "_Selection"
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/tools/
H A DxSZsetup319 frame ._Selector._Selection -relief groove -bd 1 -background $DefaultBg
320 label ._Selector._Selection.lab -text "Selection" -background $DefaultBg \
322 entry ._Selector._Selection.ent -relief sunken \
324 pack ._Selector._Selection.ent -side bottom -padx 4 -fill x
325 pack ._Selector._Selection.lab -side bottom -anchor w -padx 4
363 pack ._Selector._Selection -side top -fill both -ipadx 8 -ipady 4
433 bind ._Selector._Selection.ent <Return> {
473 focus ._Selector._Selection.ent

12345678910>>...46