Skip to content

Commit 5379199

Browse files
committed
1 parent cf8ff54 commit 5379199

File tree

217 files changed

+12689
-12225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+12689
-12225
lines changed

_i_bubble_control_8h_source.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
<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#l00201">IControl.h:201</a></div></div>
415415
<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#l00481">IControl.h:481</a></div></div>
416416
<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#l01355">IGraphics.h:1355</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#l01364">IGraphics.h:1364</a></div></div>
418418
<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 &amp;pattern, const IFillOptions &amp;options=IFillOptions(), const IBlend *pBlend=0)=0</div><div class="ttdoc">Fill the current current path.</div></div>
419419
<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 &amp;text, const char *str, const IRECT &amp;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#l00648">IGraphics.cpp:648</a></div></div>
420420
<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,7 +424,7 @@
424424
<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>
425425
<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>
426426
<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#l01159">IGraphics.h:1159</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#l01168">IGraphics.h:1168</a></div></div>
428428
<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 &amp;text, const char *str, IRECT &amp;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#l00656">IGraphics.cpp:656</a></div></div>
429429
<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#l00593">IGraphicsStructs.h:594</a></div></div>
430430
<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#l00547">IGraphicsStructs.h:548</a></div></div>

0 commit comments

Comments
 (0)