|
414 | 414 | <div class="ttc" id="aclass_i_control_html_afc5925240d88ea44ace15f7c283745ea"><div class="ttname"><a href="class_i_control.html#afc5925240d88ea44ace15f7c283745ea">IControl::SetActionFunction</a></div><div class="ttdeci">IControl * SetActionFunction(IActionFunction actionFunc)</div><div class="ttdoc">Set an Action Function for this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00203">IControl.h:203</a></div></div>
|
415 | 415 | <div class="ttc" id="aclass_i_control_html_afce4ca5cb07bd2db0373d94d48b51593"><div class="ttname"><a href="class_i_control.html#afce4ca5cb07bd2db0373d94d48b51593">IControl::SetAnimation</a></div><div class="ttdeci">void SetAnimation(IAnimationFunction func)</div><div class="ttdoc">Set the animation function.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00488">IControl.h:488</a></div></div>
|
416 | 416 | <div class="ttc" id="aclass_i_graphics_html"><div class="ttname"><a href="class_i_graphics.html">IGraphics</a></div><div class="ttdoc">The lowest level base class of an IGraphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l00082">IGraphics.h:86</a></div></div>
|
417 |
| -<div class="ttc" id="aclass_i_graphics_html_a01594da5721a4f188a0592a50a88f18d"><div class="ttname"><a href="class_i_graphics.html#a01594da5721a4f188a0592a50a88f18d">IGraphics::ControlIsCaptured</a></div><div class="ttdeci">bool ControlIsCaptured() const</div><div class="ttdoc">Check to see if any control is captured.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01362">IGraphics.h:1362</a></div></div> |
| 417 | +<div class="ttc" id="aclass_i_graphics_html_a01594da5721a4f188a0592a50a88f18d"><div class="ttname"><a href="class_i_graphics.html#a01594da5721a4f188a0592a50a88f18d">IGraphics::ControlIsCaptured</a></div><div class="ttdeci">bool ControlIsCaptured() const</div><div class="ttdoc">Check to see if any control is captured.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01367">IGraphics.h:1367</a></div></div> |
418 | 418 | <div class="ttc" id="aclass_i_graphics_html_a185b056c70c54319c85c72246cd79458"><div class="ttname"><a href="class_i_graphics.html#a185b056c70c54319c85c72246cd79458">IGraphics::PathFill</a></div><div class="ttdeci">virtual void PathFill(const IPattern &pattern, const IFillOptions &options=IFillOptions(), const IBlend *pBlend=0)=0</div><div class="ttdoc">Fill the current current path.</div></div>
|
419 | 419 | <div class="ttc" id="aclass_i_graphics_html_a1af84cb75ed09bae3deac0ec32076ddd"><div class="ttname"><a href="class_i_graphics.html#a1af84cb75ed09bae3deac0ec32076ddd">IGraphics::DrawText</a></div><div class="ttdeci">void DrawText(const IText &text, const char *str, const IRECT &bounds, const IBlend *pBlend=0)</div><div class="ttdoc">Draw some text to the graphics context in a specific rectangle.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l00651">IGraphics.cpp:651</a></div></div>
|
420 | 420 | <div class="ttc" id="aclass_i_graphics_html_a24d5d28f2e0ccb1ecd64e59088c74f72"><div class="ttname"><a href="class_i_graphics.html#a24d5d28f2e0ccb1ecd64e59088c74f72">IGraphics::PathClose</a></div><div class="ttdeci">virtual void PathClose()=0</div><div class="ttdoc">Close the path that is being specified.</div></div>
|
|
424 | 424 | <div class="ttc" id="aclass_i_graphics_html_aafa78e8658ed993d876cbb4d91397043"><div class="ttname"><a href="class_i_graphics.html#aafa78e8658ed993d876cbb4d91397043">IGraphics::PathMoveTo</a></div><div class="ttdeci">virtual void PathMoveTo(float x, float y)=0</div><div class="ttdoc">Move the current point in the current path.</div></div>
|
425 | 425 | <div class="ttc" id="aclass_i_graphics_html_aafdafe42c5a776a8aeadd4c1aeb87bd9"><div class="ttname"><a href="class_i_graphics.html#aafdafe42c5a776a8aeadd4c1aeb87bd9">IGraphics::PathArc</a></div><div class="ttdeci">virtual void PathArc(float cx, float cy, float r, float a1, float a2, EWinding winding=EWinding::CW)=0</div><div class="ttdoc">Add an arc to the current path.</div></div>
|
426 | 426 | <div class="ttc" id="aclass_i_graphics_html_acd575e0411509a2fe05495ef05198a8d"><div class="ttname"><a href="class_i_graphics.html#acd575e0411509a2fe05495ef05198a8d">IGraphics::PathLineTo</a></div><div class="ttdeci">virtual void PathLineTo(float x, float y)=0</div><div class="ttdoc">Add a line to the current path from the current point to the specified location.</div></div>
|
427 |
| -<div class="ttc" id="aclass_i_graphics_html_afb59640795b21f5504b59a991935ad2b"><div class="ttname"><a href="class_i_graphics.html#afb59640795b21f5504b59a991935ad2b">IGraphics::GetBounds</a></div><div class="ttdeci">IRECT GetBounds() const</div><div class="ttdoc">Returns an IRECT that represents the entire UI bounds This is useful for programatically arranging UI...</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01166">IGraphics.h:1166</a></div></div> |
| 427 | +<div class="ttc" id="aclass_i_graphics_html_afb59640795b21f5504b59a991935ad2b"><div class="ttname"><a href="class_i_graphics.html#afb59640795b21f5504b59a991935ad2b">IGraphics::GetBounds</a></div><div class="ttdeci">IRECT GetBounds() const</div><div class="ttdoc">Returns an IRECT that represents the entire UI bounds This is useful for programatically arranging UI...</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01171">IGraphics.h:1171</a></div></div> |
428 | 428 | <div class="ttc" id="aclass_i_graphics_html_affe4aae057ddc015587648bbfa3be593"><div class="ttname"><a href="class_i_graphics.html#affe4aae057ddc015587648bbfa3be593">IGraphics::MeasureText</a></div><div class="ttdeci">virtual float MeasureText(const IText &text, const char *str, IRECT &bounds) const</div><div class="ttdoc">Measure the rectangular region that some text will occupy.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l00659">IGraphics.cpp:659</a></div></div>
|
429 | 429 | <div class="ttc" id="agroup___i_graphics_structs_html_struct_i_stroke_options"><div class="ttname"><a href="group___i_graphics_structs.html#struct_i_stroke_options">IStrokeOptions</a></div><div class="ttdoc">Used to manage stroke behaviour for path based drawing back ends.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00588">IGraphicsStructs.h:589</a></div></div>
|
430 | 430 | <div class="ttc" id="astruct_i_blend_html"><div class="ttname"><a href="struct_i_blend.html">IBlend</a></div><div class="ttdoc">Used to manage composite/blend operations, independent of draw class/platform.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00542">IGraphicsStructs.h:543</a></div></div>
|
|
0 commit comments