Home
last modified time | relevance | path

Searched refs:ToStart (Results 1 – 15 of 15) sorted by relevance

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DAIS_ViewInputBuffer.hxx77 bool ToStart; //!< start panning member
82 _panningParams() : ToStart (false), ToPan (false) {} in _panningParams()
87 bool ToStart; //!< start dragging member
98 bool ToStart; //!< start orbit rotation member
103 _orbitRotation() : ToStart (false), ToRotate (false) {} in _orbitRotation()
108 bool ToStart; //!< start view rotation member
113 _viewRotation() : ToStart (false), ToRotate (false) {} in _viewRotation()
139 Panning.ToStart = false; in Reset()
141 Dragging.ToStart = false; in Reset()
144 OrbitRotation.ToStart = false; in Reset()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_ViewInputBuffer.hxx79 bool ToStart; //!< start panning member
84 _panningParams() : ToStart (false), ToPan (false) {} in _panningParams()
89 bool ToStart; //!< start dragging member
100 bool ToStart; //!< start orbit rotation member
105 _orbitRotation() : ToStart (false), ToRotate (false) {} in _orbitRotation()
110 bool ToStart; //!< start view rotation member
115 _viewRotation() : ToStart (false), ToRotate (false) {} in _viewRotation()
141 Panning.ToStart = false; in Reset()
143 Dragging.ToStart = false; in Reset()
146 OrbitRotation.ToStart = false; in Reset()
[all …]
H A DAIS_ViewController.cxx243 if (myUI.Panning.ToStart) in flushBuffers()
245 myUI.Panning.ToStart = false; in flushBuffers()
246 myGL.Panning.ToStart = true; in flushBuffers()
267 else if (myUI.Dragging.ToStart) in flushBuffers()
269 myUI.Dragging.ToStart = false; in flushBuffers()
270 myGL.Dragging.ToStart = true; in flushBuffers()
275 if (myUI.OrbitRotation.ToStart) in flushBuffers()
289 if (myUI.ViewRotation.ToStart) in flushBuffers()
1694 if (myGL.ViewRotation.ToStart) in handleViewRotation()
2165 if (myGL.Panning.ToStart in handleCameraActions()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DAIS_ViewInputBuffer.hxx79 bool ToStart; //!< start panning member
84 _panningParams() : ToStart (false), ToPan (false) {} in _panningParams()
89 bool ToStart; //!< start dragging member
100 bool ToStart; //!< start orbit rotation member
105 _orbitRotation() : ToStart (false), ToRotate (false) {} in _orbitRotation()
110 bool ToStart; //!< start view rotation member
115 _viewRotation() : ToStart (false), ToRotate (false) {} in _viewRotation()
141 Panning.ToStart = false; in Reset()
143 Dragging.ToStart = false; in Reset()
146 OrbitRotation.ToStart = false; in Reset()
[all …]
/dports/games/scid/scid/gtest/
H A Dtest_indexentry.cpp39 void ToStart() { it_ = buf_; } in ToStart() function in __anon79f1dffa0111::Buffer
210 ie_buf.ToStart(); in TEST()
220 ie_buf_v4_6.ToStart(); in TEST()
241 ie_buf.ToStart(); in TEST()
248 ie_buf_v4_6.ToStart(); in TEST()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/mouse/range/
H A DCScrOptRangeTool.h52 ToStart = 3, enumerator
95 eAction actionDelete = eAction::ToStart;
H A DCActionSelect.cpp29 radioButton4->setProperty("action", int(CScrOptRangeTool::eAction::ToStart)); in CActionSelect()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_replicator/src/
H A Dcouch_replicator_share.erl769 ToStart = lists:sublist(Pending1, N),
771 Running2 = [run(Job) || Job <- ToStart] ++ Running1 -- ToStop,
772 Pending2 = [stop(Job) || Job <- ToStop] ++ Pending1 -- ToStart,
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/cc121/
H A Dcc121.h131 ToStart = 0x58, enumerator
H A Dcc121.cc136 buttons.insert (std::make_pair (ToStart, Button (*this, _("ToStart"), ToStart))); in CC121()
164 get_button (ToStart).set_action (boost::bind (&BasicUI::prev_marker, this), true); in CC121()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/common_test/src/
H A Dct_webtool.erl805 ToStart ->
806 case handle_apps2(ToStart,State,Cmd) of
/dports/audio/muse-sequencer/muse-4.0.0/src/doc/old/
H A Dmuse.sgm181 - start, stop, forward, rewind, ToStart, record
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/
H A Dresources.qrc286 <file>../icons/32x32/ToStart.png</file>
570 <file>../icons/48x48/ToStart.png</file>
/dports/games/xboard-devel/xboard-f49e7e1/
H A DChangeLog14666 * Revamped the implementation of ToStart in analysis mode. Formerly
14671 Crafty. This code was trying to solve the problem of ToStart being
14674 much better solution to this problem, and now ToStart does the same
15962 * Removed buggy "optimization" code for ToStart in analysis modes.
15993 Forward/Backward/ToStart/ToEnd commands.
/dports/games/xboard/xboard-4.9.1/
H A DChangeLog18177 * Revamped the implementation of ToStart in analysis mode. Formerly
18182 Crafty. This code was trying to solve the problem of ToStart being
18185 much better solution to this problem, and now ToStart does the same
19473 * Removed buggy "optimization" code for ToStart in analysis modes.
19504 Forward/Backward/ToStart/ToEnd commands.