summaryrefslogtreecommitdiffstats
path: root/doc/html/chart-canvasview-cpp.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 14:04:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-27 16:08:54 +0900
commit04913ce7a46fd027856e83a96205fdc388742a19 (patch)
treea04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/chart-canvasview-cpp.html
parentc11c0f228b65f7471a26513ef8dbde413e75f8fa (diff)
downloadtqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz
tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/chart-canvasview-cpp.html')
-rw-r--r--doc/html/chart-canvasview-cpp.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/chart-canvasview-cpp.html b/doc/html/chart-canvasview-cpp.html
index cce3adf60..350339623 100644
--- a/doc/html/chart-canvasview-cpp.html
+++ b/doc/html/chart-canvasview-cpp.html
@@ -43,14 +43,14 @@ body { background: #ffffff; color: black; }
void CanvasView::<a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>( <a href="qcontextmenuevent.html">TQContextMenuEvent</a> * )
{
- ((ChartForm*)<a href="ntqobject.html#parent">parent</a>())-&gt;optionsMenu-&gt;exec( TQCursor::<a href="ntqcursor.html#pos">pos</a>() );
+ ((ChartForm*)<a href="tqobject.html#parent">parent</a>())-&gt;optionsMenu-&gt;exec( TQCursor::<a href="ntqcursor.html#pos">pos</a>() );
}
void CanvasView::<a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>( <a href="qresizeevent.html">TQResizeEvent</a> *e )
{
<a href="qcanvasview.html#canvas">canvas</a>()-&gt;resize( e-&gt;<a href="qresizeevent.html#size">size</a>().width(), e-&gt;<a href="qresizeevent.html#size">size</a>().height() );
- ((ChartForm*)<a href="ntqobject.html#parent">parent</a>())-&gt;drawElements();
+ ((ChartForm*)<a href="tqobject.html#parent">parent</a>())-&gt;drawElements();
}
@@ -73,7 +73,7 @@ void CanvasView::<a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMou
<a href="ntqpoint.html">TQPoint</a> offset = e-&gt;<a href="qmouseevent.html#pos">pos</a>() - m_pos;
m_movingItem-&gt;moveBy( offset.<a href="ntqpoint.html#x">x</a>(), offset.<a href="ntqpoint.html#y">y</a>() );
m_pos = e-&gt;<a href="qmouseevent.html#pos">pos</a>();
- ChartForm *form = (ChartForm*)<a href="ntqobject.html#parent">parent</a>();
+ ChartForm *form = (ChartForm*)<a href="tqobject.html#parent">parent</a>();
form-&gt;setChanged( TRUE );
int chartType = form-&gt;chartType();
CanvasText *item = (CanvasText*)m_movingItem;