Skip to content

Commit 44d13ca

Browse files
committed
1 parent 5f4fdf0 commit 44d13ca

File tree

161 files changed

+4745
-4754
lines changed

Some content is hidden

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

161 files changed

+4745
-4754
lines changed

_i_bubble_control_8h_source.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -414,18 +414,18 @@
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#l00203">IControl.h:203</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#l00488">IControl.h:488</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#l01364">IGraphics.h:1364</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#l01360">IGraphics.h:1360</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>
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 &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#l00645">IGraphics.cpp:645</a></div></div>
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 &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#l00651">IGraphics.cpp:651</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>
421421
<div class="ttc" id="aclass_i_graphics_html_a5b28bcb1e3e7e72307ceee71ab7fbb5a"><div class="ttname"><a href="class_i_graphics.html#a5b28bcb1e3e7e72307ceee71ab7fbb5a">IGraphics::PathStroke</a></div><div class="ttdeci">virtual void PathStroke(const IPattern &amp;pattern, float thickness, const IStrokeOptions &amp;options=IStrokeOptions(), const IBlend *pBlend=0)=0</div><div class="ttdoc">Stroke the current current path.</div></div>
422422
<div class="ttc" id="aclass_i_graphics_html_a716cb6f5934b0337b81eb3e0e39e796a"><div class="ttname"><a href="class_i_graphics.html#a716cb6f5934b0337b81eb3e0e39e796a">IGraphics::DrawFastDropShadow</a></div><div class="ttdeci">virtual void DrawFastDropShadow(const IRECT &amp;innerBounds, const IRECT &amp;outerBounds, float xyDrop=5.f, float roundness=0.f, float blur=10.f, IBlend *pBlend=nullptr)</div><div class="ttdoc">NanoVG only.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l00393">IGraphics.h:393</a></div></div>
423-
<div class="ttc" id="aclass_i_graphics_html_a9fdf9efc44f6d0734e38f11a211c892a"><div class="ttname"><a href="class_i_graphics.html#a9fdf9efc44f6d0734e38f11a211c892a">IGraphics::SetAllControlsDirty</a></div><div class="ttdeci">void SetAllControlsDirty()</div><div class="ttdoc">Calls SetDirty() on every control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l00557">IGraphics.cpp:557</a></div></div>
423+
<div class="ttc" id="aclass_i_graphics_html_a9fdf9efc44f6d0734e38f11a211c892a"><div class="ttname"><a href="class_i_graphics.html#a9fdf9efc44f6d0734e38f11a211c892a">IGraphics::SetAllControlsDirty</a></div><div class="ttdeci">void SetAllControlsDirty()</div><div class="ttdoc">Calls SetDirty() on every control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l00563">IGraphics.cpp:563</a></div></div>
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#l01168">IGraphics.h:1168</a></div></div>
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 &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#l00653">IGraphics.cpp:653</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#l01164">IGraphics.h:1164</a></div></div>
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 &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#l00659">IGraphics.cpp:659</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#l00585">IGraphicsStructs.h:586</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#l00539">IGraphicsStructs.h:540</a></div></div>
431431
<div class="ttc" id="astruct_i_color_html"><div class="ttname"><a href="struct_i_color.html">IColor</a></div><div class="ttdoc">Used to manage color data, independent of draw class/platform.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00221">IGraphicsStructs.h:222</a></div></div>

0 commit comments

Comments
 (0)