diff options
Diffstat (limited to 'doc/html/chart-canvasview-cpp.html')
-rw-r--r-- | doc/html/chart-canvasview-cpp.html | 6 |
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>())->optionsMenu->exec( TQCursor::<a href="ntqcursor.html#pos">pos</a>() ); + ((ChartForm*)<a href="tqobject.html#parent">parent</a>())->optionsMenu->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>()->resize( e-><a href="qresizeevent.html#size">size</a>().width(), e-><a href="qresizeevent.html#size">size</a>().height() ); - ((ChartForm*)<a href="ntqobject.html#parent">parent</a>())->drawElements(); + ((ChartForm*)<a href="tqobject.html#parent">parent</a>())->drawElements(); } @@ -73,7 +73,7 @@ void CanvasView::<a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMou <a href="ntqpoint.html">TQPoint</a> offset = e-><a href="qmouseevent.html#pos">pos</a>() - m_pos; m_movingItem->moveBy( offset.<a href="ntqpoint.html#x">x</a>(), offset.<a href="ntqpoint.html#y">y</a>() ); m_pos = e-><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->setChanged( TRUE ); int chartType = form->chartType(); CanvasText *item = (CanvasText*)m_movingItem; |