|
2140 | 2140 | <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#l00670">IGraphics.cpp:670</a></div></div>
|
2141 | 2141 | <div class="ttc" id="aclass_i_graphics_html_a1e848b57678588b4d0a1f9153a7f670b"><div class="ttname"><a href="class_i_graphics.html#a1e848b57678588b4d0a1f9153a7f670b">IGraphics::CreateTextEntry</a></div><div class="ttdeci">void CreateTextEntry(IControl &control, const IText &text, const IRECT &bounds, const char *str="", int valIdx=0)</div><div class="ttdoc">Create a text entry box.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l01923">IGraphics.cpp:1923</a></div></div>
|
2142 | 2142 | <div class="ttc" id="aclass_i_graphics_html_a279f8feaaaa341647ff5028932e85044"><div class="ttname"><a href="class_i_graphics.html#a279f8feaaaa341647ff5028932e85044">IGraphics::PathRect</a></div><div class="ttdeci">void PathRect(const IRECT &bounds)</div><div class="ttdoc">Add a rectangle to the current path.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02635">IGraphics.cpp:2635</a></div></div>
|
2143 |
| -<div class="ttc" id="aclass_i_graphics_html_a324015b47c2337fc734f49c808b9c379"><div class="ttname"><a href="class_i_graphics.html#a324015b47c2337fc734f49c808b9c379">IGraphics::SetMouseCursor</a></div><div class="ttdeci">virtual ECursor SetMouseCursor(ECursor cursorType=ECursor::ARROW)</div><div class="ttdoc">Sets the mouse cursor to one of ECursor (implementations should return the result of the base impleme...</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l00823">IGraphics.h:823</a></div></div> |
| 2143 | +<div class="ttc" id="aclass_i_graphics_html_a324015b47c2337fc734f49c808b9c379"><div class="ttname"><a href="class_i_graphics.html#a324015b47c2337fc734f49c808b9c379">IGraphics::SetMouseCursor</a></div><div class="ttdeci">virtual ECursor SetMouseCursor(ECursor cursorType=ECursor::ARROW)</div><div class="ttdoc">Sets the mouse cursor to one of ECursor (implementations should return the result of the base impleme...</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l00828">IGraphics.h:828</a></div></div> |
2144 | 2144 | <div class="ttc" id="aclass_i_graphics_html_a3d90d6b1f1e253c80c0d75cf0b5c8f85"><div class="ttname"><a href="class_i_graphics.html#a3d90d6b1f1e253c80c0d75cf0b5c8f85">IGraphics::DrawRoundRect</a></div><div class="ttdeci">virtual void DrawRoundRect(const IColor &color, const IRECT &bounds, float cornerRadius=5.f, const IBlend *pBlend=0, float thickness=1.f)</div><div class="ttdoc">Draw a rounded rectangle to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02504">IGraphics.cpp:2504</a></div></div>
|
2145 | 2145 | <div class="ttc" id="aclass_i_graphics_html_a5b73162f95dfaec0187ebdbcb52bbaf5"><div class="ttname"><a href="class_i_graphics.html#a5b73162f95dfaec0187ebdbcb52bbaf5">IGraphics::CheckLayer</a></div><div class="ttdeci">bool CheckLayer(const ILayerPtr &layer)</div><div class="ttdoc">Test to see if a layer needs drawing, for instance if the control's bounds were changed.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02032">IGraphics.cpp:2032</a></div></div>
|
2146 | 2146 | <div class="ttc" id="aclass_i_graphics_html_a65347de69ce4d12e6b9f5d0ba974fcc1"><div class="ttname"><a href="class_i_graphics.html#a65347de69ce4d12e6b9f5d0ba974fcc1">IGraphics::DrawLayer</a></div><div class="ttdeci">void DrawLayer(const ILayerPtr &layer, const IBlend *pBlend=nullptr)</div><div class="ttdoc">Draw a layer to the main IGraphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02045">IGraphics.cpp:2045</a></div></div>
|
|
2153 | 2153 | <div class="ttc" id="aclass_i_graphics_html_aadd9450cf3ce8752697cebf4c14f581f"><div class="ttname"><a href="class_i_graphics.html#aadd9450cf3ce8752697cebf4c14f581f">IGraphics::DrawVerticalLine</a></div><div class="ttdeci">void DrawVerticalLine(const IColor &color, const IRECT &bounds, float x, const IBlend *pBlend=0, float thickness=1.f)</div><div class="ttdoc">Draw a vertical line, within a rectangular region of the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l00787">IGraphics.cpp:787</a></div></div>
|
2154 | 2154 | <div class="ttc" id="aclass_i_graphics_html_abe46178a9671ef43d2bd4f44355e992b"><div class="ttname"><a href="class_i_graphics.html#abe46178a9671ef43d2bd4f44355e992b">IGraphics::DrawHorizontalLine</a></div><div class="ttdeci">void DrawHorizontalLine(const IColor &color, const IRECT &bounds, float y, const IBlend *pBlend=0, float thickness=1.f)</div><div class="ttdoc">Draw a horizontal line, within a rectangular region of the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l00794">IGraphics.cpp:794</a></div></div>
|
2155 | 2155 | <div class="ttc" id="aclass_i_graphics_html_ae427b7cf3acaa2cb3eb6c062f9248a66"><div class="ttname"><a href="class_i_graphics.html#ae427b7cf3acaa2cb3eb6c062f9248a66">IGraphics::StartLayer</a></div><div class="ttdeci">void StartLayer(IControl *pOwner, const IRECT &r, bool cacheable=false)</div><div class="ttdoc">Create an IGraphics layer.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l01977">IGraphics.cpp:1977</a></div></div>
|
2156 |
| -<div class="ttc" id="aclass_i_graphics_html_ae4638f2d426a3ee040c5a80e5b52ad7c"><div class="ttname"><a href="class_i_graphics.html#ae4638f2d426a3ee040c5a80e5b52ad7c">IGraphics::GetControlTag</a></div><div class="ttdeci">int GetControlTag(const IControl *pControl) const</div><div class="ttdoc">Get the tag given to a control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01367">IGraphics.h:1367</a></div></div> |
| 2156 | +<div class="ttc" id="aclass_i_graphics_html_ae4638f2d426a3ee040c5a80e5b52ad7c"><div class="ttname"><a href="class_i_graphics.html#ae4638f2d426a3ee040c5a80e5b52ad7c">IGraphics::GetControlTag</a></div><div class="ttdeci">int GetControlTag(const IControl *pControl) const</div><div class="ttdoc">Get the tag given to a control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01372">IGraphics.h:1372</a></div></div> |
2157 | 2157 | <div class="ttc" id="aclass_i_graphics_html_ae9913112a37ee34f6b973b7d6ddf5d17"><div class="ttname"><a href="class_i_graphics.html#ae9913112a37ee34f6b973b7d6ddf5d17">IGraphics::DrawSVG</a></div><div class="ttdeci">virtual void DrawSVG(const ISVG &svg, const IRECT &bounds, const IBlend *pBlend=0, const IColor *pStrokeColor=nullptr, const IColor *pFillColor=nullptr)</div><div class="ttdoc">Draw an SVG image to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02784">IGraphics.cpp:2784</a></div></div>
|
2158 | 2158 | <div class="ttc" id="aclass_i_graphics_html_aea7b6b45eb9c0fe4e7511d43d99f59eb"><div class="ttname"><a href="class_i_graphics.html#aea7b6b45eb9c0fe4e7511d43d99f59eb">IGraphics::DrawTriangle</a></div><div class="ttdeci">virtual void DrawTriangle(const IColor &color, float x1, float y1, float x2, float y2, float x3, float y3, const IBlend *pBlend=0, float thickness=1.f)</div><div class="ttdoc">Draw a triangle to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02490">IGraphics.cpp:2490</a></div></div>
|
2159 | 2159 | <div class="ttc" id="aclass_i_graphics_html_af364cc413a7ec3277f39955334c1e3f9"><div class="ttname"><a href="class_i_graphics.html#af364cc413a7ec3277f39955334c1e3f9">IGraphics::FillCircle</a></div><div class="ttdeci">virtual void FillCircle(const IColor &color, float cx, float cy, float r, const IBlend *pBlend=0)</div><div class="ttdoc">Fill a circle with a color.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02606">IGraphics.cpp:2606</a></div></div>
|
|
0 commit comments