diff --git a/doc/canvas.doc b/doc/canvas.doc index c8801ef8..6b34d792 100644 --- a/doc/canvas.doc +++ b/doc/canvas.doc @@ -47,49 +47,49 @@ This module is part of the \link commercialeditions.html TQt Enterprise Edition \endif The canvas module provides a highly optimized 2D graphic area called -\l QCanvas. The canvas can contain an arbitrary number of \link -QCanvasItem QCanvasItems \endlink. Canvas items can have an arbitrary +\l TQCanvas. The canvas can contain an arbitrary number of \link +TQCanvasItem TQCanvasItems \endlink. Canvas items can have an arbitrary shape, size and content, can be freely moved around in the canvas, and can be checked for collisions. Canvas items can be set to move across the canvas automatically and animated canvas items are -supported with QCanvasSprite. (If you require 3D graphics see Qt's +supported with TQCanvasSprite. (If you require 3D graphics see Qt's \link opengl.html OpenGL module \endlink.) -The canvas module uses a document/view model. The \l QCanvasView class +The canvas module uses a document/view model. The \l TQCanvasView class is used to show a particular view of a canvas. Multiple views can operate on the same canvas at the same time. Every view can use an arbitrary transformation matrix on the canvas which makes it easy to implement features such as zooming. -
-Screenshot of a canvas
+
+Screenshot of a canvas
-Qt provides a number of predefined \l QCanvas items as listed below. +Qt provides a number of predefined \l TQCanvas items as listed below. \list -\i QCanvasItem -- An abstract base class for all canvas items. -\i QCanvasEllipse -- An ellipse or "pie segment". -\i QCanvasLine -- A line segment. -\i QCanvasPolygon -- A polygon. -\i QCanvasPolygonalItem -- A base class for items that have a +\i TQCanvasItem -- An abstract base class for all canvas items. +\i TQCanvasEllipse -- An ellipse or "pie segment". +\i TQCanvasLine -- A line segment. +\i TQCanvasPolygon -- A polygon. +\i TQCanvasPolygonalItem -- A base class for items that have a non-rectangular shape. Most canvas items derive from this class. -\i QCanvasRectangle -- A rectangle. The rectangle cannot be tilted or -rotated. Rotated rectangles can be drawn using QCanvasPolygon. -\i QCanvasSpline -- A multi-bezier spline. -\i QCanvasSprite -- An animated pixmap. -\i QCanvasText -- A text string. +\i TQCanvasRectangle -- A rectangle. The rectangle cannot be tilted or +rotated. Rotated rectangles can be drawn using TQCanvasPolygon. +\i TQCanvasSpline -- A multi-bezier spline. +\i TQCanvasSprite -- An animated pixmap. +\i TQCanvasText -- A text string. \endlist -The two classes \l QCanvasPixmap and \l QCanvasPixmapArray are used -by \l QCanvasSprite to show animated and moving pixmaps on the +The two classes \l TQCanvasPixmap and \l TQCanvasPixmapArray are used +by \l TQCanvasSprite to show animated and moving pixmaps on the canvas. More specialized items can be created by inheriting from one of the canvas item classes. It is easiest to inherit from one of -QCanvasItem's derived classes (usually \l QCanvasPolygonalItem) rather -than inherit QCanvasItem directly. +TQCanvasItem's derived classes (usually \l TQCanvasPolygonalItem) rather +than inherit TQCanvasItem directly. -See \c examples/canvas for an example that shows off some of QCanvas's +See \c examples/canvas for an example that shows off some of TQCanvas's capabilities. */ diff --git a/doc/classchart.doc b/doc/classchart.doc index 36ee5683..20dbd86b 100644 --- a/doc/classchart.doc +++ b/doc/classchart.doc @@ -53,15 +53,15 @@ - - - - - - - - - + + + + + + + + + @@ -108,7 +108,7 @@ - + @@ -164,7 +164,7 @@ - + diff --git a/doc/features.doc b/doc/features.doc index 81b491d6..b7e7b4bb 100644 --- a/doc/features.doc +++ b/doc/features.doc @@ -210,7 +210,7 @@ The available options are: \i Lists of information (\l QListView) \i TQT_NO_WIDGETS \row \i TQT_NO_CANVAS - \i Object canvas (\l QCanvas) + \i Object canvas (\l TQCanvas) \i TQT_NO_WIDGETS \row \i TQT_NO_DIAL \i Value control (\l QDial) diff --git a/doc/html/abstractwidgets.html b/doc/html/abstractwidgets.html index b925e573..1a727518 100644 --- a/doc/html/abstractwidgets.html +++ b/doc/html/abstractwidgets.html @@ -38,7 +38,7 @@ these classes.

TQButtonThe abstract base class of button widgets, providing functionality common to buttons -
TQCanvas2D area that can contain TQCanvasItem objects +
TQCanvas2D area that can contain TQCanvasItem objects
TQDialogThe base class of dialog windows
TQFrameThe base class of widgets that can have a frame
TQGridViewAbstract base for fixed-size grids diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 95e713b6..a0105ef7 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -71,20 +71,20 @@ body { background: #ffffff; color: black; }
TQCStringAbstraction of the classic C zero-terminated char array (char *)
TQCacheTemplate class that provides a cache based on TQString keys
TQCacheIteratorIterator for TQCache collections -
TQCanvas2D area that can contain TQCanvasItem objects -
TQCanvasEllipseEllipse or ellipse segment on a TQCanvas -
TQCanvasItemAbstract graphic object on a TQCanvas -
TQCanvasItemListList of TQCanvasItems -
TQCanvasLineLine on a TQCanvas -
TQCanvasPixmapPixmaps for TQCanvasSprites -
TQCanvasPixmapArrayArray of TQCanvasPixmaps -
TQCanvasPolygonPolygon on a TQCanvas -
TQCanvasPolygonalItemPolygonal canvas item on a TQCanvas -
TQCanvasRectangleRectangle on a TQCanvas -
TQCanvasSplineMulti-bezier splines on a TQCanvas -
TQCanvasSpriteAnimated canvas item on a TQCanvas -
TQCanvasTextText object on a TQCanvas -
TQCanvasViewOn-screen view of a TQCanvas +
TQCanvas2D area that can contain TQCanvasItem objects +
TQCanvasEllipseEllipse or ellipse segment on a TQCanvas +
TQCanvasItemAbstract graphic object on a TQCanvas +
TQCanvasItemListList of TQCanvasItems +
TQCanvasLineLine on a TQCanvas +
TQCanvasPixmapPixmaps for TQCanvasSprites +
TQCanvasPixmapArrayArray of TQCanvasPixmaps +
TQCanvasPolygonPolygon on a TQCanvas +
TQCanvasPolygonalItemPolygonal canvas item on a TQCanvas +
TQCanvasRectangleRectangle on a TQCanvas +
TQCanvasSplineMulti-bezier splines on a TQCanvas +
TQCanvasSpriteAnimated canvas item on a TQCanvas +
TQCanvasTextText object on a TQCanvas +
TQCanvasViewOn-screen view of a TQCanvas
TQCharLightweight Unicode character
TQCharRefHelper class for TQString
TQCheckBoxCheckbox with a text label diff --git a/doc/html/canvas-chart-example.html b/doc/html/canvas-chart-example.html index ade0c27a..b72768c0 100644 --- a/doc/html/canvas-chart-example.html +++ b/doc/html/canvas-chart-example.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }

This is a complete example program with a main window, menus and -toolbars. The main widget is a TQCanvas, and this example +toolbars. The main widget is a TQCanvas, and this example demonstrates basic canvas usage.


@@ -228,7 +228,7 @@ private: TQString m_filename; TQStringList m_recentFiles; - TQCanvas *m_canvas; + TQCanvas *m_canvas; CanvasView *m_canvasView; bool m_changed; ElementVector m_elements; @@ -466,8 +466,8 @@ const TQString APP_KEY = "/Chart/"; if ( windowX != -1 || windowY != -1 ) move( windowX, windowY ); - m_canvas = new TQCanvas( this ); - m_canvas->resize( width(), height() ); + m_canvas = new TQCanvas( this ); + m_canvas->resize( width(), height() ); m_canvasView = new CanvasView( m_canvas, &m_elements, this ); setCentralWidget( m_canvasView ); m_canvasView->show(); diff --git a/doc/html/canvas-example.html b/doc/html/canvas-example.html index 665b0f7e..0c072685 100644 --- a/doc/html/canvas-example.html +++ b/doc/html/canvas-example.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }

-This example shows a TQCanvas and some TQCanvasItems in action. +This example shows a TQCanvas and some TQCanvasItems in action. You can do a lot more with TQCanvas than we show here, but the example provides a taste of what can be done.


@@ -44,9 +44,9 @@ example provides a taste of what can be done. #include <ntqpopupmenu.h> #include <ntqmainwindow.h> #include <ntqintdict.h> -#include <ntqcanvas.h> +#include <tqcanvas.h> -class BouncyLogo : public TQCanvasSprite { +class BouncyLogo : public TQCanvasSprite { void initPos(); void initSpeed(); public: @@ -56,7 +56,7 @@ public: }; -class FigureEditor : public TQCanvasView { +class FigureEditor : public TQCanvasView { TQ_OBJECT public: @@ -71,7 +71,7 @@ signals: void status(const TQString&); private: - TQCanvasItem* moving; + TQCanvasItem* moving; TQPoint moving_start; }; @@ -120,7 +120,7 @@ private slots: void toggleDoubleBuffer(); private: - TQCanvas& canvas; + TQCanvas& canvas; FigureEditor *editor; TQPopupMenu* options; @@ -156,7 +156,7 @@ static TQPen *tp = 0; class EdgeItem; class NodeItem; -class EdgeItem: public TQCanvasLine +class EdgeItem: public TQCanvasLine { public: EdgeItem( NodeItem*, NodeItem*, TQCanvas *canvas ); @@ -171,7 +171,7 @@ private: static const int imageRTTI = 984376; -class ImageItem: public TQCanvasRectangle +class ImageItem: public TQCanvasRectangle { public: ImageItem( TQImage img, TQCanvas *canvas ); @@ -186,9 +186,9 @@ private: ImageItem::ImageItem( TQImage img, TQCanvas *canvas ) - : TQCanvasRectangle( canvas ), image(img) + : TQCanvasRectangle( canvas ), image(img) { - setSize( image.width(), image.height() ); + setSize( image.width(), image.height() ); #if !defined(TQ_WS_QWS) pixmap.convertFromImage(image, OrderedAlphaDither); @@ -196,31 +196,31 @@ private: } -void ImageItem::drawShape( TQPainter &p ) +void ImageItem::drawShape( TQPainter &p ) { // On TQt/Embedded, we can paint a TQImage as fast as a TQPixmap, // but on other platforms, we need to use a TQPixmap. #if defined(TQ_WS_QWS) - p.drawImage( int(x()), int(y()), image, 0, 0, -1, -1, OrderedAlphaDither ); + p.drawImage( int(x()), int(y()), image, 0, 0, -1, -1, OrderedAlphaDither ); #else - p.drawPixmap( int(x()), int(y()), pixmap ); + p.drawPixmap( int(x()), int(y()), pixmap ); #endif } bool ImageItem::hit( const TQPoint &p ) const { - int ix = p.x()-int(x()); - int iy = p.y()-int(y()); + int ix = p.x()-int(x()); + int iy = p.y()-int(y()); if ( !image.valid( ix , iy ) ) return FALSE; TQRgb pixel = image.pixel( ix, iy ); return tqAlpha( pixel ) != 0; } -class NodeItem: public TQCanvasEllipse +class NodeItem: public TQCanvasEllipse { public: - NodeItem( TQCanvas *canvas ); + NodeItem( TQCanvas *canvas ); ~NodeItem() {} void addInEdge( EdgeItem *edge ) { inList.append( edge ); } @@ -238,20 +238,20 @@ private: int EdgeItem::c = 0; -void EdgeItem::moveBy(double, double) +void EdgeItem::moveBy(double, double) { //nothing } EdgeItem::EdgeItem( NodeItem *from, NodeItem *to, TQCanvas *canvas ) - : TQCanvasLine( canvas ) + : TQCanvasLine( canvas ) { c++; setPen( *tp ); setBrush( *tb ); from->addOutEdge( this ); to->addInEdge( this ); - setPoints( int(from->x()), int(from->y()), int(to->x()), int(to->y()) ); + setPoints( int(from->x()), int(from->y()), int(to->x()), int(to->y()) ); setZ( 127 ); } @@ -267,42 +267,42 @@ void EdgeItem::setToPoint( int x, int y ) -void NodeItem::moveBy(double dx, double dy) +void NodeItem::moveBy(double dx, double dy) { - TQCanvasEllipse::moveBy( dx, dy ); + TQCanvasEllipse::moveBy( dx, dy ); TQPtrListIterator<EdgeItem> it1( inList ); EdgeItem *edge; while (( edge = it1.current() )) { ++it1; - edge->setToPoint( int(x()), int(y()) ); + edge->setToPoint( int(x()), int(y()) ); } TQPtrListIterator<EdgeItem> it2( outList ); while (( edge = it2.current() )) { ++it2; - edge->setFromPoint( int(x()), int(y()) ); + edge->setFromPoint( int(x()), int(y()) ); } } -NodeItem::NodeItem( TQCanvas *canvas ) - : TQCanvasEllipse( 6, 6, canvas ) +NodeItem::NodeItem( TQCanvas *canvas ) + : TQCanvasEllipse( 6, 6, canvas ) { setPen( *tp ); setBrush( *tb ); - setZ( 128 ); + setZ( 128 ); } FigureEditor::FigureEditor( - TQCanvas& c, TQWidget* parent, + TQCanvas& c, TQWidget* parent, const char* name, WFlags f) : - TQCanvasView(&c,parent,name,f) + TQCanvasView(&c,parent,name,f) { } void FigureEditor::contentsMousePressEvent(TQMouseEvent* e) { TQPoint p = inverseWorldMatrix().map(e->pos()); - TQCanvasItemList l=canvas()->collisions(p); + TQCanvasItemList l=canvas()->collisions(p); for (TQCanvasItemList::Iterator it=l.begin(); it!=l.end(); ++it) { if ( (*it)->rtti() == imageRTTI ) { ImageItem *item= (ImageItem*)(*it); @@ -318,7 +318,7 @@ void NodeItem::moveBy(double dx, double dy void FigureEditor::clear() { - TQCanvasItemList list = canvas()->allItems(); + TQCanvasItemList list = canvas()->allItems(); TQCanvasItemList::Iterator it = list.begin(); for (; it != list.end(); ++it) { if ( *it ) @@ -333,25 +333,25 @@ void FigureEditor::clear() moving->moveBy(p.x() - moving_start.x(), p.y() - moving_start.y()); moving_start = p; - canvas()->update(); + canvas()->update(); } } BouncyLogo::BouncyLogo(TQCanvas* canvas) : - TQCanvasSprite(0,canvas) + TQCanvasSprite(0,canvas) { static TQCanvasPixmapArray logo("qt-trans.xpm"); - setSequence(&logo); - setAnimated(TRUE); + setSequence(&logo); + setAnimated(TRUE); initPos(); } const int logo_rtti = 1234; -int BouncyLogo::rtti() const +int BouncyLogo::rtti() const { return logo_rtti; } @@ -361,7 +361,7 @@ void BouncyLogo::initPos() initSpeed(); int trial=1000; do { - move(rand()%canvas()->width(),rand()%canvas()->height()); + move(rand()%canvas()->width(),rand()%canvas()->height()); advance(0); } while (trial-- && xVelocity()==0.0 && yVelocity()==0.0); } @@ -373,7 +373,7 @@ void BouncyLogo::initSpeed() setVelocity( d*speed*2-speed, (1-d)*speed*2-speed ); } -void BouncyLogo::advance(int stage) +void BouncyLogo::advance(int stage) { switch ( stage ) { case 0: { @@ -396,10 +396,10 @@ void BouncyLogo::initSpeed() vy = -vy; for (int bounce=0; bounce<4; bounce++) { - TQCanvasItemList l=collisions(FALSE); + TQCanvasItemList l=collisions(FALSE); for (TQCanvasItemList::Iterator it=l.begin(); it!=l.end(); ++it) { - TQCanvasItem *hit = *it; - if ( hit->rtti()==logo_rtti && hit->collidesWith(this) ) { + TQCanvasItem *hit = *it; + if ( hit->rtti()==logo_rtti && hit->collidesWith(this) ) { switch ( bounce ) { case 0: vx = -vx; @@ -431,7 +431,7 @@ void BouncyLogo::initSpeed() setVelocity(vx,vy); } break; case 1: - TQCanvasItem::advance(stage); + TQCanvasItem::advance(stage); break; } } @@ -518,13 +518,13 @@ void Main::init() logoimg = 0; int i; - for ( i=0; i<canvas.width() / 56; i++) { + for ( i=0; i<canvas.width() / 56; i++) { addButterfly(); } - for ( i=0; i<canvas.width() / 85; i++) { + for ( i=0; i<canvas.width() / 85; i++) { addHexagon(); } - for ( i=0; i<canvas.width() / 128; i++) { + for ( i=0; i<canvas.width() / 128; i++) { addLogo(); } } @@ -578,80 +578,80 @@ void Main::toggleDoubleBuffer() { bool s = !options->isItemChecked(dbf_id); options->setItemChecked(dbf_id,s); - canvas.setDoubleBuffering(s); + canvas.setDoubleBuffering(s); } void Main::enlarge() { - canvas.resize(canvas.width()*4/3, canvas.height()*4/3); + canvas.resize(canvas.width()*4/3, canvas.height()*4/3); } void Main::shrink() { - canvas.resize(canvas.width()*3/4, canvas.height()*3/4); + canvas.resize(canvas.width()*3/4, canvas.height()*3/4); } void Main::rotateClockwise() { - TQWMatrix m = editor->worldMatrix(); + TQWMatrix m = editor->worldMatrix(); m.rotate( 22.5 ); - editor->setWorldMatrix( m ); + editor->setWorldMatrix( m ); } void Main::rotateCounterClockwise() { - TQWMatrix m = editor->worldMatrix(); + TQWMatrix m = editor->worldMatrix(); m.rotate( -22.5 ); - editor->setWorldMatrix( m ); + editor->setWorldMatrix( m ); } void Main::zoomIn() { - TQWMatrix m = editor->worldMatrix(); + TQWMatrix m = editor->worldMatrix(); m.scale( 2.0, 2.0 ); - editor->setWorldMatrix( m ); + editor->setWorldMatrix( m ); } void Main::zoomOut() { - TQWMatrix m = editor->worldMatrix(); + TQWMatrix m = editor->worldMatrix(); m.scale( 0.5, 0.5 ); - editor->setWorldMatrix( m ); + editor->setWorldMatrix( m ); } void Main::mirror() { - TQWMatrix m = editor->worldMatrix(); + TQWMatrix m = editor->worldMatrix(); m.scale( -1, 1 ); - editor->setWorldMatrix( m ); + editor->setWorldMatrix( m ); } void Main::moveL() { - TQWMatrix m = editor->worldMatrix(); + TQWMatrix m = editor->worldMatrix(); m.translate( -16, 0 ); - editor->setWorldMatrix( m ); + editor->setWorldMatrix( m ); } void Main::moveR() { - TQWMatrix m = editor->worldMatrix(); + TQWMatrix m = editor->worldMatrix(); m.translate( +16, 0 ); - editor->setWorldMatrix( m ); + editor->setWorldMatrix( m ); } void Main::moveU() { - TQWMatrix m = editor->worldMatrix(); + TQWMatrix m = editor->worldMatrix(); m.translate( 0, -16 ); - editor->setWorldMatrix( m ); + editor->setWorldMatrix( m ); } void Main::moveD() { - TQWMatrix m = editor->worldMatrix(); + TQWMatrix m = editor->worldMatrix(); m.translate( 0, +16 ); - editor->setWorldMatrix( m ); + editor->setWorldMatrix( m ); } void Main::print() @@ -659,16 +659,16 @@ void Main::print() if ( !printer ) printer = new TQPrinter; if ( printer->setup(this) ) { TQPainter pp(printer); - canvas.drawArea(TQRect(0,0,canvas.width(),canvas.height()),&pp,FALSE); + canvas.drawArea(TQRect(0,0,canvas.width(),canvas.height()),&pp,FALSE); } } void Main::addSprite() { - TQCanvasItem* i = new BouncyLogo(&canvas); - i->setZ(rand()%256); - i->show(); + TQCanvasItem* i = new BouncyLogo(&canvas); + i->setZ(rand()%256); + i->show(); } TQString butterfly_fn; @@ -689,11 +689,11 @@ void Main::addButterfly() butterflyimg[3] = butterflyimg[0].smoothScale( int(butterflyimg[0].width()*0.25), int(butterflyimg[0].height()*0.25) ); } - TQCanvasPolygonalItem* i = new ImageItem(butterflyimg[rand()%4],&canvas); - i->move(rand()%(canvas.width()-butterflyimg->width()), - rand()%(canvas.height()-butterflyimg->height())); - i->setZ(rand()%256+250); - i->show(); + TQCanvasPolygonalItem* i = new ImageItem(butterflyimg[rand()%4],&canvas); + i->move(rand()%(canvas.width()-butterflyimg->width()), + rand()%(canvas.height()-butterflyimg->height())); + i->setZ(rand()%256+250); + i->show(); } void Main::addLogo() @@ -710,28 +710,28 @@ void Main::addLogo() logoimg[3] = logoimg[0].smoothScale( int(logoimg[0].width()*0.25), int(logoimg[0].height()*0.25) ); } - TQCanvasPolygonalItem* i = new ImageItem(logoimg[rand()%4],&canvas); - i->move(rand()%(canvas.width()-logoimg->width()), - rand()%(canvas.height()-logoimg->width())); - i->setZ(rand()%256+256); - i->show(); + TQCanvasPolygonalItem* i = new ImageItem(logoimg[rand()%4],&canvas); + i->move(rand()%(canvas.width()-logoimg->width()), + rand()%(canvas.height()-logoimg->width())); + i->setZ(rand()%256+256); + i->show(); } void Main::addCircle() { - TQCanvasPolygonalItem* i = new TQCanvasEllipse(50,50,&canvas); - i->setBrush( TQColor(rand()%32*8,rand()%32*8,rand()%32*8) ); - i->move(rand()%canvas.width(),rand()%canvas.height()); - i->setZ(rand()%256); - i->show(); + TQCanvasPolygonalItem* i = new TQCanvasEllipse(50,50,&canvas); + i->setBrush( TQColor(rand()%32*8,rand()%32*8,rand()%32*8) ); + i->move(rand()%canvas.width(),rand()%canvas.height()); + i->setZ(rand()%256); + i->show(); } void Main::addHexagon() { - TQCanvasPolygon* i = new TQCanvasPolygon(&canvas); - const int size = canvas.width() / 25; + TQCanvasPolygon* i = new TQCanvasPolygon(&canvas); + const int size = canvas.width() / 25; TQPointArray pa(6); pa[0] = TQPoint(2*size,0); pa[1] = TQPoint(size,-size*173/100); @@ -739,17 +739,17 @@ void Main::addHexagon() pa[3] = TQPoint(-2*size,0); pa[4] = TQPoint(-size,size*173/100); pa[5] = TQPoint(size,size*173/100); - i->setPoints(pa); - i->setBrush( TQColor(rand()%32*8,rand()%32*8,rand()%32*8) ); - i->move(rand()%canvas.width(),rand()%canvas.height()); - i->setZ(rand()%256); - i->show(); + i->setPoints(pa); + i->setBrush( TQColor(rand()%32*8,rand()%32*8,rand()%32*8) ); + i->move(rand()%canvas.width(),rand()%canvas.height()); + i->setZ(rand()%256); + i->show(); } void Main::addPolygon() { - TQCanvasPolygon* i = new TQCanvasPolygon(&canvas); - const int size = canvas.width()/2; + TQCanvasPolygon* i = new TQCanvasPolygon(&canvas); + const int size = canvas.width()/2; TQPointArray pa(6); pa[0] = TQPoint(0,0); pa[1] = TQPoint(size,size/5); @@ -757,17 +757,17 @@ void Main::addPolygon() pa[3] = TQPoint(size/6,size*5/4); pa[4] = TQPoint(size*3/4,size*3/4); pa[5] = TQPoint(size*3/4,size/4); - i->setPoints(pa); - i->setBrush( TQColor(rand()%32*8,rand()%32*8,rand()%32*8) ); - i->move(rand()%canvas.width(),rand()%canvas.height()); - i->setZ(rand()%256); - i->show(); + i->setPoints(pa); + i->setBrush( TQColor(rand()%32*8,rand()%32*8,rand()%32*8) ); + i->move(rand()%canvas.width(),rand()%canvas.height()); + i->setZ(rand()%256); + i->show(); } void Main::addSpline() { - TQCanvasSpline* i = new TQCanvasSpline(&canvas); - const int size = canvas.width()/6; + TQCanvasSpline* i = new TQCanvasSpline(&canvas); + const int size = canvas.width()/6; TQPointArray pa(12); pa[0] = TQPoint(0,0); pa[1] = TQPoint(size/2,0); @@ -781,30 +781,30 @@ void Main::addSpline() pa[9] = TQPoint(0,size); pa[10]= TQPoint(-size/4,size/2); pa[11]= TQPoint(-size/2,0); - i->setControlPoints(pa); - i->setBrush( TQColor(rand()%32*8,rand()%32*8,rand()%32*8) ); - i->move(rand()%canvas.width(),rand()%canvas.height()); - i->setZ(rand()%256); - i->show(); + i->setControlPoints(pa); + i->setBrush( TQColor(rand()%32*8,rand()%32*8,rand()%32*8) ); + i->move(rand()%canvas.width(),rand()%canvas.height()); + i->setZ(rand()%256); + i->show(); } void Main::addText() { - TQCanvasText* i = new TQCanvasText(&canvas); - i->setText("TQCanvasText"); - i->move(rand()%canvas.width(),rand()%canvas.height()); - i->setZ(rand()%256); - i->show(); + TQCanvasText* i = new TQCanvasText(&canvas); + i->setText("TQCanvasText"); + i->move(rand()%canvas.width(),rand()%canvas.height()); + i->setZ(rand()%256); + i->show(); } void Main::addLine() { - TQCanvasLine* i = new TQCanvasLine(&canvas); - i->setPoints( rand()%canvas.width(), rand()%canvas.height(), - rand()%canvas.width(), rand()%canvas.height() ); - i->setPen( TQPen(TQColor(rand()%32*8,rand()%32*8,rand()%32*8), 6) ); - i->setZ(rand()%256); - i->show(); + TQCanvasLine* i = new TQCanvasLine(&canvas); + i->setPoints( rand()%canvas.width(), rand()%canvas.height(), + rand()%canvas.width(), rand()%canvas.height() ); + i->setPen( TQPen(TQColor(rand()%32*8,rand()%32*8,rand()%32*8), 6) ); + i->setZ(rand()%256); + i->show(); } void Main::addMesh() @@ -817,8 +817,8 @@ void Main::addMesh() int nodecount = 0; - int w = canvas.width(); - int h = canvas.height(); + int w = canvas.width(); + int h = canvas.height(); const int dist = 30; int rows = h / dist; @@ -839,7 +839,7 @@ void Main::addMesh() int r = rand(); int xrand = r %20; int yrand = (r/20) %20; - el->move( xrand + x0 + i*dist + (j%2 ? dist/2 : 0 ), + el->move( xrand + x0 + i*dist + (j%2 ? dist/2 : 0 ), yrand + y0 + j*dist ); if ( j > 0 ) { @@ -855,7 +855,7 @@ void Main::addMesh() } if ( i > 0 ) lastRow[i-1] = prev; prev = el; - el->show(); + el->show(); } lastRow[n-1]=prev; #ifndef TQT_NO_PROGRESSDIALOG @@ -872,13 +872,13 @@ void Main::addMesh() void Main::addRectangle() { - TQCanvasPolygonalItem *i = new TQCanvasRectangle( rand()%canvas.width(),rand()%canvas.height(), - canvas.width()/5,canvas.width()/5,&canvas); + TQCanvasPolygonalItem *i = new TQCanvasRectangle( rand()%canvas.width(),rand()%canvas.height(), + canvas.width()/5,canvas.width()/5,&canvas); int z = rand()%256; - i->setBrush( TQColor(z,z,z) ); - i->setPen( TQPen(TQColor(rand()%32*8,rand()%32*8,rand()%32*8), 6) ); - i->setZ(z); - i->show(); + i->setBrush( TQColor(z,z,z) ); + i->setPen( TQPen(TQColor(rand()%32*8,rand()%32*8,rand()%32*8), 6) ); + i->setZ(z); + i->show(); } @@ -911,8 +911,8 @@ int main(int argc, char** argv) else logo_fn = "qtlogo.png"; - TQCanvas canvas(800,600); - canvas.setAdvancePeriod(30); + TQCanvas canvas(800,600); + canvas.setAdvancePeriod(30); Main m(canvas); m.resize(m.sizeHint()); m.setCaption("TQt Example - Canvas"); diff --git a/doc/html/canvas.html b/doc/html/canvas.html index e40bafdd..8df99f85 100644 --- a/doc/html/canvas.html +++ b/doc/html/canvas.html @@ -35,41 +35,41 @@ body { background: #ffffff; color: black; }

The canvas module provides a highly optimized 2D graphic area called -TQCanvas. The canvas can contain an arbitrary number of TQCanvasItems. Canvas items can have an arbitrary +TQCanvas. The canvas can contain an arbitrary number of TQCanvasItems. Canvas items can have an arbitrary shape, size and content, can be freely moved around in the canvas, and can be checked for collisions. Canvas items can be set to move across the canvas automatically and animated canvas items are -supported with TQCanvasSprite. (If you require 3D graphics see TQt's +supported with TQCanvasSprite. (If you require 3D graphics see TQt's OpenGL module.) -

The canvas module uses a document/view model. The TQCanvasView class +

The canvas module uses a document/view model. The TQCanvasView class is used to show a particular view of a canvas. Multiple views can operate on the same canvas at the same time. Every view can use an arbitrary transformation matrix on the canvas which makes it easy to implement features such as zooming. -

-Screenshot of a canvas
-

TQt provides a number of predefined TQCanvas items as listed below. +

+Screenshot of a canvas
+

TQt provides a number of predefined TQCanvas items as listed below.

-

The two classes TQCanvasPixmap and TQCanvasPixmapArray are used -by TQCanvasSprite to show animated and moving pixmaps on the +

The two classes TQCanvasPixmap and TQCanvasPixmapArray are used +by TQCanvasSprite to show animated and moving pixmaps on the canvas.

More specialized items can be created by inheriting from one of the canvas item classes. It is easiest to inherit from one of -TQCanvasItem's derived classes (usually TQCanvasPolygonalItem) rather +TQCanvasItem's derived classes (usually TQCanvasPolygonalItem) rather than inherit TQCanvasItem directly. -

See examples/canvas for an example that shows off some of TQCanvas's +

See examples/canvas for an example that shows off some of TQCanvas's capabilities.

diff --git a/doc/html/chart-canvastext-h.html b/doc/html/chart-canvastext-h.html index 3313a6a0..8e625208 100644 --- a/doc/html/chart-canvastext-h.html +++ b/doc/html/chart-canvastext-h.html @@ -35,22 +35,22 @@ body { background: #ffffff; color: black; }

#ifndef CANVASTEXT_H
 #define CANVASTEXT_H
 
-#include <ntqcanvas.h>
+#include <tqcanvas.h>
 
 class TQFont;
 
 
-class CanvasText : public TQCanvasText
+class CanvasText : public TQCanvasText
 {
 public:
     enum { CANVAS_TEXT = 1100 };
 
     CanvasText( int index, TQCanvas *canvas )
-        : TQCanvasText( canvas ), m_index( index ) {}
+        : TQCanvasText( canvas ), m_index( index ) {}
     CanvasText( int index, const TQString& text, TQCanvas *canvas )
-        : TQCanvasText( text, canvas ), m_index( index ) {}
+        : TQCanvasText( text, canvas ), m_index( index ) {}
     CanvasText( int index, const TQString& text, TQFont font, TQCanvas *canvas )
-        : TQCanvasText( text, font, canvas ), m_index( index ) {}
+        : TQCanvasText( text, font, canvas ), m_index( index ) {}
 
     int index() const { return m_index; }
     void setIndex( int index ) { m_index = index; }
diff --git a/doc/html/chart-canvasview-cpp.html b/doc/html/chart-canvasview-cpp.html
index 35033962..064fb312 100644
--- a/doc/html/chart-canvasview-cpp.html
+++ b/doc/html/chart-canvasview-cpp.html
@@ -49,14 +49,14 @@ void CanvasView::contentsC
 
 void CanvasView::viewportResizeEvent( TQResizeEvent *e )
 {
-    canvas()->resize( e->size().width(), e->size().height() );
+    canvas()->resize( e->size().width(), e->size().height() );
     ((ChartForm*)parent())->drawElements();
 }
 
 
 void CanvasView::contentsMousePressEvent( TQMouseEvent *e )
 {
-    TQCanvasItemList list = canvas()->collisions( e->pos() );
+    TQCanvasItemList list = canvas()->collisions( e->pos() );
     for ( TQCanvasItemList::iterator it = list.begin(); it != list.end(); ++it )
         if ( (*it)->rtti() == CanvasText::CANVAS_TEXT ) {
             m_movingItem = *it;
@@ -82,7 +82,7 @@ void CanvasView::contentsMou
         (*m_elements)[i].setProX( chartType, item->x() / canvas()->width() );
         (*m_elements)[i].setProY( chartType, item->y() / canvas()->height() );
 
-        canvas()->update();
+        canvas()->update();
     }
 }
 
diff --git a/doc/html/chart-canvasview-h.html b/doc/html/chart-canvasview-h.html
index 9fd16d90..a27d89bf 100644
--- a/doc/html/chart-canvasview-h.html
+++ b/doc/html/chart-canvasview-h.html
@@ -38,20 +38,20 @@ body { background: #ffffff; color: black; }
 #include "element.h"
 #include "canvastext.h"
 
-#include <ntqcanvas.h>
+#include <tqcanvas.h>
 
 
 class TQPoint;
 
 
-class CanvasView : public TQCanvasView
+class CanvasView : public TQCanvasView
 {
     TQ_OBJECT
 public:
-    CanvasView( TQCanvas *canvas, ElementVector *elements,
+    CanvasView( TQCanvas *canvas, ElementVector *elements,
                 TQWidget* parent = 0, const char* name = "canvas view",
                 WFlags f = 0 )
-        : TQCanvasView( canvas, parent, name, f ), m_movingItem(0),
+        : TQCanvasView( canvas, parent, name, f ), m_movingItem(0),
           m_elements( elements ) {}
 
 protected:
@@ -61,7 +61,7 @@ protected:
     void contentsContextMenuEvent( TQContextMenuEvent *e );
 
 private:
-    TQCanvasItem *m_movingItem;
+    TQCanvasItem *m_movingItem;
     TQPoint m_pos;
     ElementVector *m_elements;
 };
diff --git a/doc/html/chart-chartform-cpp.html b/doc/html/chart-chartform-cpp.html
index f09f0e9b..cbb61428 100644
--- a/doc/html/chart-chartform-cpp.html
+++ b/doc/html/chart-chartform-cpp.html
@@ -254,8 +254,8 @@ const TQString APP_KEY = "/Chart/";
     if ( windowX != -1 || windowY != -1 )
         move( windowX, windowY );
 
-    m_canvas = new TQCanvas( this );
-    m_canvas->resize( width(), height() );
+    m_canvas = new TQCanvas( this );
+    m_canvas->resize( width(), height() );
     m_canvasView = new CanvasView( m_canvas, &m_elements, this );
     setCentralWidget( m_canvasView );
     m_canvasView->show();
diff --git a/doc/html/chart-chartform-h.html b/doc/html/chart-chartform-h.html
index b4a91c07..f96be589 100644
--- a/doc/html/chart-chartform-h.html
+++ b/doc/html/chart-chartform-h.html
@@ -110,7 +110,7 @@ private:
 
     TQString m_filename;
     TQStringList m_recentFiles;
-    TQCanvas *m_canvas;
+    TQCanvas *m_canvas;
     CanvasView *m_canvasView;
     bool m_changed;
     ElementVector m_elements;
diff --git a/doc/html/chart-chartform_canvas-cpp.html b/doc/html/chart-chartform_canvas-cpp.html
index 2b219656..2a8975ed 100644
--- a/doc/html/chart-chartform_canvas-cpp.html
+++ b/doc/html/chart-chartform_canvas-cpp.html
@@ -36,7 +36,7 @@ body { background: #ffffff; color: black; }
 #include "chartform.h"
 
 #include <ntqbrush.h>
-#include <ntqcanvas.h>
+#include <tqcanvas.h>
 
 #include <math.h> // sin, cos
 
@@ -46,7 +46,7 @@ body { background: #ffffff; color: black; }
 
 void ChartForm::drawElements()
 {
-    TQCanvasItemList list = m_canvas->allItems();
+    TQCanvasItemList list = m_canvas->allItems();
     for ( TQCanvasItemList::iterator it = list.begin(); it != list.end(); ++it )
         delete *it;
 
@@ -108,14 +108,14 @@ void ChartForm::drawPieChart( const double scales[], double t
     for ( int i = 0; i < MAX_ELEMENTS; ++i ) {
         if ( m_elements[i].isValid() ) {
             int extent = int(scales[i]);
-            TQCanvasEllipse *arc = new TQCanvasEllipse(
+            TQCanvasEllipse *arc = new TQCanvasEllipse(
                                             size, size, angle, extent, m_canvas );
-            arc->setX( x );
-            arc->setY( y );
-            arc->setZ( 0 );
-            arc->setBrush( TQBrush( m_elements[i].valueColor(),
+            arc->setX( x );
+            arc->setY( y );
+            arc->setZ( 0 );
+            arc->setBrush( TQBrush( m_elements[i].valueColor(),
                                    BrushStyle(m_elements[i].valuePattern()) ) );
-            arc->show();
+            arc->show();
             angle += extent;
             TQString label = m_elements[i].label();
             if ( !label.isEmpty() || m_addValues != NO ) {
@@ -125,22 +125,22 @@ void ChartForm::drawPieChart( const double scales[], double t
                 double proY = m_elements[i].proY( PIE );
                 if ( proX < 0 || proY < 0 ) {
                     // Find the centre of the pie segment
-                    TQRect rect = arc->boundingRect();
-                    proX = ( rect.width() / 2 ) + rect.x();
-                    proY = ( rect.height() / 2 ) + rect.y();
+                    TQRect rect = arc->boundingRect();
+                    proX = ( rect.width() / 2 ) + rect.x();
+                    proY = ( rect.height() / 2 ) + rect.y();
                     // Centre text over the centre of the pie segment
-                    rect = text->boundingRect();
-                    proX -= ( rect.width() / 2 );
-                    proY -= ( rect.height() / 2 );
+                    rect = text->boundingRect();
+                    proX -= ( rect.width() / 2 );
+                    proY -= ( rect.height() / 2 );
                     // Make proportional
                     proX /= width;
                     proY /= height;
                 }
-                text->setColor( m_elements[i].labelColor() );
-                text->setX( proX * width );
-                text->setY( proY * height );
-                text->setZ( 1 );
-                text->show();
+                text->setColor( m_elements[i].labelColor() );
+                text->setX( proX * width );
+                text->setY( proY * height );
+                text->setZ( 1 );
+                text->show();
                 m_elements[i].setProX( PIE, proX );
                 m_elements[i].setProY( PIE, proY );
             }
@@ -163,13 +163,13 @@ void ChartForm::drawVerticalBarChart(
         if ( m_elements[i].isValid() ) {
             int extent = int(scales[i]);
             int y = int(height - extent);
-            TQCanvasRectangle *rect = new TQCanvasRectangle(
+            TQCanvasRectangle *rect = new TQCanvasRectangle(
                                             x, y, prowidth, extent, m_canvas );
-            rect->setBrush( TQBrush( m_elements[i].valueColor(),
+            rect->setBrush( TQBrush( m_elements[i].valueColor(),
                                     BrushStyle(m_elements[i].valuePattern()) ) );
-            rect->setPen( pen );
-            rect->setZ( 0 );
-            rect->show();
+            rect->setPen( pen );
+            rect->setZ( 0 );
+            rect->show();
             TQString label = m_elements[i].label();
             if ( !label.isEmpty() || m_addValues != NO ) {
                 double proX = m_elements[i].proX( VERTICAL_BAR );
@@ -180,11 +180,11 @@ void ChartForm::drawVerticalBarChart(
                 }
                 label = valueLabel( label, m_elements[i].value(), total );
                 CanvasText *text = new CanvasText( i, label, m_font, m_canvas );
-                text->setColor( m_elements[i].labelColor() );
-                text->setX( proX * width );
-                text->setY( proY * height );
-                text->setZ( 1 );
-                text->show();
+                text->setColor( m_elements[i].labelColor() );
+                text->setX( proX * width );
+                text->setY( proY * height );
+                text->setZ( 1 );
+                text->show();
                 m_elements[i].setProX( VERTICAL_BAR, proX );
                 m_elements[i].setProY( VERTICAL_BAR, proY );
             }
@@ -207,13 +207,13 @@ void ChartForm::drawHorizontalBarChart(
     for ( int i = 0; i < MAX_ELEMENTS; ++i ) {
         if ( m_elements[i].isValid() ) {
             int extent = int(scales[i]);
-            TQCanvasRectangle *rect = new TQCanvasRectangle(
+            TQCanvasRectangle *rect = new TQCanvasRectangle(
                                             0, y, extent, proheight, m_canvas );
-            rect->setBrush( TQBrush( m_elements[i].valueColor(),
+            rect->setBrush( TQBrush( m_elements[i].valueColor(),
                                     BrushStyle(m_elements[i].valuePattern()) ) );
-            rect->setPen( pen );
-            rect->setZ( 0 );
-            rect->show();
+            rect->setPen( pen );
+            rect->setZ( 0 );
+            rect->show();
             TQString label = m_elements[i].label();
             if ( !label.isEmpty() || m_addValues != NO ) {
                 double proX = m_elements[i].proX( HORIZONTAL_BAR );
@@ -224,11 +224,11 @@ void ChartForm::drawHorizontalBarChart(
                 }
                 label = valueLabel( label, m_elements[i].value(), total );
                 CanvasText *text = new CanvasText( i, label, m_font, m_canvas );
-                text->setColor( m_elements[i].labelColor() );
-                text->setX( proX * width );
-                text->setY( proY * height );
-                text->setZ( 1 );
-                text->show();
+                text->setColor( m_elements[i].labelColor() );
+                text->setX( proX * width );
+                text->setY( proY * height );
+                text->setZ( 1 );
+                text->show();
                 m_elements[i].setProX( HORIZONTAL_BAR, proX );
                 m_elements[i].setProY( HORIZONTAL_BAR, proY );
             }
diff --git a/doc/html/classchart.html b/doc/html/classchart.html
index a88e8b04..fa553bae 100644
--- a/doc/html/classchart.html
+++ b/doc/html/classchart.html
@@ -43,15 +43,15 @@ body { background: #ffffff; color: black; }
 
 
 
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
 
 
 
@@ -98,7 +98,7 @@ body { background: #ffffff; color: black; }
 
 
 
-
+
 
 
 
@@ -154,7 +154,7 @@ body { background: #ffffff; color: black; }
 
 
 
-
+
 
 
 
diff --git a/doc/html/classes.html b/doc/html/classes.html
index fc95aeb0..5830b891 100644
--- a/doc/html/classes.html
+++ b/doc/html/classes.html
@@ -412,7 +412,7 @@ classes, see TQt's Main Classes.
 
TQUrlInfo
-TQCanvas +TQCanvas TQEvent @@ -423,7 +423,7 @@ classes, see TQt's Main Classes. TQUrlOperator
-TQCanvasEllipse +TQCanvasEllipse TQEventLoop @@ -434,7 +434,7 @@ classes, see TQt's Main Classes. TQUuid
-TQCanvasItem +TQCanvasItem F TQFile @@ -445,7 +445,7 @@ classes, see TQt's Main Classes. TQValidator
-TQCanvasItemList +TQCanvasItemList TQFileDialog @@ -456,7 +456,7 @@ classes, see TQt's Main Classes. TQValueList
-TQCanvasLine +TQCanvasLine TQFileIconProvider @@ -467,7 +467,7 @@ classes, see TQt's Main Classes. TQValueListConstIterator
-TQCanvasPixmap +TQCanvasPixmap TQFileInfo M @@ -478,7 +478,7 @@ classes, see TQt's Main Classes. TQValueListIterator
-TQCanvasPixmapArray +TQCanvasPixmapArray TQFilePreview @@ -489,7 +489,7 @@ classes, see TQt's Main Classes. TQValueStack
-TQCanvasPolygon +TQCanvasPolygon TQFocusData @@ -500,7 +500,7 @@ classes, see TQt's Main Classes. TQValueVector
-TQCanvasPolygonalItem +TQCanvasPolygonalItem TQFocusEvent @@ -511,7 +511,7 @@ classes, see TQt's Main Classes. TQVariant
-TQCanvasRectangle +TQCanvasRectangle TQFont @@ -522,7 +522,7 @@ classes, see TQt's Main Classes. TQVBox
-TQCanvasSpline +TQCanvasSpline TQFontDatabase @@ -533,7 +533,7 @@ classes, see TQt's Main Classes. TQVBoxLayout
-TQCanvasSprite +TQCanvasSprite TQFontDialog @@ -544,7 +544,7 @@ classes, see TQt's Main Classes. TQVButtonGroup
-TQCanvasText +TQCanvasText TQFontInfo @@ -555,7 +555,7 @@ classes, see TQt's Main Classes. TQVGroupBox
-TQCanvasView +TQCanvasView TQFontManager * diff --git a/doc/html/emb-features.html b/doc/html/emb-features.html index ba76e2ec..d5798305 100644 --- a/doc/html/emb-features.html +++ b/doc/html/emb-features.html @@ -187,7 +187,7 @@ translation (TQWMatrix) Lists of information (TQListView) TQT_NO_WIDGETS
TQT_NO_CANVAS -Object canvas (TQCanvas) +Object canvas (TQCanvas) TQT_NO_WIDGETS
TQT_NO_DIAL Value control (TQDial) diff --git a/doc/html/functions.html b/doc/html/functions.html index c803f2c2..2a4680d5 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -130,14 +130,14 @@ abort: TQSplitter
  • adjustRow: TQTable
  • adjustSize: TQMessageBox TQSimpleRichText TQWidget
  • advance: - TQCanvas TQCanvasItem TQCanvasSprite
  • afterSeek: + TQCanvas TQCanvasItem TQCanvasSprite
  • afterSeek: TQSqlQuery
  • alignment: TQGroupBox TQLabel TQLayoutItem TQLineEdit TQMultiLineEdit TQStyleSheetItem TQTableItem TQTextEdit
  • alignmentRect: TQLayout
  • all: TQMacMime TQWindowsMime
  • allColumnsShowFocus: TQListView
  • allGray: TQImage
  • allItems: - TQCanvas
  • allWidgets: + TQCanvas
  • allWidgets: TQApplication
  • alloc: TQColor TQScreen
  • allocation: TQWSWindow
  • allowedInContext: @@ -149,10 +149,10 @@ abort: TQTextBrowser
  • anchorCol: TQTableSelection
  • anchorRow: TQTableSelection
  • angleLength: - TQCanvasEllipse
  • angleStart: - TQCanvasEllipse
  • animateClick: + TQCanvasEllipse
  • angleStart: + TQCanvasEllipse
  • animateClick: TQButton
  • animated: - TQCanvasItem
  • answerRect: + TQCanvasItem
  • answerRect: TQDragMoveEvent
  • appID: TQAxFactory
  • append: TQCString TQIconDrag TQPtrList TQSqlCursor TQSqlIndex TQSqlRecord TQString TQTextEdit TQValueList TQValueVector TQXmlAttributes
  • appendChild: @@ -164,8 +164,8 @@ abort: TQTabDialog
  • appropriate: TQMainWindow TQWizard
  • area: TQDockWindow
  • areaPoints: - TQCanvasPolygon TQCanvasPolygonalItem
  • areaPointsAdvanced: - TQCanvasPolygonalItem
  • arg: + TQCanvasPolygon TQCanvasPolygonalItem
  • areaPointsAdvanced: + TQCanvasPolygonalItem
  • arg: TQNPInstance TQNetworkOperation TQString
  • argc: TQApplication TQNPInstance
  • argn: TQNPInstance
  • arguments: @@ -248,10 +248,10 @@ back: TQWizard
  • background: TQColorGroup
  • backgroundBrush: TQWidget
  • backgroundColor: - TQCanvas TQMovie TQPainter
  • backgroundMode: + TQCanvas TQMovie TQPainter
  • backgroundMode: TQPainter TQWidget
  • backgroundOrigin: TQWidget
  • backgroundPixmap: - TQCanvas
  • backspace: + TQCanvas
  • backspace: TQLineEdit TQMultiLineEdit
  • backward: TQTextBrowser
  • backwardAvailable: TQTextBrowser
  • base: @@ -282,7 +282,7 @@ back: TQFont TQFontDatabase TQFontInfo TQTextEdit
  • bottom: TQDoubleValidator TQIntValidator TQRect
  • bottomDock: TQMainWindow
  • bottomEdge: - TQCanvasSprite
  • bottomLeft: + TQCanvasSprite
  • bottomLeft: TQRect
  • bottomMargin: TQScrollView
  • bottomRight: TQRect
  • bottomRow: @@ -293,11 +293,11 @@ back: TQDataBrowser
  • boundaryChecking: TQDataBrowser
  • boundedTo: TQSize
  • boundingRect: - TQCanvasItem TQCanvasPolygonalItem TQCanvasSprite TQCanvasText TQFontMetrics TQPainter TQPicture TQPointArray TQRegion
  • boundingRectAdvanced: - TQCanvasItem
  • boxLayout: + TQCanvasItem TQCanvasPolygonalItem TQCanvasSprite TQCanvasText TQFontMetrics TQPainter TQPicture TQPointArray TQRegion
  • boundingRectAdvanced: + TQCanvasItem
  • boxLayout: TQDockWindow
  • brightText: TQColorGroup
  • brush: - TQCanvasPolygonalItem TQColorGroup TQPainter TQPalette
  • brushOrigin: + TQCanvasPolygonalItem TQColorGroup TQPainter TQPalette
  • brushOrigin: TQPainter
  • bsearch: TQMemArray TQPtrVector
  • buddy: TQLabel
  • buffer: @@ -336,7 +336,7 @@ c: TQProgressDialog
  • canonicalName: TQDns
  • canonicalPath: TQDir
  • canvas: - TQCanvasItem TQCanvasView
  • cap: + TQCanvasItem TQCanvasView
  • cap: TQRegExp
  • capStyle: TQPen
  • capacity: TQString TQValueVector
  • caption: @@ -388,8 +388,8 @@ c: TQGLContext
  • choosePixelFormat: TQGLContext
  • chooseVisual: TQGLContext
  • chunkSize: - TQCanvas
  • chunks: - TQCanvasRectangle
  • classID: + TQCanvas
  • chunks: + TQCanvasRectangle
  • classID: TQAxFactory
  • classInfo: TQMetaObject
  • className: TQMetaObject TQObject
  • cleanDirPath: @@ -435,7 +435,7 @@ c: TQDockWindow
  • closeMouse: TQWSServer
  • closeStdin: TQProcess
  • closed: - TQCanvasSpline
  • closingDown: + TQCanvasSpline
  • closingDown: TQApplication
  • clut: TQScreen
  • cmd: TQPaintDevice
  • codec: @@ -452,9 +452,9 @@ c: TQTableItem
  • colStretch: TQGridLayout
  • collapsed: TQListView
  • collidesWith: - TQCanvasItem
  • collisions: - TQCanvas TQCanvasItem
  • color: - TQBrush TQCanvasText TQColorGroup TQImage TQPalette TQPen TQStyleOption TQStyleSheetItem TQTextEdit
  • colorGroup: + TQCanvasItem
  • collisions: + TQCanvas TQCanvasItem
  • color: + TQBrush TQCanvasText TQColorGroup TQImage TQPalette TQPen TQStyleOption TQStyleSheetItem TQTextEdit
  • colorGroup: TQWidget
  • colorMode: TQPrinter
  • colorNames: TQColor
  • colorSpec: @@ -538,7 +538,7 @@ c: TQStyleSheetItem
  • control: TQAxBase
  • controlAt: TQAccessibleInterface
  • controlPoints: - TQCanvasSpline
  • controllingUnknown: + TQCanvasSpline
  • controllingUnknown: TQAxAggregated
  • convertBitOrder: TQImage
  • convertDepth: TQImage
  • convertDepthWithPalette: @@ -558,7 +558,7 @@ c: TQTextEdit
  • copyBlt: TQPixmap
  • cornerWidget: TQScrollView TQTabWidget
  • count: - TQAccel TQAsciiCache TQAsciiCacheIterator TQAsciiDict TQAsciiDictIterator TQButtonGroup TQCache TQCacheIterator TQCanvasPixmapArray TQComboBox TQComboTableItem TQDict TQDictIterator TQDir TQDockArea TQDomNamedNodeMap TQDomNodeList TQFocusData TQHeader TQIconView TQIntCache TQIntCacheIterator TQIntDict TQIntDictIterator TQKeyEvent TQKeySequence TQListBox TQMap TQMemArray TQMenuData TQPtrCollection TQPtrDict TQPtrDictIterator TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQSqlForm TQSqlRecord TQTabBar TQTabWidget TQToolBox TQValueList TQValueVector TQXmlAttributes
  • countCf: + TQAccel TQAsciiCache TQAsciiCacheIterator TQAsciiDict TQAsciiDictIterator TQButtonGroup TQCache TQCacheIterator TQCanvasPixmapArray TQComboBox TQComboTableItem TQDict TQDictIterator TQDir TQDockArea TQDomNamedNodeMap TQDomNodeList TQFocusData TQHeader TQIconView TQIntCache TQIntCacheIterator TQIntDict TQIntDictIterator TQKeyEvent TQKeySequence TQListBox TQMap TQMemArray TQMenuData TQPtrCollection TQPtrDict TQPtrDictIterator TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQSqlForm TQSqlRecord TQTabBar TQTabWidget TQToolBox TQValueList TQValueVector TQXmlAttributes
  • countCf: TQWindowsMime
  • countFlavors: TQMacMime
  • country: TQLocale
  • countryToString: @@ -791,23 +791,23 @@ dark: TQWidget
  • dragObject: TQIconView TQListView TQTable
  • draggingSlider: TQScrollBar
  • draw: - TQCanvasItem TQCanvasPolygonalItem TQCanvasSprite TQCanvasText TQSimpleRichText
  • drawArc: + TQCanvasItem TQCanvasPolygonalItem TQCanvasSprite TQCanvasText TQSimpleRichText
  • drawArc: TQPainter
  • drawArea: - TQCanvas
  • drawBackground: - TQCanvas TQIconView
  • drawButton: + TQCanvas
  • drawBackground: + TQCanvas TQIconView
  • drawButton: TQButton
  • drawButtonLabel: TQButton
  • drawChord: TQPainter
  • drawComplexControl: TQStyle
  • drawComplexControlMask: TQStyle
  • drawContents: - TQCanvasView TQFrame TQLCDNumber TQLabel TQMenuBar TQPopupMenu TQScrollView TQSplashScreen TQTable
  • drawContentsOffset: + TQCanvasView TQFrame TQLCDNumber TQLabel TQMenuBar TQPopupMenu TQScrollView TQSplashScreen TQTable
  • drawContentsOffset: TQListView TQScrollView
  • drawControl: TQStyle
  • drawControlMask: TQStyle
  • drawConvexPolygon: TQPainter
  • drawCubicBezier: TQPainter
  • drawEllipse: TQPainter
  • drawForeground: - TQCanvas
  • drawFrame: + TQCanvas
  • drawFrame: TQFrame
  • drawImage: TQPainter
  • drawItem: TQPopupMenu TQStyle
  • drawLine: @@ -825,7 +825,7 @@ dark: TQPlatinumStyle
  • drawRoundRect: TQPainter
  • drawRubber: TQIconView
  • drawShape: - TQCanvasEllipse TQCanvasPolygon TQCanvasPolygonalItem TQCanvasRectangle
  • drawText: + TQCanvasEllipse TQCanvasPolygon TQCanvasPolygonalItem TQCanvasRectangle
  • drawText: TQPainter TQWidget
  • drawTiledPixmap: TQPainter
  • drawWinFocusRect: TQPainter
  • driver: @@ -876,7 +876,7 @@ echoMode: TQXmlContentHandler
  • endEntity: TQXmlLexicalHandler
  • endGroup: TQSettings
  • endPoint: - TQCanvasLine
  • endPrefixMapping: + TQCanvasLine
  • endPrefixMapping: TQXmlContentHandler
  • endsWith: TQString
  • enforceSortOrder: TQListViewItem
  • enqueue: @@ -998,7 +998,7 @@ falseText: TQMacStyle
  • focusStyle: TQTable
  • focusWidget: TQApplication TQFocusData TQWidget
  • font: - TQApplication TQCanvasText TQFontDatabase TQPainter TQToolTip TQWidget
  • fontChange: + TQApplication TQCanvasText TQFontDatabase TQPainter TQToolTip TQWidget
  • fontChange: TQWidget
  • fontFamily: TQStyleSheetItem
  • fontInfo: TQPainter TQWidget
  • fontItalic: @@ -1017,10 +1017,10 @@ falseText: TQSqlDriver
  • forward: TQTextBrowser
  • forwardAvailable: TQTextBrowser
  • frame: - TQCanvasSprite TQLineEdit
  • frameBuffer: + TQCanvasSprite TQLineEdit
  • frameBuffer: TQDirectPainter
  • frameChanged: TQFrame
  • frameCount: - TQCanvasSprite
  • frameDone: + TQCanvasSprite
  • frameDone: TQImageConsumer
  • frameGeometry: TQWidget
  • frameImage: TQMovie
  • frameNumber: @@ -1169,7 +1169,7 @@ hScrollBarMode: TQListView
  • headerSection: TQStyleOption
  • headerWidth: TQHeader
  • height: - TQCanvas TQCanvasEllipse TQCanvasRectangle TQCanvasSprite TQDirectPainter TQFontMetrics TQIconViewItem TQImage TQListBoxItem TQListBoxPixmap TQListBoxText TQListViewItem TQPaintDeviceMetrics TQPixmap TQRect TQScreen TQSimpleRichText TQSize TQWidget
  • heightForWidth: + TQCanvas TQCanvasEllipse TQCanvasRectangle TQCanvasSprite TQDirectPainter TQFontMetrics TQIconViewItem TQImage TQListBoxItem TQListBoxPixmap TQListBoxText TQListViewItem TQPaintDeviceMetrics TQPixmap TQRect TQScreen TQSimpleRichText TQSize TQWidget
  • heightForWidth: TQBoxLayout TQGridLayout TQLayoutItem TQMenuBar TQTextEdit TQWidget
  • heightMM: TQPaintDeviceMetrics
  • help: TQWizard
  • helpButton: @@ -1178,7 +1178,7 @@ hScrollBarMode: TQWizard
  • heuristicContentMatch: TQTextCodec
  • heuristicNameMatch: TQTextCodec
  • hide: - TQCanvasItem TQMenuBar TQToolTip TQWSWindow TQWidget
  • hideColumn: + TQCanvasItem TQMenuBar TQToolTip TQWSWindow TQWidget
  • hideColumn: TQListView TQTable
  • hideEvent: TQScrollBar TQWidget
  • hideOrShow: TQStatusBar
  • hideRow: @@ -1221,8 +1221,8 @@ icon: TQWidget
  • imEndEvent: TQWidget
  • imStartEvent: TQWidget
  • image: - TQCanvasPixmapArray TQCanvasSprite TQClipboard TQImageDecoder TQImageIO
  • imageAdvanced: - TQCanvasSprite
  • imageFormat: + TQCanvasPixmapArray TQCanvasSprite TQClipboard TQImageDecoder TQImageIO
  • imageAdvanced: + TQCanvasSprite
  • imageFormat: TQImage TQImageIO TQPixmap
  • implementation: TQDomDocument
  • importNode: TQDomDocument
  • inFont: @@ -1300,9 +1300,9 @@ icon: TQSpinBox
  • intersect: TQRect TQRegion
  • intersects: TQIconViewItem TQRect
  • invalidate: - TQBoxLayout TQCanvasPolygonalItem TQGridLayout TQLayout TQLayoutItem
  • invalidateHeight: + TQBoxLayout TQCanvasPolygonalItem TQGridLayout TQLayout TQLayoutItem
  • invalidateHeight: TQListViewItem
  • inverseWorldMatrix: - TQCanvasView
  • invert: + TQCanvasView
  • invert: TQWMatrix
  • invertPixels: TQImage
  • invertSelection: TQIconView TQListBox TQListView
  • ioDevice: @@ -1310,7 +1310,7 @@ icon: TQObject
  • isAccepted: TQCloseEvent TQContextMenuEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • isActionAccepted: TQDropEvent
  • isActive: - TQAccessible TQCanvasItem TQPainter TQSqlQuery TQSqlResult TQTableSelection TQTimer
  • isActiveWindow: + TQAccessible TQCanvasItem TQPainter TQSqlQuery TQSqlResult TQTableSelection TQTimer
  • isActiveWindow: TQWidget TQXtWidget
  • isAnchor: TQStyleSheetItem
  • isAsynchronous: TQIODevice
  • isAttr: @@ -1360,7 +1360,7 @@ icon: TQApplication
  • isElement: TQDomElement TQDomNode
  • isEmpty: TQAsciiCache TQAsciiCacheIterator TQAsciiDict TQAsciiDictIterator TQCString TQCache TQCacheIterator TQDict TQDictIterator TQDockArea TQGLColormap TQIntCache TQIntCacheIterator TQIntDict TQIntDictIterator TQKeySequence TQLayout TQLayoutItem TQMap TQMemArray TQObjectCleanupHandler TQPtrDict TQPtrDictIterator TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQRect TQRegExp TQRegion TQSize TQSpacerItem TQSqlRecord TQString TQTableSelection TQTranslator TQValueList TQValueVector TQWidgetItem
  • isEnabled: - TQAccel TQAction TQCanvasItem TQLayout TQListViewItem TQSocketNotifier TQTab TQTableItem TQWidget
  • isEnabledTo: + TQAccel TQAction TQCanvasItem TQLayout TQListViewItem TQSocketNotifier TQTab TQTableItem TQWidget
  • isEnabledTo: TQWidget
  • isEntity: TQDomEntity TQDomNode
  • isEntityReference: TQDomEntityReference TQDomNode
  • isEnumType: @@ -1446,7 +1446,7 @@ icon: TQFontDatabase
  • isSelect: TQSqlQuery TQSqlResult
  • isSelectable: TQIconViewItem TQListBoxItem TQListViewItem
  • isSelected: - TQCanvasItem TQIconViewItem TQListBox TQListBoxItem TQListView TQListViewItem TQTable
  • isSeparator: + TQCanvasItem TQIconViewItem TQListBox TQListBoxItem TQListView TQListViewItem TQTable
  • isSeparator: TQCustomMenuItem
  • isSequentialAccess: TQIODevice
  • isServer: TQAxFactory
  • isService: @@ -1477,11 +1477,11 @@ icon: TQLineEdit TQTextEdit
  • isUndoRedoEnabled: TQTextEdit
  • isUpdatesEnabled: TQWidget
  • isValid: - TQAccessibleInterface TQAxScriptEngine TQCanvasPixmapArray TQCanvasPolygonalItem TQColor TQDate TQDateTime TQGLContext TQGLWidget TQHttpHeader TQRect TQRegExp TQSize TQSocketDevice TQSqlQuery TQSqlResult TQTime TQUrl TQUrlInfo TQVariant
  • isVerticalSliderPressed: + TQAccessibleInterface TQAxScriptEngine TQCanvasPixmapArray TQCanvasPolygonalItem TQColor TQDate TQDateTime TQGLContext TQGLWidget TQHttpHeader TQRect TQRegExp TQSize TQSocketDevice TQSqlQuery TQSqlResult TQTime TQUrl TQUrlInfo TQVariant
  • isVerticalSliderPressed: TQScrollView
  • isVerticallyStretchable: TQDockWindow
  • isVirtualDesktop: TQDesktopWidget
  • isVisible: - TQAction TQCanvasItem TQListViewItem TQWSWindow TQWidget
  • isVisibleTo: + TQAction TQCanvasItem TQListViewItem TQWSWindow TQWidget
  • isVisibleTo: TQWidget
  • isWidgetType: TQObject
  • isWorking: TQDns
  • isWritable: @@ -1563,7 +1563,7 @@ label: TQFontMetrics
  • leftCol: TQTableSelection
  • leftDock: TQMainWindow
  • leftEdge: - TQCanvasSprite
  • leftJustify: + TQCanvasSprite
  • leftJustify: TQCString TQString
  • leftMargin: TQScrollView
  • length: TQCString TQDomCharacterData TQDomNamedNodeMap TQDomNodeList TQSqlFieldInfo TQString TQTextEdit TQXmlAttributes
  • lessThan: @@ -1745,11 +1745,11 @@ m11: TQSizeGrip TQWidget
  • mousePressEvent: TQSizeGrip TQWidget
  • mouseReleaseEvent: TQWidget
  • move: - TQCanvasItem TQCanvasSprite TQIconViewItem TQWidget
  • moveBottom: + TQCanvasItem TQCanvasSprite TQIconViewItem TQWidget
  • moveBottom: TQRect
  • moveBottomLeft: TQRect
  • moveBottomRight: TQRect
  • moveBy: - TQCanvasItem TQIconViewItem TQRect
  • moveCenter: + TQCanvasItem TQIconViewItem TQRect
  • moveCenter: TQRect
  • moveChild: TQScrollView
  • moveCursor: TQTextEdit
  • moveDockWindow: @@ -1840,14 +1840,14 @@ object: TQAccessibleObject TQAxAggregated
  • objectTrees: TQObject
  • offset: TQDirectPainter TQDockWindow TQHeader TQImage
  • offsetX: - TQCanvasPixmap
  • offsetY: - TQCanvasPixmap
  • ok: + TQCanvasPixmap
  • offsetY: + TQCanvasPixmap
  • ok: TQServerSocket
  • okRename: TQListViewItem
  • okay: TQNPStream
  • oldPos: TQMoveEvent
  • oldSize: TQResizeEvent
  • onCanvas: - TQCanvas
  • onCard: + TQCanvas
  • onCard: TQScreen
  • onItem: TQIconView TQListBox TQListView
  • onViewport: TQIconView TQListBox TQListView
  • opType: @@ -1883,7 +1883,7 @@ object: TQAsciiCacheIterator TQAsciiDictIterator TQCacheIterator TQDictIterator TQIntCacheIterator TQIntDictIterator TQPtrDictIterator TQPtrListIterator
  • operator*: TQGuardedPtr TQListViewItemIterator TQMapConstIterator TQMapIterator TQPoint TQPtrListIterator TQSize TQValueListConstIterator TQValueListIterator
  • operator*=: TQPoint TQSize TQWMatrix
  • operator+: - TQCString TQCanvasItemList TQPoint TQRegion TQSize TQString TQValueList
  • operator++: + TQCString TQCanvasItemList TQPoint TQRegion TQSize TQString TQValueList
  • operator++: TQAsciiCacheIterator TQAsciiDictIterator TQCacheIterator TQDictIterator TQIntCacheIterator TQIntDictIterator TQLayoutIterator TQListViewItemIterator TQMapConstIterator TQMapIterator TQPtrDictIterator TQPtrListIterator TQSemaphore TQValueListConstIterator TQValueListIterator
  • operator+=: TQAsciiCacheIterator TQAsciiDictIterator TQCString TQCacheIterator TQIntCacheIterator TQIntDictIterator TQListViewItemIterator TQPoint TQPtrDictIterator TQPtrListIterator TQRegion TQSemaphore TQSize TQString TQValueList TQValueListIterator
  • operator-: TQPoint TQRegion TQSize
  • operator--: @@ -1982,7 +1982,7 @@ packImage: TQSocket TQSocketDevice
  • peerName: TQSocket
  • peerPort: TQSocket TQSocketDevice
  • pen: - TQCanvasPolygonalItem TQPainter
  • percentageVisible: + TQCanvasPolygonalItem TQPainter
  • percentageVisible: TQProgressBar
  • permission: TQFileInfo
  • permissions: TQUrlInfo
  • picture: @@ -2008,7 +2008,7 @@ packImage: TQFont TQFontInfo TQTextEdit
  • pointSizeFloat: TQFont
  • pointSizes: TQFontDatabase
  • points: - TQCanvasPolygon
  • polish: + TQCanvasPolygon
  • polish: TQApplication TQStyle TQWidget
  • polishPopupMenu: TQStyle
  • pop: TQPtrStack TQValueStack
  • popContext: @@ -2157,7 +2157,7 @@ rBottom: TQSettings
  • readBufferSize: TQSocket
  • readBytes: TQDataStream
  • readCollisionMasks: - TQCanvasPixmapArray
  • readDoubleEntry: + TQCanvasPixmapArray
  • readDoubleEntry: TQSettings
  • readEntry: TQSettings
  • readField: TQSqlForm
  • readFields: @@ -2168,7 +2168,7 @@ rBottom: TQFileInfo
  • readListEntry: TQSettings
  • readNumEntry: TQSettings
  • readPixmaps: - TQCanvasPixmapArray
  • readRawBytes: + TQCanvasPixmapArray
  • readRawBytes: TQDataStream TQTextStream
  • readStderr: TQProcess
  • readStdout: TQProcess
  • ready: @@ -2186,7 +2186,7 @@ rBottom: TQDataView TQSqlDatabase TQSqlDriver
  • recordInfo: TQSqlDatabase TQSqlDriver
  • recordType: TQDns
  • rect: - TQAccessibleInterface TQCanvas TQCanvasRectangle TQDirectPainter TQIconViewItem TQImage TQPaintEvent TQPixmap TQRect TQStyleOption TQTab TQWidget
  • rects: + TQAccessibleInterface TQCanvas TQCanvasRectangle TQDirectPainter TQIconViewItem TQImage TQPaintEvent TQPixmap TQRect TQStyleOption TQTab TQWidget
  • rects: TQRegion
  • red: TQColor
  • redirect: TQPainter
  • redo: @@ -2289,7 +2289,7 @@ rBottom: TQFocusEvent
  • resetStatus: TQIODevice
  • resetXForm: TQPainter
  • resize: - TQAsciiDict TQBitArray TQCString TQCanvas TQDict TQIntDict TQMemArray TQPixmap TQPtrDict TQPtrVector TQValueVector TQWidget
  • resizeContents: + TQAsciiDict TQBitArray TQCString TQCanvas TQDict TQIntDict TQMemArray TQPixmap TQPtrDict TQPtrVector TQValueVector TQWidget
  • resizeContents: TQScrollView
  • resizeData: TQTable
  • resizeEvent: TQFrame TQGLWidget TQListView TQWidget
  • resizeGL: @@ -2298,7 +2298,7 @@ rBottom: TQGLWidget
  • resizePolicy: TQScrollView
  • resizeSection: TQHeader
  • resized: - TQCanvas TQDesktopWidget
  • resolution: + TQCanvas TQDesktopWidget
  • resolution: TQPrinter
  • resolve: TQFont TQLibrary
  • resolveEntity: TQXmlEntityResolver
  • resortDir: @@ -2311,7 +2311,7 @@ rBottom: TQApplication
  • result: TQDialog TQSqlQuery
  • resultsReady: TQDns
  • retune: - TQCanvas
  • returnPressed: + TQCanvas
  • returnPressed: TQIconView TQLineEdit TQListBox TQListView TQTextEdit
  • reverseLayout: TQApplication
  • rewind: TQDataSource TQIODeviceSource
  • rewindable: @@ -2325,7 +2325,7 @@ rBottom: TQIconView TQListBox TQListView
  • rightCol: TQTableSelection
  • rightDock: TQMainWindow
  • rightEdge: - TQCanvasSprite
  • rightJustify: + TQCanvasSprite
  • rightJustify: TQCString TQString
  • rightMargin: TQScrollView
  • rmdir: TQDir TQFtp
  • role: @@ -2347,7 +2347,7 @@ rBottom: TQGridLayout
  • rowSpan: TQTableItem
  • rowStretch: TQGridLayout
  • rtti: - TQCanvasEllipse TQCanvasItem TQCanvasLine TQCanvasPolygon TQCanvasPolygonalItem TQCanvasRectangle TQCanvasSpline TQCanvasSprite TQCanvasText TQCheckListItem TQCheckTableItem TQComboTableItem TQIconViewItem TQListBoxItem TQListViewItem TQTableItem
  • run: + TQCanvasEllipse TQCanvasItem TQCanvasLine TQCanvasPolygon TQCanvasPolygonalItem TQCanvasRectangle TQCanvasSpline TQCanvasSprite TQCanvasText TQCheckListItem TQCheckTableItem TQComboTableItem TQIconViewItem TQListBoxItem TQListViewItem TQTableItem
  • run: TQThread
  • running: TQMovie TQThread
  • rwidth: TQSize
  • rx: @@ -2438,20 +2438,20 @@ sRect: TQWidget
  • setAccum: TQGLFormat
  • setAction: TQDropEvent
  • setActive: - TQCanvasItem TQPalette TQSqlResult
  • setActiveItem: + TQCanvasItem TQPalette TQSqlResult
  • setActiveItem: TQPopupMenu
  • setActiveWindow: TQWSWindow TQWidget TQXtWidget
  • setAddress: TQHostAddress
  • setAddressReusable: TQSocketDevice
  • setAdvancePeriod: - TQCanvas
  • setAlignment: + TQCanvas
  • setAlignment: TQGroupBox TQLabel TQLayoutItem TQLineEdit TQMultiLineEdit TQStyleSheetItem TQTextEdit
  • setAllChanged: - TQCanvas
  • setAllColumnsShowFocus: + TQCanvas
  • setAllColumnsShowFocus: TQListView
  • setAlpha: TQGLFormat
  • setAlphaBuffer: TQImage
  • setAnchor: TQStyleSheetItem
  • setAngles: - TQCanvasEllipse
  • setAnimated: - TQCanvasItem
  • setApplyButton: + TQCanvasEllipse
  • setAnimated: + TQCanvasItem
  • setApplyButton: TQTabDialog
  • setAppropriate: TQMainWindow TQWizard
  • setAreaChanged: TQDirectPainter
  • setArg: @@ -2480,10 +2480,10 @@ sRect: TQProgressDialog
  • setAutoUnload: TQLibrary
  • setBackEnabled: TQWizard
  • setBackgroundColor: - TQCanvas TQMovie TQPainter
  • setBackgroundMode: + TQCanvas TQMovie TQPainter
  • setBackgroundMode: TQPainter TQWidget
  • setBackgroundOrigin: TQWidget
  • setBackgroundPixmap: - TQCanvas
  • setBar: + TQCanvas
  • setBar: TQProgressDialog
  • setBaseSize: TQWidget
  • setBinMode: TQLCDNumber
  • setBit: @@ -2496,7 +2496,7 @@ sRect: TQRect
  • setBoundaryChecking: TQDataBrowser
  • setBoundingRect: TQPicture
  • setBrush: - TQCanvasPolygonalItem TQColorGroup TQPainter TQPalette
  • setBrushOrigin: + TQCanvasPolygonalItem TQColorGroup TQPainter TQPalette
  • setBrushOrigin: TQPainter
  • setBuddy: TQLabel
  • setBuffer: TQBuffer
  • setButton: @@ -2509,7 +2509,7 @@ sRect: TQSqlCursor TQSqlFieldInfo
  • setCancelButton: TQProgressDialog TQTabDialog
  • setCancelButtonText: TQProgressDialog
  • setCanvas: - TQCanvasItem TQCanvasView
  • setCapStyle: + TQCanvasItem TQCanvasView
  • setCapStyle: TQPen
  • setCaption: TQWidget
  • setCaseSensitive: TQRegExp
  • setCellContentFromEditor: @@ -2519,7 +2519,7 @@ sRect: TQGridView
  • setCenterIndicator: TQProgressBar
  • setCentralWidget: TQMainWindow
  • setChanged: - TQCanvas
  • setCheckable: + TQCanvas
  • setCheckable: TQGroupBox TQPopupMenu
  • setChecked: TQCheckBox TQCheckTableItem TQGroupBox TQRadioButton
  • setChildGeometries: TQWidgetStack
  • setChildrenCollapsible: @@ -2537,7 +2537,7 @@ sRect: TQGridLayout
  • setColStretch: TQGridLayout
  • setCollapsible: TQSplitter
  • setColor: - TQBrush TQCanvasText TQColorDrag TQColorGroup TQImage TQPalette TQPen TQStyleSheetItem TQTextEdit
  • setColorMode: + TQBrush TQCanvasText TQColorDrag TQColorGroup TQImage TQPalette TQPen TQStyleSheetItem TQTextEdit
  • setColorMode: TQPrinter
  • setColorSpec: TQApplication
  • setColormap: TQGLWidget
  • setColumn: @@ -2570,7 +2570,7 @@ sRect: TQFileDialog
  • setContexts: TQStyleSheetItem
  • setControl: TQAxBase
  • setControlPoints: - TQCanvasSpline
  • setCoords: + TQCanvasSpline
  • setCoords: TQRect
  • setCornerWidget: TQScrollView TQTabWidget
  • setCreator: TQPrinter
  • setCurrent: @@ -2636,7 +2636,7 @@ sRect: TQImage
  • setDotsPerMeterY: TQImage
  • setDoubleBuffer: TQGLFormat
  • setDoubleBuffering: - TQCanvas
  • setDoubleClickInterval: + TQCanvas
  • setDoubleClickInterval: TQApplication
  • setDown: TQButton TQCheckBox TQPushButton TQRadioButton
  • setDragAutoScroll: TQScrollView
  • setDragEnabled: @@ -2650,7 +2650,7 @@ sRect: TQComboBox TQComboTableItem
  • setEdited: TQMultiLineEdit
  • setEffectEnabled: TQApplication
  • setEnabled: - TQAccel TQAction TQCanvasItem TQLayout TQListViewItem TQSocketNotifier TQTab TQTableItem TQToolTipGroup TQWidget
  • setEncodedData: + TQAccel TQAction TQCanvasItem TQLayout TQListViewItem TQSocketNotifier TQTab TQTableItem TQToolTipGroup TQWidget
  • setEncodedData: TQStoredDrag
  • setEncodedPathAndQuery: TQUrl
  • setEncoding: TQTextStream
  • setEncodingFunction: @@ -2692,7 +2692,7 @@ sRect: TQWidget
  • setFocusRectPolicy: TQMacStyle
  • setFocusStyle: TQTable
  • setFont: - TQApplication TQCanvasText TQComboBox TQCustomMenuItem TQLabel TQPainter TQTabDialog TQToolTip TQWSInputMethod TQWhatsThis TQWidget
  • setFontFamily: + TQApplication TQCanvasText TQComboBox TQCustomMenuItem TQLabel TQPainter TQTabDialog TQToolTip TQWSInputMethod TQWhatsThis TQWidget
  • setFontFamily: TQStyleSheetItem
  • setFontItalic: TQStyleSheetItem
  • setFontSize: TQStyleSheetItem
  • setFontStrikeOut: @@ -2702,8 +2702,8 @@ sRect: TQDataBrowser TQDataView
  • setFormat: TQGLContext TQImageIO TQSyntaxHighlighter
  • setForwardOnly: TQSqlQuery TQSqlResult
  • setFrame: - TQCanvasSprite TQLineEdit
  • setFrameAnimation: - TQCanvasSprite
  • setFramePeriod: + TQCanvasSprite TQLineEdit
  • setFrameAnimation: + TQCanvasSprite
  • setFramePeriod: TQImageConsumer
  • setFrameRect: TQFrame
  • setFrameShadow: TQFrame
  • setFrameShape: @@ -2746,7 +2746,7 @@ sRect: TQWidget
  • setId: TQMenuData
  • setIdentifier: TQTab
  • setImage: - TQCanvasPixmapArray TQClipboard TQImageDrag TQImageIO TQMimeSourceFactory
  • setInactive: + TQCanvasPixmapArray TQClipboard TQImageDrag TQImageIO TQMimeSourceFactory
  • setInactive: TQPalette
  • setIndent: TQLabel
  • setIndicator: TQProgressBar
  • setIndicatorFollowsStyle: @@ -2861,7 +2861,7 @@ sRect: TQGridView TQTable
  • setNumber: TQSqlError
  • setOctMode: TQLCDNumber
  • setOffset: - TQCanvasPixmap TQDockWindow TQHeader TQImage
  • setOkButton: + TQCanvasPixmap TQDockWindow TQHeader TQImage
  • setOkButton: TQTabDialog
  • setOn: TQAction TQButton TQCheckListItem TQPushButton TQToolButton
  • setOpaqueMoving: TQDockWindow TQMainWindow
  • setOpaqueResize: @@ -2896,7 +2896,7 @@ sRect: TQSqlDatabase TQUrl
  • setPath: TQDir TQSettings TQUrl
  • setPattern: TQRegExp
  • setPen: - TQCanvasPolygonalItem TQPainter
  • setPercentageVisible: + TQCanvasPolygonalItem TQPainter
  • setPercentageVisible: TQProgressBar
  • setPermissions: TQUrlInfo
  • setPicture: TQIconViewItem TQLabel
  • setPixel: @@ -2909,7 +2909,7 @@ sRect: TQDropEvent TQPointArray
  • setPointSize: TQFont TQTextEdit
  • setPointSizeFloat: TQFont
  • setPoints: - TQCanvasLine TQCanvasPolygon
  • setPopup: + TQCanvasLine TQCanvasPolygon
  • setPopup: TQPushButton TQToolButton
  • setPopupDelay: TQToolButton
  • setPort: TQSqlDatabase TQUrl
  • setPos: @@ -2980,7 +2980,7 @@ sRect: TQLCDNumber
  • setSelect: TQSqlResult
  • setSelectable: TQIconViewItem TQListBoxItem TQListViewItem
  • setSelected: - TQAccessibleInterface TQCanvasItem TQIconView TQIconViewItem TQListBox TQListView TQListViewItem
  • setSelectedFilter: + TQAccessibleInterface TQCanvasItem TQIconView TQIconViewItem TQListBox TQListView TQListViewItem
  • setSelectedFilter: TQFileDialog
  • setSelection: TQFileDialog TQLineEdit TQTextEdit
  • setSelectionAnchor: TQListView
  • setSelectionAttributes: @@ -2989,14 +2989,14 @@ sRect: TQStyleSheetItem
  • setSendBufferSize: TQSocketDevice
  • setSeparator: TQDateEdit TQTimeEdit
  • setSequence: - TQCanvasSprite
  • setShape: + TQCanvasSprite
  • setShape: TQCursor TQTabBar
  • setShowGrid: TQTable
  • setShowHiddenFiles: TQFileDialog
  • setShowSortIndicator: TQListView
  • setShowToolTips: TQIconView TQListView
  • setShown: TQWidget
  • setSize: - TQCanvasEllipse TQCanvasRectangle TQDataTable TQImageConsumer TQRect TQUrlInfo
  • setSizeGripEnabled: + TQCanvasEllipse TQCanvasRectangle TQDataTable TQImageConsumer TQRect TQUrlInfo
  • setSizeGripEnabled: TQDialog TQStatusBar
  • setSizeIncrement: TQWidget
  • setSizeLimit: TQComboBox
  • setSizePolicy: @@ -3055,16 +3055,16 @@ sRect: TQPainter
  • setTabToolTip: TQTabWidget
  • setTagName: TQDomElement
  • setText: - TQAccessibleInterface TQAction TQButton TQCanvasText TQCheckBox TQClipboard TQIconViewItem TQImage TQLabel TQLineEdit TQListBoxItem TQListViewItem TQMessageBox TQMimeSourceFactory TQPushButton TQRadioButton TQTab TQTable TQTableItem TQTextDrag TQTextEdit
  • setTextFlags: - TQCanvasText
  • setTextFormat: + TQAccessibleInterface TQAction TQButton TQCanvasText TQCheckBox TQClipboard TQIconViewItem TQImage TQLabel TQLineEdit TQListBoxItem TQListViewItem TQMessageBox TQMimeSourceFactory TQPushButton TQRadioButton TQTab TQTable TQTableItem TQTextDrag TQTextEdit
  • setTextFlags: + TQCanvasText
  • setTextFormat: TQLabel TQMessageBox TQTextEdit
  • setTextLabel: TQToolButton
  • setTextPosition: TQToolButton
  • setTextRect: TQIconViewItem
  • setTickInterval: TQSlider
  • setTickmarks: TQSlider
  • setTile: - TQCanvas
  • setTiles: - TQCanvas
  • setTime: + TQCanvas
  • setTiles: + TQCanvas
  • setTime: TQDateTime TQTimeEdit
  • setTime_t: TQDateTime
  • setTitle: TQGroupBox TQWizard
  • setTitleFont: @@ -3088,7 +3088,7 @@ sRect: TQCheckBox TQCheckListItem
  • setTrueText: TQDataTable
  • setType: TQIODevice TQSqlError
  • setUnchanged: - TQCanvas
  • setUnderline: + TQCanvas
  • setUnderline: TQFont TQTextEdit
  • setUndoDepth: TQTextEdit
  • setUndoRedoEnabled: TQTextEdit
  • setUnicode: @@ -3096,7 +3096,7 @@ sRect: TQString
  • setUnicodeUris: TQUriDrag
  • setUpLayout: TQMainWindow
  • setUpdatePeriod: - TQCanvas
  • setUpdatesEnabled: + TQCanvas
  • setUpdatesEnabled: TQWidget
  • setUris: TQUriDrag
  • setUrl: TQFileDialog TQNetworkProtocol
  • setUseHighlightColors: @@ -3113,7 +3113,7 @@ sRect: TQDial TQDomAttr TQHttpHeader TQHttpRequestHeader TQRangeControl TQScrollBar TQSignal TQSlider TQSpinBox TQSqlField TQSqlRecord
  • setVariableHeight: TQListBox
  • setVariableWidth: TQListBox
  • setVelocity: - TQCanvasItem
  • setVerData: + TQCanvasItem
  • setVerData: TQSizePolicy
  • setVerStretch: TQSizePolicy
  • setVersion: TQDataStream
  • setVerticalAlignment: @@ -3122,7 +3122,7 @@ sRect: TQFileDialog
  • setViewXForm: TQPainter
  • setViewport: TQPainter
  • setVisible: - TQAction TQCanvasItem TQListViewItem
  • setWFlags: + TQAction TQCanvasItem TQListViewItem
  • setWFlags: TQWidget
  • setWakeUpDelay: TQToolTip
  • setWeight: TQFont
  • setWhatsThis: @@ -3134,7 +3134,7 @@ sRect: TQPen TQRect TQSimpleRichText TQSize
  • setWildcard: TQRegExp
  • setWinPageSize: TQPrinter
  • setWinding: - TQCanvasPolygonalItem
  • setWindow: + TQCanvasPolygonalItem
  • setWindow: TQPainter
  • setWindowCreated: TQGLContext
  • setWindowOpacity: TQWidget
  • setWindowState: @@ -3142,19 +3142,19 @@ sRect: TQTableItem TQTextEdit
  • setWordWrapIconText: TQIconView
  • setWorkingDirectory: TQProcess
  • setWorldMatrix: - TQCanvasView TQPainter
  • setWorldXForm: + TQCanvasView TQPainter
  • setWorldXForm: TQPainter
  • setWrapColumnOrWidth: TQTextEdit
  • setWrapPolicy: TQTextEdit
  • setWrapping: TQDial TQSpinBox
  • setWritable: TQUrlInfo
  • setX: - TQCanvasItem TQPoint TQRect
  • setXVelocity: - TQCanvasItem
  • setY: - TQCanvasItem TQPoint TQRect
  • setYMD: + TQCanvasItem TQPoint TQRect
  • setXVelocity: + TQCanvasItem
  • setY: + TQCanvasItem TQPoint TQRect
  • setYMD: TQDate
  • setYVelocity: - TQCanvasItem
  • setYear: + TQCanvasItem
  • setYear: TQDateEdit
  • setZ: - TQCanvasItem
  • setf: + TQCanvasItem
  • setf: TQTextStream
  • setup: TQListViewItem TQPrinter
  • shadow: TQColorGroup
  • shape: @@ -3164,7 +3164,7 @@ sRect: TQDate
  • shortMonthName: TQDate
  • shortcutKey: TQAccel
  • show: - TQCanvasItem TQDialog TQMenuBar TQWSWindow TQWidget
  • showColumn: + TQCanvasItem TQDialog TQMenuBar TQWSWindow TQWidget
  • showColumn: TQTable
  • showDockMenu: TQMainWindow
  • showEvent: TQWidget
  • showExtension: @@ -3187,10 +3187,10 @@ sRect: TQTextCodec
  • simplifyWhiteSpace: TQCString TQString
  • singleShot: TQTimer
  • size: - TQAsciiCache TQAsciiDict TQBitArray TQCache TQCanvas TQCanvasRectangle TQDict TQDirectPainter TQFile TQFileInfo TQFontMetrics TQGLColormap TQIODevice TQIconViewItem TQImage TQIntCache TQIntDict TQMap TQMemArray TQPicture TQPixmap TQPtrDict TQPtrVector TQRect TQResizeEvent TQSocket TQSqlQuery TQSqlResult TQUrlInfo TQValueList TQValueVector TQWidget
  • sizeChange: + TQAsciiCache TQAsciiDict TQBitArray TQCache TQCanvas TQCanvasRectangle TQDict TQDirectPainter TQFile TQFileInfo TQFontMetrics TQGLColormap TQIODevice TQIconViewItem TQImage TQIntCache TQIntDict TQMap TQMemArray TQPicture TQPixmap TQPtrDict TQPtrVector TQRect TQResizeEvent TQSocket TQSqlQuery TQSqlResult TQUrlInfo TQValueList TQValueVector TQWidget
  • sizeChange: TQHeader
  • sizeFromContents: TQStyle
  • sizeHint: - TQBoxLayout TQCanvasView TQCustomMenuItem TQGridLayout TQLayoutItem TQLineEdit TQProgressDialog TQSizeGrip TQSpacerItem TQTableItem TQWidget TQWidgetItem
  • sizeIncrement: + TQBoxLayout TQCanvasView TQCustomMenuItem TQGridLayout TQLayoutItem TQLineEdit TQProgressDialog TQSizeGrip TQSpacerItem TQTableItem TQWidget TQWidgetItem
  • sizeIncrement: TQWidget
  • sizeLimit: TQComboBox
  • sizePolicy: TQWidget
  • sizes: @@ -3248,7 +3248,7 @@ sRect: TQApplication
  • startElement: TQXmlContentHandler
  • startEntity: TQXmlLexicalHandler
  • startPoint: - TQCanvasLine
  • startPrefixMapping: + TQCanvasLine
  • startPrefixMapping: TQXmlContentHandler
  • startRename: TQListViewItem
  • startServer: TQAxFactory
  • startTimer: @@ -3351,11 +3351,11 @@ tab: TQBitArray
  • testOption: TQGLFormat
  • testWFlags: TQWidget
  • text: - TQAccessibleInterface TQAction TQButton TQCanvasText TQCheckBox TQCheckListItem TQClipboard TQColorGroup TQComboBox TQComboTableItem TQDataTable TQDomElement TQIMEvent TQIconViewItem TQImage TQKeyEvent TQLabel TQLineEdit TQListBox TQListBoxItem TQListViewItem TQMenuData TQMessageBox TQPopupMenu TQPushButton TQRadioButton TQSpinBox TQSqlError TQTab TQTable TQTableItem TQTextEdit TQWhatsThis
  • textChanged: + TQAccessibleInterface TQAction TQButton TQCanvasText TQCheckBox TQCheckListItem TQClipboard TQColorGroup TQComboBox TQComboTableItem TQDataTable TQDomElement TQIMEvent TQIconViewItem TQImage TQKeyEvent TQLabel TQLineEdit TQListBox TQListBoxItem TQListViewItem TQMenuData TQMessageBox TQPopupMenu TQPushButton TQRadioButton TQSpinBox TQSqlError TQTab TQTable TQTableItem TQTextEdit TQWhatsThis
  • textChanged: TQComboBox TQLineEdit TQSpinBox TQTextEdit
  • textCursor: TQTextEdit
  • textEdit: TQSyntaxHighlighter
  • textFlags: - TQCanvasText
  • textFor: + TQCanvasText
  • textFor: TQToolTip TQWhatsThis
  • textFormat: TQLabel TQMessageBox TQTextEdit
  • textKeys: TQImage
  • textLabel: @@ -3368,11 +3368,11 @@ tab: TQDns
  • tickInterval: TQSlider
  • tickmarks: TQSlider
  • tile: - TQCanvas TQWorkspace
  • tileHeight: - TQCanvas
  • tileWidth: - TQCanvas
  • tilesHorizontally: - TQCanvas
  • tilesVertically: - TQCanvas
  • time: + TQCanvas TQWorkspace
  • tileHeight: + TQCanvas
  • tileWidth: + TQCanvas
  • tilesHorizontally: + TQCanvas
  • tilesVertically: + TQCanvas
  • time: TQDateTime TQTimeEdit
  • timeEdit: TQDateTimeEdit
  • timeToWait: TQEventLoop
  • timeout: @@ -3454,7 +3454,7 @@ tab: TQMainWindow
  • top: TQDoubleValidator TQIntValidator TQPtrStack TQRect TQValueStack
  • topDock: TQMainWindow
  • topEdge: - TQCanvasSprite
  • topItem: + TQCanvasSprite
  • topItem: TQListBox
  • topLeft: TQRect
  • topLevelWidget: TQWidget
  • topLevelWidgets: @@ -3521,7 +3521,7 @@ ucs2: TQTranslator
  • unuseJavaClass: TQNPlugin
  • upRect: TQSpinBox
  • update: - TQCanvas TQCanvasItem TQDataBrowser TQSqlCursor TQWidget
  • updateAccessibility: + TQCanvas TQCanvasItem TQDataBrowser TQSqlCursor TQWidget
  • updateAccessibility: TQAccessible
  • updateBoundary: TQDataBrowser
  • updateButtons: TQDateEdit
  • updateCell: @@ -3556,7 +3556,7 @@ ucs2: vScrollBarMode: TQScrollView
  • valid: TQImage
  • validChunk: - TQCanvas
  • validate: + TQCanvas
  • validate: TQDoubleValidator TQIntValidator TQRegExpValidator TQValidator
  • validateLicenseKey: TQAxFactory
  • validator: TQComboBox TQLineEdit TQSpinBox
  • value: @@ -3610,7 +3610,7 @@ wait: TQMacStyle
  • widgetToField: TQSqlForm
  • widgets: TQWidgetFactory
  • width: - TQCanvas TQCanvasEllipse TQCanvasRectangle TQCanvasSprite TQDirectPainter TQFontMetrics TQIconViewItem TQImage TQListBoxItem TQListBoxPixmap TQListBoxText TQListViewItem TQPaintDeviceMetrics TQPen TQPixmap TQRect TQScreen TQSimpleRichText TQSize TQTextStream TQWidget
  • widthChanged: + TQCanvas TQCanvasEllipse TQCanvasRectangle TQCanvasSprite TQDirectPainter TQFontMetrics TQIconViewItem TQImage TQListBoxItem TQListBoxPixmap TQListBoxText TQListViewItem TQPaintDeviceMetrics TQPen TQPixmap TQRect TQScreen TQSimpleRichText TQSize TQTextStream TQWidget
  • widthChanged: TQListViewItem
  • widthMM: TQPaintDeviceMetrics
  • widthUsed: TQSimpleRichText
  • wildcard: @@ -3620,7 +3620,7 @@ wait: TQApplication
  • winId: TQWSWindow TQWidget
  • winPageSize: TQPrinter
  • winding: - TQCanvasPolygonalItem
  • window: + TQCanvasPolygonalItem
  • window: TQPainter
  • windowActivated: TQWorkspace
  • windowActivationChange: TQWidget
  • windowAt: @@ -3633,7 +3633,7 @@ wait: TQTableItem TQTextEdit
  • wordWrapIconText: TQIconView
  • workingDirectory: TQProcess
  • worldMatrix: - TQCanvasView TQPainter
  • wrapColumnOrWidth: + TQCanvasView TQPainter
  • wrapColumnOrWidth: TQTextEdit
  • wrapPolicy: TQTextEdit
  • wrapping: TQDial TQSpinBox
  • writable: @@ -3649,7 +3649,7 @@ wait: TQProcess
  • wroteToStdin: TQProcess
  • x: - TQCanvasItem TQContextMenuEvent TQIconViewItem TQMouseEvent TQPoint TQRect TQTabletEvent TQWheelEvent TQWidget
  • x11AppCells: + TQCanvasItem TQContextMenuEvent TQIconViewItem TQMouseEvent TQPoint TQRect TQTabletEvent TQWheelEvent TQWidget
  • x11AppCells: TQPaintDevice
  • x11AppColormap: TQPaintDevice
  • x11AppDefaultColormap: TQPaintDevice
  • x11AppDefaultVisual: @@ -3678,16 +3678,16 @@ x: TQPainter
  • xOffset: TQDirectPainter
  • xTilt: TQTabletEvent
  • xVelocity: - TQCanvasItem
  • xtWidget: + TQCanvasItem
  • xtWidget: TQXtWidget
  • y: - TQCanvasItem TQContextMenuEvent TQIconViewItem TQMouseEvent TQPoint TQRect TQTabletEvent TQWheelEvent TQWidget
  • yOffset: + TQCanvasItem TQContextMenuEvent TQIconViewItem TQMouseEvent TQPoint TQRect TQTabletEvent TQWheelEvent TQWidget
  • yOffset: TQDirectPainter
  • yTilt: TQTabletEvent
  • yVelocity: - TQCanvasItem
  • year: + TQCanvasItem
  • year: TQDate
  • z: - TQCanvasItem
  • zoomIn: + TQCanvasItem
  • zoomIn: TQTextEdit
  • zoomOut: TQTextEdit
  • zoomTo: TQTextEdit diff --git a/doc/html/graphics.html b/doc/html/graphics.html index fef572f9..dc0b7881 100644 --- a/doc/html/graphics.html +++ b/doc/html/graphics.html @@ -40,20 +40,20 @@ coordinate system.

    TQBitmapMonochrome (1-bit depth) pixmaps
    TQBrushDefines the fill pattern of shapes drawn by a TQPainter -
    TQCanvas2D area that can contain TQCanvasItem objects -
    TQCanvasEllipseEllipse or ellipse segment on a TQCanvas -
    TQCanvasItemAbstract graphic object on a TQCanvas -
    TQCanvasItemListList of TQCanvasItems -
    TQCanvasLineLine on a TQCanvas -
    TQCanvasPixmapPixmaps for TQCanvasSprites -
    TQCanvasPixmapArrayArray of TQCanvasPixmaps -
    TQCanvasPolygonPolygon on a TQCanvas -
    TQCanvasPolygonalItemPolygonal canvas item on a TQCanvas -
    TQCanvasRectangleRectangle on a TQCanvas -
    TQCanvasSplineMulti-bezier splines on a TQCanvas -
    TQCanvasSpriteAnimated canvas item on a TQCanvas -
    TQCanvasTextText object on a TQCanvas -
    TQCanvasViewOn-screen view of a TQCanvas +
    TQCanvas2D area that can contain TQCanvasItem objects +
    TQCanvasEllipseEllipse or ellipse segment on a TQCanvas +
    TQCanvasItemAbstract graphic object on a TQCanvas +
    TQCanvasItemListList of TQCanvasItems +
    TQCanvasLineLine on a TQCanvas +
    TQCanvasPixmapPixmaps for TQCanvasSprites +
    TQCanvasPixmapArrayArray of TQCanvasPixmaps +
    TQCanvasPolygonPolygon on a TQCanvas +
    TQCanvasPolygonalItemPolygonal canvas item on a TQCanvas +
    TQCanvasRectangleRectangle on a TQCanvas +
    TQCanvasSplineMulti-bezier splines on a TQCanvas +
    TQCanvasSpriteAnimated canvas item on a TQCanvas +
    TQCanvasTextText object on a TQCanvas +
    TQCanvasViewOn-screen view of a TQCanvas
    TQColorColors based on RGB or HSV values
    TQColorDialogDialog widget for specifying colors
    TQColorGroupGroup of widget colors diff --git a/doc/html/headerfilesynonyms b/doc/html/headerfilesynonyms index 3528c7a2..cf0b24f8 100644 --- a/doc/html/headerfilesynonyms +++ b/doc/html/headerfilesynonyms @@ -13,19 +13,19 @@ qaxscriptmanager.h qaxscript.h qbig5hkscscodec.h ntqbig5codec.h qbitval.h ntqbitarray.h qcacheiterator.h ntqcache.h -qcanvasitemlist.h ntqcanvas.h -qcanvasitem.h ntqcanvas.h -qcanvasview.h ntqcanvas.h -qcanvaspixmap.h ntqcanvas.h -qcanvaspixmaparray.h ntqcanvas.h -qcanvassprite.h ntqcanvas.h -qcanvaspolygonalitem.h ntqcanvas.h -qcanvasrectangle.h ntqcanvas.h -qcanvaspolygon.h ntqcanvas.h -qcanvasspline.h ntqcanvas.h -qcanvasline.h ntqcanvas.h -qcanvasellipse.h ntqcanvas.h -qcanvastext.h ntqcanvas.h +tqcanvasitemlist.h tqcanvas.h +tqcanvasitem.h tqcanvas.h +tqcanvasview.h tqcanvas.h +tqcanvaspixmap.h tqcanvas.h +tqcanvaspixmaparray.h tqcanvas.h +tqcanvassprite.h tqcanvas.h +tqcanvaspolygonalitem.h tqcanvas.h +tqcanvasrectangle.h tqcanvas.h +tqcanvaspolygon.h tqcanvas.h +tqcanvasspline.h tqcanvas.h +tqcanvasline.h tqcanvas.h +tqcanvasellipse.h tqcanvas.h +tqcanvastext.h tqcanvas.h qbytearray.h ntqcstring.h qdate.h ntqdatetime.h qtime.h ntqdatetime.h diff --git a/doc/html/headers.html b/doc/html/headers.html index 1ba18f37..a68fd0b7 100644 --- a/doc/html/headers.html +++ b/doc/html/headers.html @@ -58,7 +58,7 @@ body { background: #ffffff; color: black; }
  • ntqbutton.h
  • ntqbuttongroup.h
  • ntqcache.h -
  • ntqcanvas.h +
  • tqcanvas.h
  • ntqcdestyle.h
  • ntqcheckbox.h
  • ntqclipboard.h diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index 87932873..80a50ded 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -57,7 +57,7 @@ classes in the TQt API.
  • TQAxFactory
  • TQBitVal
  • TQCacheIterator -
  • TQCanvasPixmapArray +
  • TQCanvasPixmapArray
  • TQChar
  • TQCharRef
  • TQColor @@ -182,7 +182,7 @@ classes in the TQt API.
  • TQPixmap
  • TQPrinter @@ -253,20 +253,20 @@ classes in the TQt API.
  • TQt
  • TQAxScript
  • TQAxScriptManager -
  • TQCanvas +
  • TQCanvas
  • TQClipboard
  • TQCopChannel
  • TQDataPump @@ -466,7 +466,7 @@ classes in the TQt API.
  • TQProgressBar
  • TQScrollView
      -
    • TQCanvasView +
    • TQCanvasView
    • TQGridView
    • TQIconView
    • TQListBox @@ -554,7 +554,7 @@ classes in the TQt API.
    • TQUuid
    • TQValueList diff --git a/doc/html/images.html b/doc/html/images.html index 891a2025..8f4f6075 100644 --- a/doc/html/images.html +++ b/doc/html/images.html @@ -37,20 +37,20 @@ body { background: #ffffff; color: black; }

      TQBitmapMonochrome (1-bit depth) pixmaps
      TQBrushDefines the fill pattern of shapes drawn by a TQPainter -
      TQCanvas2D area that can contain TQCanvasItem objects -
      TQCanvasEllipseEllipse or ellipse segment on a TQCanvas -
      TQCanvasItemAbstract graphic object on a TQCanvas -
      TQCanvasItemListList of TQCanvasItems -
      TQCanvasLineLine on a TQCanvas -
      TQCanvasPixmapPixmaps for TQCanvasSprites -
      TQCanvasPixmapArrayArray of TQCanvasPixmaps -
      TQCanvasPolygonPolygon on a TQCanvas -
      TQCanvasPolygonalItemPolygonal canvas item on a TQCanvas -
      TQCanvasRectangleRectangle on a TQCanvas -
      TQCanvasSplineMulti-bezier splines on a TQCanvas -
      TQCanvasSpriteAnimated canvas item on a TQCanvas -
      TQCanvasTextText object on a TQCanvas -
      TQCanvasViewOn-screen view of a TQCanvas +
      TQCanvas2D area that can contain TQCanvasItem objects +
      TQCanvasEllipseEllipse or ellipse segment on a TQCanvas +
      TQCanvasItemAbstract graphic object on a TQCanvas +
      TQCanvasItemListList of TQCanvasItems +
      TQCanvasLineLine on a TQCanvas +
      TQCanvasPixmapPixmaps for TQCanvasSprites +
      TQCanvasPixmapArrayArray of TQCanvasPixmaps +
      TQCanvasPolygonPolygon on a TQCanvas +
      TQCanvasPolygonalItemPolygonal canvas item on a TQCanvas +
      TQCanvasRectangleRectangle on a TQCanvas +
      TQCanvasSplineMulti-bezier splines on a TQCanvas +
      TQCanvasSpriteAnimated canvas item on a TQCanvas +
      TQCanvasTextText object on a TQCanvas +
      TQCanvasViewOn-screen view of a TQCanvas
      TQColorColors based on RGB or HSV values
      TQColorGroupGroup of widget colors
      TQGLNamespace for miscellaneous identifiers in the TQt OpenGL module diff --git a/doc/html/index b/doc/html/index index 7ee9267d..9cdf8adc 100644 --- a/doc/html/index +++ b/doc/html/index @@ -729,196 +729,196 @@ "QCacheIterator::operator=" qcacheiterator.html#operator-eq "QCacheIterator::toFirst" qcacheiterator.html#toFirst "QCacheIterator::toLast" qcacheiterator.html#toLast -"QCanvas" ntqcanvas.html -"QCanvas::advance" ntqcanvas.html#advance -"QCanvas::allItems" ntqcanvas.html#allItems -"QCanvas::backgroundColor" ntqcanvas.html#backgroundColor -"QCanvas::backgroundPixmap" ntqcanvas.html#backgroundPixmap -"QCanvas::chunkSize" ntqcanvas.html#chunkSize -"QCanvas::collisions" ntqcanvas.html#collisions -"QCanvas::drawArea" ntqcanvas.html#drawArea -"QCanvas::drawBackground" ntqcanvas.html#drawBackground -"QCanvas::drawForeground" ntqcanvas.html#drawForeground -"QCanvas::height" ntqcanvas.html#height -"QCanvas::onCanvas" ntqcanvas.html#onCanvas -"QCanvas::rect" ntqcanvas.html#rect -"QCanvas::resize" ntqcanvas.html#resize -"QCanvas::resized" ntqcanvas.html#resized -"QCanvas::retune" ntqcanvas.html#retune -"QCanvas::setAdvancePeriod" ntqcanvas.html#setAdvancePeriod -"QCanvas::setAllChanged" ntqcanvas.html#setAllChanged -"QCanvas::setBackgroundColor" ntqcanvas.html#setBackgroundColor -"QCanvas::setBackgroundPixmap" ntqcanvas.html#setBackgroundPixmap -"QCanvas::setChanged" ntqcanvas.html#setChanged -"QCanvas::setDoubleBuffering" ntqcanvas.html#setDoubleBuffering -"QCanvas::setTile" ntqcanvas.html#setTile -"QCanvas::setTiles" ntqcanvas.html#setTiles -"QCanvas::setUnchanged" ntqcanvas.html#setUnchanged -"QCanvas::setUpdatePeriod" ntqcanvas.html#setUpdatePeriod -"QCanvas::size" ntqcanvas.html#size -"QCanvas::tile" ntqcanvas.html#tile -"QCanvas::tileHeight" ntqcanvas.html#tileHeight -"QCanvas::tileWidth" ntqcanvas.html#tileWidth -"QCanvas::tilesHorizontally" ntqcanvas.html#tilesHorizontally -"QCanvas::tilesVertically" ntqcanvas.html#tilesVertically -"QCanvas::update" ntqcanvas.html#update -"QCanvas::validChunk" ntqcanvas.html#validChunk -"QCanvas::width" ntqcanvas.html#width -"QCanvas::~QCanvas" ntqcanvas.html#~QCanvas -"QCanvasEllipse" qcanvasellipse.html -"QCanvasEllipse::angleLength" qcanvasellipse.html#angleLength -"QCanvasEllipse::angleStart" qcanvasellipse.html#angleStart -"QCanvasEllipse::drawShape" qcanvasellipse.html#drawShape -"QCanvasEllipse::height" qcanvasellipse.html#height -"QCanvasEllipse::rtti" qcanvasellipse.html#rtti -"QCanvasEllipse::setAngles" qcanvasellipse.html#setAngles -"QCanvasEllipse::setSize" qcanvasellipse.html#setSize -"QCanvasEllipse::width" qcanvasellipse.html#width -"QCanvasEllipse::~QCanvasEllipse" qcanvasellipse.html#~QCanvasEllipse -"QCanvasItem" qcanvasitem.html -"QCanvasItem::RttiValues" qcanvasitem.html#RttiValues -"QCanvasItem::advance" qcanvasitem.html#advance -"QCanvasItem::animated" qcanvasitem.html#animated -"QCanvasItem::boundingRect" qcanvasitem.html#boundingRect -"QCanvasItem::boundingRectAdvanced" qcanvasitem.html#boundingRectAdvanced -"QCanvasItem::canvas" qcanvasitem.html#canvas -"QCanvasItem::collidesWith" qcanvasitem.html#collidesWith -"QCanvasItem::collisions" qcanvasitem.html#collisions -"QCanvasItem::draw" qcanvasitem.html#draw -"QCanvasItem::hide" qcanvasitem.html#hide -"QCanvasItem::isActive" qcanvasitem.html#isActive -"QCanvasItem::isEnabled" qcanvasitem.html#isEnabled -"QCanvasItem::isSelected" qcanvasitem.html#isSelected -"QCanvasItem::isVisible" qcanvasitem.html#isVisible -"QCanvasItem::move" qcanvasitem.html#move -"QCanvasItem::moveBy" qcanvasitem.html#moveBy -"QCanvasItem::rtti" qcanvasitem.html#rtti -"QCanvasItem::setActive" qcanvasitem.html#setActive -"QCanvasItem::setAnimated" qcanvasitem.html#setAnimated -"QCanvasItem::setCanvas" qcanvasitem.html#setCanvas -"QCanvasItem::setEnabled" qcanvasitem.html#setEnabled -"QCanvasItem::setSelected" qcanvasitem.html#setSelected -"QCanvasItem::setVelocity" qcanvasitem.html#setVelocity -"QCanvasItem::setVisible" qcanvasitem.html#setVisible -"QCanvasItem::setX" qcanvasitem.html#setX -"QCanvasItem::setXVelocity" qcanvasitem.html#setXVelocity -"QCanvasItem::setY" qcanvasitem.html#setY -"QCanvasItem::setYVelocity" qcanvasitem.html#setYVelocity -"QCanvasItem::setZ" qcanvasitem.html#setZ -"QCanvasItem::show" qcanvasitem.html#show -"QCanvasItem::update" qcanvasitem.html#update -"QCanvasItem::x" qcanvasitem.html#x -"QCanvasItem::xVelocity" qcanvasitem.html#xVelocity -"QCanvasItem::y" qcanvasitem.html#y -"QCanvasItem::yVelocity" qcanvasitem.html#yVelocity -"QCanvasItem::z" qcanvasitem.html#z -"QCanvasItem::~QCanvasItem" qcanvasitem.html#~QCanvasItem -"QCanvasItemList" qcanvasitemlist.html -"QCanvasItemList::operator+" qcanvasitemlist.html#operator+ -"QCanvasLine" qcanvasline.html -"QCanvasLine::endPoint" qcanvasline.html#endPoint -"QCanvasLine::rtti" qcanvasline.html#rtti -"QCanvasLine::setPoints" qcanvasline.html#setPoints -"QCanvasLine::startPoint" qcanvasline.html#startPoint -"QCanvasLine::~QCanvasLine" qcanvasline.html#~QCanvasLine -"QCanvasPixmap" qcanvaspixmap.html -"QCanvasPixmap::offsetX" qcanvaspixmap.html#offsetX -"QCanvasPixmap::offsetY" qcanvaspixmap.html#offsetY -"QCanvasPixmap::setOffset" qcanvaspixmap.html#setOffset -"QCanvasPixmap::~QCanvasPixmap" qcanvaspixmap.html#~QCanvasPixmap -"QCanvasPixmapArray" qcanvaspixmaparray.html -"QCanvasPixmapArray::count" qcanvaspixmaparray.html#count -"QCanvasPixmapArray::image" qcanvaspixmaparray.html#image -"QCanvasPixmapArray::isValid" qcanvaspixmaparray.html#isValid -"QCanvasPixmapArray::readCollisionMasks" qcanvaspixmaparray.html#readCollisionMasks -"QCanvasPixmapArray::readPixmaps" qcanvaspixmaparray.html#readPixmaps -"QCanvasPixmapArray::setImage" qcanvaspixmaparray.html#setImage -"QCanvasPixmapArray::~QCanvasPixmapArray" qcanvaspixmaparray.html#~QCanvasPixmapArray -"QCanvasPolygon" qcanvaspolygon.html -"QCanvasPolygon::areaPoints" qcanvaspolygon.html#areaPoints -"QCanvasPolygon::drawShape" qcanvaspolygon.html#drawShape -"QCanvasPolygon::points" qcanvaspolygon.html#points -"QCanvasPolygon::rtti" qcanvaspolygon.html#rtti -"QCanvasPolygon::setPoints" qcanvaspolygon.html#setPoints -"QCanvasPolygon::~QCanvasPolygon" qcanvaspolygon.html#~QCanvasPolygon -"QCanvasPolygonalItem" qcanvaspolygonalitem.html -"QCanvasPolygonalItem::areaPoints" qcanvaspolygonalitem.html#areaPoints -"QCanvasPolygonalItem::areaPointsAdvanced" qcanvaspolygonalitem.html#areaPointsAdvanced -"QCanvasPolygonalItem::boundingRect" qcanvaspolygonalitem.html#boundingRect -"QCanvasPolygonalItem::brush" qcanvaspolygonalitem.html#brush -"QCanvasPolygonalItem::draw" qcanvaspolygonalitem.html#draw -"QCanvasPolygonalItem::drawShape" qcanvaspolygonalitem.html#drawShape -"QCanvasPolygonalItem::invalidate" qcanvaspolygonalitem.html#invalidate -"QCanvasPolygonalItem::isValid" qcanvaspolygonalitem.html#isValid -"QCanvasPolygonalItem::pen" qcanvaspolygonalitem.html#pen -"QCanvasPolygonalItem::rtti" qcanvaspolygonalitem.html#rtti -"QCanvasPolygonalItem::setBrush" qcanvaspolygonalitem.html#setBrush -"QCanvasPolygonalItem::setPen" qcanvaspolygonalitem.html#setPen -"QCanvasPolygonalItem::setWinding" qcanvaspolygonalitem.html#setWinding -"QCanvasPolygonalItem::winding" qcanvaspolygonalitem.html#winding -"QCanvasPolygonalItem::~QCanvasPolygonalItem" qcanvaspolygonalitem.html#~QCanvasPolygonalItem -"QCanvasRectangle" qcanvasrectangle.html -"QCanvasRectangle::chunks" qcanvasrectangle.html#chunks -"QCanvasRectangle::drawShape" qcanvasrectangle.html#drawShape -"QCanvasRectangle::height" qcanvasrectangle.html#height -"QCanvasRectangle::rect" qcanvasrectangle.html#rect -"QCanvasRectangle::rtti" qcanvasrectangle.html#rtti -"QCanvasRectangle::setSize" qcanvasrectangle.html#setSize -"QCanvasRectangle::size" qcanvasrectangle.html#size -"QCanvasRectangle::width" qcanvasrectangle.html#width -"QCanvasRectangle::~QCanvasRectangle" qcanvasrectangle.html#~QCanvasRectangle -"QCanvasSpline" qcanvasspline.html -"QCanvasSpline::closed" qcanvasspline.html#closed -"QCanvasSpline::controlPoints" qcanvasspline.html#controlPoints -"QCanvasSpline::rtti" qcanvasspline.html#rtti -"QCanvasSpline::setControlPoints" qcanvasspline.html#setControlPoints -"QCanvasSpline::~QCanvasSpline" qcanvasspline.html#~QCanvasSpline -"QCanvasSprite" qcanvassprite.html -"QCanvasSprite::FrameAnimationType" qcanvassprite.html#FrameAnimationType -"QCanvasSprite::advance" qcanvassprite.html#advance -"QCanvasSprite::bottomEdge" qcanvassprite.html#bottomEdge -"QCanvasSprite::boundingRect" qcanvassprite.html#boundingRect -"QCanvasSprite::collidesWith" qcanvassprite.html#collidesWith -"QCanvasSprite::draw" qcanvassprite.html#draw -"QCanvasSprite::frame" qcanvassprite.html#frame -"QCanvasSprite::frameCount" qcanvassprite.html#frameCount -"QCanvasSprite::height" qcanvassprite.html#height -"QCanvasSprite::image" qcanvassprite.html#image -"QCanvasSprite::imageAdvanced" qcanvassprite.html#imageAdvanced -"QCanvasSprite::leftEdge" qcanvassprite.html#leftEdge -"QCanvasSprite::move" qcanvassprite.html#move -"QCanvasSprite::rightEdge" qcanvassprite.html#rightEdge -"QCanvasSprite::rtti" qcanvassprite.html#rtti -"QCanvasSprite::setFrame" qcanvassprite.html#setFrame -"QCanvasSprite::setFrameAnimation" qcanvassprite.html#setFrameAnimation -"QCanvasSprite::setSequence" qcanvassprite.html#setSequence -"QCanvasSprite::topEdge" qcanvassprite.html#topEdge -"QCanvasSprite::width" qcanvassprite.html#width -"QCanvasSprite::~QCanvasSprite" qcanvassprite.html#~QCanvasSprite -"QCanvasText" qcanvastext.html -"QCanvasText::addToChunks" qcanvastext.html#addToChunks -"QCanvasText::boundingRect" qcanvastext.html#boundingRect -"QCanvasText::color" qcanvastext.html#color -"QCanvasText::draw" qcanvastext.html#draw -"QCanvasText::font" qcanvastext.html#font -"QCanvasText::removeFromChunks" qcanvastext.html#removeFromChunks -"QCanvasText::rtti" qcanvastext.html#rtti -"QCanvasText::setColor" qcanvastext.html#setColor -"QCanvasText::setFont" qcanvastext.html#setFont -"QCanvasText::setText" qcanvastext.html#setText -"QCanvasText::setTextFlags" qcanvastext.html#setTextFlags -"QCanvasText::text" qcanvastext.html#text -"QCanvasText::textFlags" qcanvastext.html#textFlags -"QCanvasText::~QCanvasText" qcanvastext.html#~QCanvasText -"QCanvasView" qcanvasview.html -"QCanvasView::canvas" qcanvasview.html#canvas -"QCanvasView::drawContents" qcanvasview.html#drawContents -"QCanvasView::inverseWorldMatrix" qcanvasview.html#inverseWorldMatrix -"QCanvasView::setCanvas" qcanvasview.html#setCanvas -"QCanvasView::setWorldMatrix" qcanvasview.html#setWorldMatrix -"QCanvasView::sizeHint" qcanvasview.html#sizeHint -"QCanvasView::worldMatrix" qcanvasview.html#worldMatrix -"QCanvasView::~QCanvasView" qcanvasview.html#~QCanvasView +"TQCanvas" tqcanvas.html +"TQCanvas::advance" tqcanvas.html#advance +"TQCanvas::allItems" tqcanvas.html#allItems +"TQCanvas::backgroundColor" tqcanvas.html#backgroundColor +"TQCanvas::backgroundPixmap" tqcanvas.html#backgroundPixmap +"TQCanvas::chunkSize" tqcanvas.html#chunkSize +"TQCanvas::collisions" tqcanvas.html#collisions +"TQCanvas::drawArea" tqcanvas.html#drawArea +"TQCanvas::drawBackground" tqcanvas.html#drawBackground +"TQCanvas::drawForeground" tqcanvas.html#drawForeground +"TQCanvas::height" tqcanvas.html#height +"TQCanvas::onCanvas" tqcanvas.html#onCanvas +"TQCanvas::rect" tqcanvas.html#rect +"TQCanvas::resize" tqcanvas.html#resize +"TQCanvas::resized" tqcanvas.html#resized +"TQCanvas::retune" tqcanvas.html#retune +"TQCanvas::setAdvancePeriod" tqcanvas.html#setAdvancePeriod +"TQCanvas::setAllChanged" tqcanvas.html#setAllChanged +"TQCanvas::setBackgroundColor" tqcanvas.html#setBackgroundColor +"TQCanvas::setBackgroundPixmap" tqcanvas.html#setBackgroundPixmap +"TQCanvas::setChanged" tqcanvas.html#setChanged +"TQCanvas::setDoubleBuffering" tqcanvas.html#setDoubleBuffering +"TQCanvas::setTile" tqcanvas.html#setTile +"TQCanvas::setTiles" tqcanvas.html#setTiles +"TQCanvas::setUnchanged" tqcanvas.html#setUnchanged +"TQCanvas::setUpdatePeriod" tqcanvas.html#setUpdatePeriod +"TQCanvas::size" tqcanvas.html#size +"TQCanvas::tile" tqcanvas.html#tile +"TQCanvas::tileHeight" tqcanvas.html#tileHeight +"TQCanvas::tileWidth" tqcanvas.html#tileWidth +"TQCanvas::tilesHorizontally" tqcanvas.html#tilesHorizontally +"TQCanvas::tilesVertically" tqcanvas.html#tilesVertically +"TQCanvas::update" tqcanvas.html#update +"TQCanvas::validChunk" tqcanvas.html#validChunk +"TQCanvas::width" tqcanvas.html#width +"TQCanvas::~TQCanvas" tqcanvas.html#~TQCanvas +"TQCanvasEllipse" tqcanvasellipse.html +"TQCanvasEllipse::angleLength" tqcanvasellipse.html#angleLength +"TQCanvasEllipse::angleStart" tqcanvasellipse.html#angleStart +"TQCanvasEllipse::drawShape" tqcanvasellipse.html#drawShape +"TQCanvasEllipse::height" tqcanvasellipse.html#height +"TQCanvasEllipse::rtti" tqcanvasellipse.html#rtti +"TQCanvasEllipse::setAngles" tqcanvasellipse.html#setAngles +"TQCanvasEllipse::setSize" tqcanvasellipse.html#setSize +"TQCanvasEllipse::width" tqcanvasellipse.html#width +"TQCanvasEllipse::~TQCanvasEllipse" tqcanvasellipse.html#~TQCanvasEllipse +"TQCanvasItem" tqcanvasitem.html +"TQCanvasItem::RttiValues" tqcanvasitem.html#RttiValues +"TQCanvasItem::advance" tqcanvasitem.html#advance +"TQCanvasItem::animated" tqcanvasitem.html#animated +"TQCanvasItem::boundingRect" tqcanvasitem.html#boundingRect +"TQCanvasItem::boundingRectAdvanced" tqcanvasitem.html#boundingRectAdvanced +"TQCanvasItem::canvas" tqcanvasitem.html#canvas +"TQCanvasItem::collidesWith" tqcanvasitem.html#collidesWith +"TQCanvasItem::collisions" tqcanvasitem.html#collisions +"TQCanvasItem::draw" tqcanvasitem.html#draw +"TQCanvasItem::hide" tqcanvasitem.html#hide +"TQCanvasItem::isActive" tqcanvasitem.html#isActive +"TQCanvasItem::isEnabled" tqcanvasitem.html#isEnabled +"TQCanvasItem::isSelected" tqcanvasitem.html#isSelected +"TQCanvasItem::isVisible" tqcanvasitem.html#isVisible +"TQCanvasItem::move" tqcanvasitem.html#move +"TQCanvasItem::moveBy" tqcanvasitem.html#moveBy +"TQCanvasItem::rtti" tqcanvasitem.html#rtti +"TQCanvasItem::setActive" tqcanvasitem.html#setActive +"TQCanvasItem::setAnimated" tqcanvasitem.html#setAnimated +"TQCanvasItem::setCanvas" tqcanvasitem.html#setCanvas +"TQCanvasItem::setEnabled" tqcanvasitem.html#setEnabled +"TQCanvasItem::setSelected" tqcanvasitem.html#setSelected +"TQCanvasItem::setVelocity" tqcanvasitem.html#setVelocity +"TQCanvasItem::setVisible" tqcanvasitem.html#setVisible +"TQCanvasItem::setX" tqcanvasitem.html#setX +"TQCanvasItem::setXVelocity" tqcanvasitem.html#setXVelocity +"TQCanvasItem::setY" tqcanvasitem.html#setY +"TQCanvasItem::setYVelocity" tqcanvasitem.html#setYVelocity +"TQCanvasItem::setZ" tqcanvasitem.html#setZ +"TQCanvasItem::show" tqcanvasitem.html#show +"TQCanvasItem::update" tqcanvasitem.html#update +"TQCanvasItem::x" tqcanvasitem.html#x +"TQCanvasItem::xVelocity" tqcanvasitem.html#xVelocity +"TQCanvasItem::y" tqcanvasitem.html#y +"TQCanvasItem::yVelocity" tqcanvasitem.html#yVelocity +"TQCanvasItem::z" tqcanvasitem.html#z +"TQCanvasItem::~TQCanvasItem" tqcanvasitem.html#~TQCanvasItem +"TQCanvasItemList" tqcanvasitemlist.html +"TQCanvasItemList::operator+" tqcanvasitemlist.html#operator+ +"TQCanvasLine" tqcanvasline.html +"TQCanvasLine::endPoint" tqcanvasline.html#endPoint +"TQCanvasLine::rtti" tqcanvasline.html#rtti +"TQCanvasLine::setPoints" tqcanvasline.html#setPoints +"TQCanvasLine::startPoint" tqcanvasline.html#startPoint +"TQCanvasLine::~TQCanvasLine" tqcanvasline.html#~TQCanvasLine +"TQCanvasPixmap" tqcanvaspixmap.html +"TQCanvasPixmap::offsetX" tqcanvaspixmap.html#offsetX +"TQCanvasPixmap::offsetY" tqcanvaspixmap.html#offsetY +"TQCanvasPixmap::setOffset" tqcanvaspixmap.html#setOffset +"TQCanvasPixmap::~TQCanvasPixmap" tqcanvaspixmap.html#~TQCanvasPixmap +"TQCanvasPixmapArray" tqcanvaspixmaparray.html +"TQCanvasPixmapArray::count" tqcanvaspixmaparray.html#count +"TQCanvasPixmapArray::image" tqcanvaspixmaparray.html#image +"TQCanvasPixmapArray::isValid" tqcanvaspixmaparray.html#isValid +"TQCanvasPixmapArray::readCollisionMasks" tqcanvaspixmaparray.html#readCollisionMasks +"TQCanvasPixmapArray::readPixmaps" tqcanvaspixmaparray.html#readPixmaps +"TQCanvasPixmapArray::setImage" tqcanvaspixmaparray.html#setImage +"TQCanvasPixmapArray::~TQCanvasPixmapArray" tqcanvaspixmaparray.html#~TQCanvasPixmapArray +"TQCanvasPolygon" tqcanvaspolygon.html +"TQCanvasPolygon::areaPoints" tqcanvaspolygon.html#areaPoints +"TQCanvasPolygon::drawShape" tqcanvaspolygon.html#drawShape +"TQCanvasPolygon::points" tqcanvaspolygon.html#points +"TQCanvasPolygon::rtti" tqcanvaspolygon.html#rtti +"TQCanvasPolygon::setPoints" tqcanvaspolygon.html#setPoints +"TQCanvasPolygon::~TQCanvasPolygon" tqcanvaspolygon.html#~TQCanvasPolygon +"TQCanvasPolygonalItem" tqcanvaspolygonalitem.html +"TQCanvasPolygonalItem::areaPoints" tqcanvaspolygonalitem.html#areaPoints +"TQCanvasPolygonalItem::areaPointsAdvanced" tqcanvaspolygonalitem.html#areaPointsAdvanced +"TQCanvasPolygonalItem::boundingRect" tqcanvaspolygonalitem.html#boundingRect +"TQCanvasPolygonalItem::brush" tqcanvaspolygonalitem.html#brush +"TQCanvasPolygonalItem::draw" tqcanvaspolygonalitem.html#draw +"TQCanvasPolygonalItem::drawShape" tqcanvaspolygonalitem.html#drawShape +"TQCanvasPolygonalItem::invalidate" tqcanvaspolygonalitem.html#invalidate +"TQCanvasPolygonalItem::isValid" tqcanvaspolygonalitem.html#isValid +"TQCanvasPolygonalItem::pen" tqcanvaspolygonalitem.html#pen +"TQCanvasPolygonalItem::rtti" tqcanvaspolygonalitem.html#rtti +"TQCanvasPolygonalItem::setBrush" tqcanvaspolygonalitem.html#setBrush +"TQCanvasPolygonalItem::setPen" tqcanvaspolygonalitem.html#setPen +"TQCanvasPolygonalItem::setWinding" tqcanvaspolygonalitem.html#setWinding +"TQCanvasPolygonalItem::winding" tqcanvaspolygonalitem.html#winding +"TQCanvasPolygonalItem::~TQCanvasPolygonalItem" tqcanvaspolygonalitem.html#~TQCanvasPolygonalItem +"TQCanvasRectangle" tqcanvasrectangle.html +"TQCanvasRectangle::chunks" tqcanvasrectangle.html#chunks +"TQCanvasRectangle::drawShape" tqcanvasrectangle.html#drawShape +"TQCanvasRectangle::height" tqcanvasrectangle.html#height +"TQCanvasRectangle::rect" tqcanvasrectangle.html#rect +"TQCanvasRectangle::rtti" tqcanvasrectangle.html#rtti +"TQCanvasRectangle::setSize" tqcanvasrectangle.html#setSize +"TQCanvasRectangle::size" tqcanvasrectangle.html#size +"TQCanvasRectangle::width" tqcanvasrectangle.html#width +"TQCanvasRectangle::~TQCanvasRectangle" tqcanvasrectangle.html#~TQCanvasRectangle +"TQCanvasSpline" tqcanvasspline.html +"TQCanvasSpline::closed" tqcanvasspline.html#closed +"TQCanvasSpline::controlPoints" tqcanvasspline.html#controlPoints +"TQCanvasSpline::rtti" tqcanvasspline.html#rtti +"TQCanvasSpline::setControlPoints" tqcanvasspline.html#setControlPoints +"TQCanvasSpline::~TQCanvasSpline" tqcanvasspline.html#~TQCanvasSpline +"TQCanvasSprite" tqcanvassprite.html +"TQCanvasSprite::FrameAnimationType" tqcanvassprite.html#FrameAnimationType +"TQCanvasSprite::advance" tqcanvassprite.html#advance +"TQCanvasSprite::bottomEdge" tqcanvassprite.html#bottomEdge +"TQCanvasSprite::boundingRect" tqcanvassprite.html#boundingRect +"TQCanvasSprite::collidesWith" tqcanvassprite.html#collidesWith +"TQCanvasSprite::draw" tqcanvassprite.html#draw +"TQCanvasSprite::frame" tqcanvassprite.html#frame +"TQCanvasSprite::frameCount" tqcanvassprite.html#frameCount +"TQCanvasSprite::height" tqcanvassprite.html#height +"TQCanvasSprite::image" tqcanvassprite.html#image +"TQCanvasSprite::imageAdvanced" tqcanvassprite.html#imageAdvanced +"TQCanvasSprite::leftEdge" tqcanvassprite.html#leftEdge +"TQCanvasSprite::move" tqcanvassprite.html#move +"TQCanvasSprite::rightEdge" tqcanvassprite.html#rightEdge +"TQCanvasSprite::rtti" tqcanvassprite.html#rtti +"TQCanvasSprite::setFrame" tqcanvassprite.html#setFrame +"TQCanvasSprite::setFrameAnimation" tqcanvassprite.html#setFrameAnimation +"TQCanvasSprite::setSequence" tqcanvassprite.html#setSequence +"TQCanvasSprite::topEdge" tqcanvassprite.html#topEdge +"TQCanvasSprite::width" tqcanvassprite.html#width +"TQCanvasSprite::~TQCanvasSprite" tqcanvassprite.html#~TQCanvasSprite +"TQCanvasText" tqcanvastext.html +"TQCanvasText::addToChunks" tqcanvastext.html#addToChunks +"TQCanvasText::boundingRect" tqcanvastext.html#boundingRect +"TQCanvasText::color" tqcanvastext.html#color +"TQCanvasText::draw" tqcanvastext.html#draw +"TQCanvasText::font" tqcanvastext.html#font +"TQCanvasText::removeFromChunks" tqcanvastext.html#removeFromChunks +"TQCanvasText::rtti" tqcanvastext.html#rtti +"TQCanvasText::setColor" tqcanvastext.html#setColor +"TQCanvasText::setFont" tqcanvastext.html#setFont +"TQCanvasText::setText" tqcanvastext.html#setText +"TQCanvasText::setTextFlags" tqcanvastext.html#setTextFlags +"TQCanvasText::text" tqcanvastext.html#text +"TQCanvasText::textFlags" tqcanvastext.html#textFlags +"TQCanvasText::~TQCanvasText" tqcanvastext.html#~TQCanvasText +"TQCanvasView" tqcanvasview.html +"TQCanvasView::canvas" tqcanvasview.html#canvas +"TQCanvasView::drawContents" tqcanvasview.html#drawContents +"TQCanvasView::inverseWorldMatrix" tqcanvasview.html#inverseWorldMatrix +"TQCanvasView::setCanvas" tqcanvasview.html#setCanvas +"TQCanvasView::setWorldMatrix" tqcanvasview.html#setWorldMatrix +"TQCanvasView::sizeHint" tqcanvasview.html#sizeHint +"TQCanvasView::worldMatrix" tqcanvasview.html#worldMatrix +"TQCanvasView::~TQCanvasView" tqcanvasview.html#~TQCanvasView "TQChar" qchar.html "TQChar::Category" qchar.html#Category "TQChar::CombiningClass" qchar.html#CombiningClass diff --git a/doc/html/mainclasses.html b/doc/html/mainclasses.html index 2c55a9ec..28dc551e 100644 --- a/doc/html/mainclasses.html +++ b/doc/html/mainclasses.html @@ -72,7 +72,7 @@ classes), see TQt's Classes. TQToolBox
      C -TQCanvas +TQCanvas G TQGLWidget O diff --git a/doc/html/ntqgridview.html b/doc/html/ntqgridview.html index 4124c750..9807f929 100644 --- a/doc/html/ntqgridview.html +++ b/doc/html/ntqgridview.html @@ -101,7 +101,7 @@ columns with different sizes, use a TQTable instead. simple list of items, use a TQListBox. If you need to present hierachical data use a TQListView, and if you need random objects at random positions, consider using either a TQIconView or a -TQCanvas. +TQCanvas.

      See also Abstract Widget Classes.


      Member Function Documentation

      diff --git a/doc/html/ntqpixmap.html b/doc/html/ntqpixmap.html index 68859144..967ec91f 100644 --- a/doc/html/ntqpixmap.html +++ b/doc/html/ntqpixmap.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } More...

      #include <ntqpixmap.h>

      Inherits TQPaintDevice and TQt. -

      Inherited by TQBitmap and TQCanvasPixmap. +

      Inherited by TQBitmap and TQCanvasPixmap.

      List of all member functions.

      Public Members

        diff --git a/doc/html/ntqpointarray.html b/doc/html/ntqpointarray.html index 7a82d214..ef3c2539 100644 --- a/doc/html/ntqpointarray.html +++ b/doc/html/ntqpointarray.html @@ -158,7 +158,7 @@ parameter). equals 5760 (16*360). Positive values mean counter-clockwise, whereas negative values mean the clockwise direction. Zero degrees is at the 3 o'clock position. -

        See the angle diagram. +

        See the angle diagram.

        void TQPointArray::makeArc ( int x, int y, int w, int h, int a1, int a2, const TQWMatrix & xf )

        @@ -172,7 +172,7 @@ sufficient resolution for pixel accuracy. equals 5760 (16*360). Positive values mean counter-clockwise, whereas negative values mean the clockwise direction. Zero degrees is at the 3 o'clock position. -

        See the angle diagram. +

        See the angle diagram.

        void TQPointArray::makeEllipse ( int x, int y, int w, int h )

        diff --git a/doc/html/ntqscrollview.html b/doc/html/ntqscrollview.html index ad17beb3..e6ebd59f 100644 --- a/doc/html/ntqscrollview.html +++ b/doc/html/ntqscrollview.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } More...

        #include <ntqscrollview.h>

        Inherits TQFrame. -

        Inherited by TQCanvasView, TQTable, TQGridView, TQIconView, TQListBox, TQListView, and TQTextEdit. +

        Inherited by TQCanvasView, TQTable, TQGridView, TQIconView, TQListBox, TQListView, and TQTextEdit.

        List of all member functions.

        Public Members

          @@ -558,7 +558,7 @@ rectangle is in the scrollview's coordinates. set appropriately.

          Example: qdir/qdir.cpp. -

          Reimplemented in TQCanvasView and TQTable. +

          Reimplemented in TQCanvasView and TQTable.

          void TQScrollView::drawContentsOffset ( TQPainter * p, int offsetx, int offsety, int clipx, int clipy, int clipw, int cliph ) [virtual protected]

          For backward-compatibility only. It is easier to use diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html index 091efc0f..f06bcfa6 100644 --- a/doc/html/ntqt.html +++ b/doc/html/ntqt.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } that need to be global-like. More...

          #include <ntqnamespace.h> -

          Inherited by TQObject, TQPixmap, TQBrush, TQCanvasItem, TQCursor, TQPainter, TQEvent, TQIconViewItem, TQKeySequence, TQListViewItem, TQCustomMenuItem, TQPen, TQStyleSheetItem, TQSyntaxHighlighter, TQTab, TQTableItem, TQThread, TQToolTip, and TQWhatsThis. +

          Inherited by TQObject, TQPixmap, TQBrush, TQCanvasItem, TQCursor, TQPainter, TQEvent, TQIconViewItem, TQKeySequence, TQListViewItem, TQCustomMenuItem, TQPen, TQStyleSheetItem, TQSyntaxHighlighter, TQTab, TQTableItem, TQThread, TQToolTip, and TQWhatsThis.

          List of all member functions.

          Public Members

            diff --git a/doc/html/ntqvaluelist.html b/doc/html/ntqvaluelist.html index 95275796..eafd2d6f 100644 --- a/doc/html/ntqvaluelist.html +++ b/doc/html/ntqvaluelist.html @@ -36,7 +36,7 @@ provides lists. More...

            All the functions in this class are reentrant when TQt is built with thread support.

            #include <ntqvaluelist.h> -

            Inherited by TQCanvasItemList, TQStringList, and TQValueStack. +

            Inherited by TQCanvasItemList, TQStringList, and TQValueStack.

            List of all member functions.

            Public Members

              diff --git a/doc/html/ntqwidget.html b/doc/html/ntqwidget.html index 10e22604..d49881dc 100644 --- a/doc/html/ntqwidget.html +++ b/doc/html/ntqwidget.html @@ -1617,7 +1617,7 @@ reasons. to, but some slow widgets need to optimize by painting only the requested region: TQPaintEvent::region(). This speed optimization does not change the result, as painting is clipped to that region -during event processing. TQListView and TQCanvas do this, for +during event processing. TQListView and TQCanvas do this, for example.

              TQt also tries to speed up painting by merging multiple paint events into one. When update() is called several times or the diff --git a/doc/html/porting.html b/doc/html/porting.html index f9168ada..8c651811 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -301,12 +301,12 @@ new code.

            • TQAccel::keyToString( TQKeySequence k )
            • TQAccel::stringToKey( const TQString & s )
            • TQActionGroup::insert( TQAction *a ) -
            • TQCanvasItem::active() const -
            • TQCanvasItem::enabled() const -
            • TQCanvasItem::selected() const -
            • TQCanvasItem::visible() const -
            • TQCanvasPixmapArray::TQCanvasPixmapArray( TQPtrList<TQPixmap> list, TQPtrList<TQPoint> hotspots ) -
            • TQCanvasPixmapArray::operator!() +
            • TQCanvasItem::active() const +
            • TQCanvasItem::enabled() const +
            • TQCanvasItem::selected() const +
            • TQCanvasItem::visible() const +
            • TQCanvasPixmapArray::TQCanvasPixmapArray( TQPtrList<TQPixmap> list, TQPtrList<TQPoint> hotspots ) +
            • TQCanvasPixmapArray::operator!()
            • TQColorGroup::TQColorGroup( const TQColor & foreground, const TQColor & background, const TQColor & light, const TQColor & dark, const TQColor & mid, const TQColor & text, const TQColor & base )
            • TQComboBox::autoResize() const
            • TQComboBox::setAutoResize( bool ) diff --git a/doc/html/qcanvasellipse-members.html b/doc/html/qcanvasellipse-members.html deleted file mode 100644 index f6da4698..00000000 --- a/doc/html/qcanvasellipse-members.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - -TQCanvasEllipse Member List - - - - - - - -
              - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

              Complete Member List for TQCanvasEllipse

              - -

              This is the complete list of member functions for -TQCanvasEllipse, including inherited members. - -

              - -


              - -
              Copyright © 2007 -TrolltechTrademarks -
              TQt 3.3.8
              -
              - diff --git a/doc/html/qcanvasitem-members.html b/doc/html/qcanvasitem-members.html deleted file mode 100644 index b65da423..00000000 --- a/doc/html/qcanvasitem-members.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - -TQCanvasItem Member List - - - - - - - -
              - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

              Complete Member List for TQCanvasItem

              - -

              This is the complete list of member functions for -TQCanvasItem, including inherited members. - -

              - -


              - -
              Copyright © 2007 -TrolltechTrademarks -
              TQt 3.3.8
              -
              - diff --git a/doc/html/qcanvasline-members.html b/doc/html/qcanvasline-members.html deleted file mode 100644 index 2ea70ea1..00000000 --- a/doc/html/qcanvasline-members.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - -TQCanvasLine Member List - - - - - - - -
              - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

              Complete Member List for TQCanvasLine

              - -

              This is the complete list of member functions for -TQCanvasLine, including inherited members. - -

              - -


              - -
              Copyright © 2007 -TrolltechTrademarks -
              TQt 3.3.8
              -
              - diff --git a/doc/html/qcanvaspolygon-members.html b/doc/html/qcanvaspolygon-members.html deleted file mode 100644 index bd65dc7f..00000000 --- a/doc/html/qcanvaspolygon-members.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - -TQCanvasPolygon Member List - - - - - - - -
              - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

              Complete Member List for TQCanvasPolygon

              - -

              This is the complete list of member functions for -TQCanvasPolygon, including inherited members. - -

              - -


              - -
              Copyright © 2007 -TrolltechTrademarks -
              TQt 3.3.8
              -
              - diff --git a/doc/html/qcanvaspolygonalitem-members.html b/doc/html/qcanvaspolygonalitem-members.html deleted file mode 100644 index d5b92c82..00000000 --- a/doc/html/qcanvaspolygonalitem-members.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - -TQCanvasPolygonalItem Member List - - - - - - - -
              - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

              Complete Member List for TQCanvasPolygonalItem

              - -

              This is the complete list of member functions for -TQCanvasPolygonalItem, including inherited members. - -

              - -


              - -
              Copyright © 2007 -TrolltechTrademarks -
              TQt 3.3.8
              -
              - diff --git a/doc/html/qcanvasrectangle-members.html b/doc/html/qcanvasrectangle-members.html deleted file mode 100644 index 3e902585..00000000 --- a/doc/html/qcanvasrectangle-members.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - -TQCanvasRectangle Member List - - - - - - - -
              - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

              Complete Member List for TQCanvasRectangle

              - -

              This is the complete list of member functions for -TQCanvasRectangle, including inherited members. - -

              - -


              - -
              Copyright © 2007 -TrolltechTrademarks -
              TQt 3.3.8
              -
              - diff --git a/doc/html/qcanvasspline-members.html b/doc/html/qcanvasspline-members.html deleted file mode 100644 index ba8abf06..00000000 --- a/doc/html/qcanvasspline-members.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - -TQCanvasSpline Member List - - - - - - - -
              - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

              Complete Member List for TQCanvasSpline

              - -

              This is the complete list of member functions for -TQCanvasSpline, including inherited members. - -

              - -


              - -
              Copyright © 2007 -TrolltechTrademarks -
              TQt 3.3.8
              -
              - diff --git a/doc/html/qcanvassprite-members.html b/doc/html/qcanvassprite-members.html deleted file mode 100644 index 48df960a..00000000 --- a/doc/html/qcanvassprite-members.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - -TQCanvasSprite Member List - - - - - - - -
              - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

              Complete Member List for TQCanvasSprite

              - -

              This is the complete list of member functions for -TQCanvasSprite, including inherited members. - -

              - -


              - -
              Copyright © 2007 -TrolltechTrademarks -
              TQt 3.3.8
              -
              - diff --git a/doc/html/qcanvastext-members.html b/doc/html/qcanvastext-members.html deleted file mode 100644 index 4dc99f5d..00000000 --- a/doc/html/qcanvastext-members.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - -TQCanvasText Member List - - - - - - - -
              - -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

              Complete Member List for TQCanvasText

              - -

              This is the complete list of member functions for -TQCanvasText, including inherited members. - -

              - -


              - -
              Copyright © 2007 -TrolltechTrademarks -
              TQt 3.3.8
              -
              - diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index e6fd2c03..2dae1b0c 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -717,251 +717,251 @@
              -
              - QCanvas - advance - allItems - backgroundColor - backgroundPixmap - chunkSize - collisions - drawArea - drawBackground - drawForeground - height - onCanvas - rect - resize - resized - retune - setAdvancePeriod - setAllChanged - setBackgroundColor - setBackgroundPixmap - setChanged - setDoubleBuffering - setTile - setTiles - setUnchanged - setUpdatePeriod - size - tile - tileHeight - tileWidth - tilesHorizontally - tilesVertically - update - validChunk - width - ~QCanvas -
              -
              -
              -
              - QCanvasEllipse - angleLength - angleStart - drawShape - height - rtti - setAngles - setSize - width - ~QCanvasEllipse -
              -
              -
              -
              - QCanvasItem - RttiValues - advance - animated - boundingRect - boundingRectAdvanced - canvas - collidesWith - collisions - draw - hide - isActive - isEnabled - isSelected - isVisible - move - moveBy - rtti - setActive - setAnimated - setCanvas - setEnabled - setSelected - setVelocity - setVisible - setX - setXVelocity - setY - setYVelocity - setZ - show - update - x - xVelocity - y - yVelocity - z - ~QCanvasItem -
              -
              -
              -
              - QCanvasItemList - operator+ -
              -
              -
              -
              - QCanvasLine - endPoint - rtti - setPoints - startPoint - ~QCanvasLine -
              -
              -
              -
              - QCanvasPixmap - offsetX - offsetY - setOffset - ~QCanvasPixmap -
              -
              -
              -
              - QCanvasPixmapArray - count - image - isValid - readCollisionMasks - readPixmaps - setImage - ~QCanvasPixmapArray -
              -
              -
              -
              - QCanvasPolygon - areaPoints - drawShape - points - rtti - setPoints - ~QCanvasPolygon -
              -
              -
              -
              - QCanvasPolygonalItem - areaPoints - areaPointsAdvanced - boundingRect - brush - draw - drawShape - invalidate - isValid - pen - rtti - setBrush - setPen - setWinding - winding - ~QCanvasPolygonalItem -
              -
              -
              -
              - QCanvasRectangle - chunks - drawShape - height - rect - rtti - setSize - size - width - ~QCanvasRectangle -
              -
              -
              -
              - QCanvasSpline - closed - controlPoints - rtti - setControlPoints - ~QCanvasSpline -
              -
              -
              -
              - QCanvasSprite - FrameAnimationType - advance - bottomEdge - boundingRect - collidesWith - draw - frame - frameCount - height - image - imageAdvanced - leftEdge - move - rightEdge - rtti - setFrame - setFrameAnimation - setSequence - topEdge - width - ~QCanvasSprite -
              -
              -
              -
              - QCanvasText - addToChunks - boundingRect - color - draw - font - removeFromChunks - rtti - setColor - setFont - setText - setTextFlags - text - textFlags - ~QCanvasText -
              -
              -
              -
              - QCanvasView - canvas - drawContents - inverseWorldMatrix - setCanvas - setWorldMatrix - sizeHint - worldMatrix - ~QCanvasView -
              -
              +
              + TQCanvas + advance + allItems + backgroundColor + backgroundPixmap + chunkSize + collisions + drawArea + drawBackground + drawForeground + height + onCanvas + rect + resize + resized + retune + setAdvancePeriod + setAllChanged + setBackgroundColor + setBackgroundPixmap + setChanged + setDoubleBuffering + setTile + setTiles + setUnchanged + setUpdatePeriod + size + tile + tileHeight + tileWidth + tilesHorizontally + tilesVertically + update + validChunk + width + ~TQCanvas +
              +
              +
              +
              + TQCanvasEllipse + angleLength + angleStart + drawShape + height + rtti + setAngles + setSize + width + ~TQCanvasEllipse +
              +
              +
              +
              + TQCanvasItem + RttiValues + advance + animated + boundingRect + boundingRectAdvanced + canvas + collidesWith + collisions + draw + hide + isActive + isEnabled + isSelected + isVisible + move + moveBy + rtti + setActive + setAnimated + setCanvas + setEnabled + setSelected + setVelocity + setVisible + setX + setXVelocity + setY + setYVelocity + setZ + show + update + x + xVelocity + y + yVelocity + z + ~TQCanvasItem +
              +
              +
              +
              + TQCanvasItemList + operator+ +
              +
              +
              +
              + TQCanvasLine + endPoint + rtti + setPoints + startPoint + ~TQCanvasLine +
              +
              +
              +
              + TQCanvasPixmap + offsetX + offsetY + setOffset + ~TQCanvasPixmap +
              +
              +
              +
              + TQCanvasPixmapArray + count + image + isValid + readCollisionMasks + readPixmaps + setImage + ~TQCanvasPixmapArray +
              +
              +
              +
              + TQCanvasPolygon + areaPoints + drawShape + points + rtti + setPoints + ~TQCanvasPolygon +
              +
              +
              +
              + TQCanvasPolygonalItem + areaPoints + areaPointsAdvanced + boundingRect + brush + draw + drawShape + invalidate + isValid + pen + rtti + setBrush + setPen + setWinding + winding + ~TQCanvasPolygonalItem +
              +
              +
              +
              + TQCanvasRectangle + chunks + drawShape + height + rect + rtti + setSize + size + width + ~TQCanvasRectangle +
              +
              +
              +
              + TQCanvasSpline + closed + controlPoints + rtti + setControlPoints + ~TQCanvasSpline +
              +
              +
              +
              + TQCanvasSprite + FrameAnimationType + advance + bottomEdge + boundingRect + collidesWith + draw + frame + frameCount + height + image + imageAdvanced + leftEdge + move + rightEdge + rtti + setFrame + setFrameAnimation + setSequence + topEdge + width + ~TQCanvasSprite +
              +
              +
              +
              + TQCanvasText + addToChunks + boundingRect + color + draw + font + removeFromChunks + rtti + setColor + setFont + setText + setTextFlags + text + textFlags + ~TQCanvasText +
              +
              +
              +
              + TQCanvasView + canvas + drawContents + inverseWorldMatrix + setCanvas + setWorldMatrix + sizeHint + worldMatrix + ~TQCanvasView +
              +
              QCDEStyle diff --git a/doc/html/titleindex b/doc/html/titleindex index 0549f4b3..6a37ccf2 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -227,34 +227,34 @@ QCache Class | ntqcache.html QCache Member List | qcache-members.html QCacheIterator Class | qcacheiterator.html QCacheIterator Member List | qcacheiterator-members.html -QCanvas Class | ntqcanvas.html -QCanvas Member List | qcanvas-members.html -QCanvasEllipse Class | qcanvasellipse.html -QCanvasEllipse Member List | qcanvasellipse-members.html -QCanvasItem Class | qcanvasitem.html -QCanvasItem Member List | qcanvasitem-members.html -QCanvasItemList Class | qcanvasitemlist.html -QCanvasItemList Member List | qcanvasitemlist-members.html -QCanvasLine Class | qcanvasline.html -QCanvasLine Member List | qcanvasline-members.html -QCanvasPixmap Class | qcanvaspixmap.html -QCanvasPixmap Member List | qcanvaspixmap-members.html -QCanvasPixmapArray Class | qcanvaspixmaparray.html -QCanvasPixmapArray Member List | qcanvaspixmaparray-members.html -QCanvasPolygon Class | qcanvaspolygon.html -QCanvasPolygon Member List | qcanvaspolygon-members.html -QCanvasPolygonalItem Class | qcanvaspolygonalitem.html -QCanvasPolygonalItem Member List | qcanvaspolygonalitem-members.html -QCanvasRectangle Class | qcanvasrectangle.html -QCanvasRectangle Member List | qcanvasrectangle-members.html -QCanvasSpline Class | qcanvasspline.html -QCanvasSpline Member List | qcanvasspline-members.html -QCanvasSprite Class | qcanvassprite.html -QCanvasSprite Member List | qcanvassprite-members.html -QCanvasText Class | qcanvastext.html -QCanvasText Member List | qcanvastext-members.html -QCanvasView Class | qcanvasview.html -QCanvasView Member List | qcanvasview-members.html +TQCanvas Class | tqcanvas.html +TQCanvas Member List | tqcanvas-members.html +TQCanvasEllipse Class | tqcanvasellipse.html +TQCanvasEllipse Member List | tqcanvasellipse-members.html +TQCanvasItem Class | tqcanvasitem.html +TQCanvasItem Member List | tqcanvasitem-members.html +TQCanvasItemList Class | tqcanvasitemlist.html +TQCanvasItemList Member List | tqcanvasitemlist-members.html +TQCanvasLine Class | tqcanvasline.html +TQCanvasLine Member List | tqcanvasline-members.html +TQCanvasPixmap Class | tqcanvaspixmap.html +TQCanvasPixmap Member List | tqcanvaspixmap-members.html +TQCanvasPixmapArray Class | tqcanvaspixmaparray.html +TQCanvasPixmapArray Member List | tqcanvaspixmaparray-members.html +TQCanvasPolygon Class | tqcanvaspolygon.html +TQCanvasPolygon Member List | tqcanvaspolygon-members.html +TQCanvasPolygonalItem Class | tqcanvaspolygonalitem.html +TQCanvasPolygonalItem Member List | tqcanvaspolygonalitem-members.html +TQCanvasRectangle Class | tqcanvasrectangle.html +TQCanvasRectangle Member List | tqcanvasrectangle-members.html +TQCanvasSpline Class | tqcanvasspline.html +TQCanvasSpline Member List | tqcanvasspline-members.html +TQCanvasSprite Class | tqcanvassprite.html +TQCanvasSprite Member List | tqcanvassprite-members.html +TQCanvasText Class | tqcanvastext.html +TQCanvasText Member List | tqcanvastext-members.html +TQCanvasView Class | tqcanvasview.html +TQCanvasView Member List | tqcanvasview-members.html TQChar Class | qchar.html TQChar Member List | qchar-members.html QCharRef Class | qcharref.html @@ -1188,7 +1188,7 @@ ntqbuffer.h Include File | qbuffer-h.html ntqbutton.h Include File | qbutton-h.html ntqbuttongroup.h Include File | qbuttongroup-h.html ntqcache.h Include File | qcache-h.html -ntqcanvas.h Include File | qcanvas-h.html +tqcanvas.h Include File | tqcanvas-h.html ntqcdestyle.h Include File | qcdestyle-h.html ntqcheckbox.h Include File | qcheckbox-h.html ntqclipboard.h Include File | qclipboard-h.html diff --git a/doc/html/qcanvas-h.html b/doc/html/tqcanvas-h.html similarity index 98% rename from doc/html/qcanvas-h.html rename to doc/html/tqcanvas-h.html index 7790f434..85b997e9 100644 --- a/doc/html/qcanvas-h.html +++ b/doc/html/tqcanvas-h.html @@ -1,9 +1,9 @@ - + -ntqcanvas.h Include File +tqcanvas.h Include File + + + + + + +
              + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

              Complete Member List for TQCanvasEllipse

              + +

              This is the complete list of member functions for +TQCanvasEllipse, including inherited members. + +

              + +


              + +
              Copyright © 2007 +TrolltechTrademarks +
              TQt 3.3.8
              +
              + diff --git a/doc/html/qcanvasellipse.html b/doc/html/tqcanvasellipse.html similarity index 85% rename from doc/html/qcanvasellipse.html rename to doc/html/tqcanvasellipse.html index 65dbef94..50920ce3 100644 --- a/doc/html/qcanvasellipse.html +++ b/doc/html/tqcanvasellipse.html @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; }

              The TQCanvasEllipse class provides an ellipse or ellipse segment on a TQCanvas. More... -

              #include <ntqcanvas.h> -

              Inherits TQCanvasPolygonalItem. -

              List of all member functions. +

              #include <tqcanvas.h> +

              Inherits TQCanvasPolygonalItem. +

              List of all member functions.

              Public Members

              • TQCanvasEllipse ( TQCanvas * canvas )
              • @@ -57,7 +57,7 @@ body { background: #ffffff; color: black; }

                Detailed Description

                -The TQCanvasEllipse class provides an ellipse or ellipse segment on a TQCanvas. +The TQCanvasEllipse class provides an ellipse or ellipse segment on a TQCanvas.

                @@ -69,7 +69,7 @@ at construction time. The size can be changed at runtime with ellipse segment rather than a whole ellipse) with setAngles().

                Note that angles are specified in 16ths of a degree.

                -

                Ellipse
                +
                Ellipse

                If a start angle and length angle are set then an ellipse segment will be drawn. The start angle is the angle that goes from zero in a counter-clockwise direction (shown in green in the diagram). The @@ -79,22 +79,22 @@ segment is the segment of the ellipse that would be drawn. If no start angle and length angle are specified the entire ellipse is drawn.

                The ellipse can be drawn on a painter with drawShape(). -

                Like any other canvas item ellipses can be moved with move() and -moveBy(), or by setting coordinates with setX(), setY() and setZ(). +

                Like any other canvas item ellipses can be moved with move() and +moveBy(), or by setting coordinates with setX(), setY() and setZ().

                Note: TQCanvasEllipse does not use the pen.

                See also Graphics Classes and Image Processing Classes.


                Member Function Documentation

                -

                TQCanvasEllipse::TQCanvasEllipse ( TQCanvas * canvas ) +

                TQCanvasEllipse::TQCanvasEllipse ( TQCanvas * canvas )

                Constructs a 32x32 ellipse, centered at (0, 0) on canvas. -

                TQCanvasEllipse::TQCanvasEllipse ( int width, int height, TQCanvas * canvas ) +

                TQCanvasEllipse::TQCanvasEllipse ( int width, int height, TQCanvas * canvas )

                Constructs a width by height pixel ellipse, centered at (0, 0) on canvas. -

                TQCanvasEllipse::TQCanvasEllipse ( int width, int height, int startangle, int angle, TQCanvas * canvas ) +

                TQCanvasEllipse::TQCanvasEllipse ( int width, int height, int startangle, int angle, TQCanvas * canvas )

                Constructs a width by height pixel ellipse, centered at (0, 0) on canvas. Only a segment of the ellipse is drawn, @@ -124,11 +124,11 @@ this will be 0.

                void TQCanvasEllipse::drawShape ( TQPainter & p ) [virtual protected]

                -Draws the ellipse, centered at x(), y() using the painter p. +Draws the ellipse, centered at x(), y() using the painter p.

                Note that TQCanvasEllipse does not support an outline (the pen is always NoPen). -

                Reimplemented from TQCanvasPolygonalItem. +

                Reimplemented from TQCanvasPolygonalItem.

                int TQCanvasEllipse::height () const

                Returns the height of the ellipse. @@ -136,9 +136,9 @@ Returns the height of the ellipse.

                int TQCanvasEllipse::rtti () const [virtual]

                Returns 6 (TQCanvasItem::Rtti_Ellipse). -

                See also TQCanvasItem::rtti(). +

                See also TQCanvasItem::rtti(). -

                Reimplemented from TQCanvasPolygonalItem. +

                Reimplemented from TQCanvasPolygonalItem.

                void TQCanvasEllipse::setAngles ( int start, int length )

                Sets the angles for the ellipse. The start angle is start and diff --git a/doc/html/qcanvasellipse.png b/doc/html/tqcanvasellipse.png similarity index 100% rename from doc/html/qcanvasellipse.png rename to doc/html/tqcanvasellipse.png diff --git a/doc/html/tqcanvasitem-members.html b/doc/html/tqcanvasitem-members.html new file mode 100644 index 00000000..a826ac2e --- /dev/null +++ b/doc/html/tqcanvasitem-members.html @@ -0,0 +1,87 @@ + + + + + +TQCanvasItem Member List + + + + + + + +
                + +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

                Complete Member List for TQCanvasItem

                + +

                This is the complete list of member functions for +TQCanvasItem, including inherited members. + +

                + +


                + +
                Copyright © 2007 +TrolltechTrademarks +
                TQt 3.3.8
                +
                + diff --git a/doc/html/qcanvasitem.html b/doc/html/tqcanvasitem.html similarity index 88% rename from doc/html/qcanvasitem.html rename to doc/html/tqcanvasitem.html index 962edc5b..17e5f807 100644 --- a/doc/html/qcanvasitem.html +++ b/doc/html/tqcanvasitem.html @@ -1,5 +1,5 @@ - + @@ -33,10 +33,10 @@ body { background: #ffffff; color: black; }

                The TQCanvasItem class provides an abstract graphic object on a TQCanvas. More... -

                #include <ntqcanvas.h> +

                #include <tqcanvas.h>

                Inherits TQt. -

                Inherited by TQCanvasSprite, TQCanvasPolygonalItem, and TQCanvasText. -

                List of all member functions. +

                Inherited by TQCanvasSprite, TQCanvasPolygonalItem, and TQCanvasText. +

                List of all member functions.

                Public Members

                • TQCanvasItem ( TQCanvas * canvas )
                • @@ -88,7 +88,7 @@ body { background: #ffffff; color: black; }

                  Detailed Description

                  -The TQCanvasItem class provides an abstract graphic object on a TQCanvas. +The TQCanvasItem class provides an abstract graphic object on a TQCanvas.

                  @@ -97,9 +97,9 @@ The TQCanvasItem class provides an abstract graphic object on a TQCanvasPolygonalItem (the -commonest base class), TQCanvasRectangle, TQCanvasSprite, TQCanvasEllipse -or TQCanvasText. +to subclass one of its subclasses, e.g. TQCanvasPolygonalItem (the +commonest base class), TQCanvasRectangle, TQCanvasSprite, TQCanvasEllipse +or TQCanvasText.

                  Canvas items are added to a canvas by constructing them and passing the canvas to the canvas item's constructor. An item can be moved to a different canvas using setCanvas(). @@ -108,7 +108,7 @@ function has been called (or setVisible(TRUE)), and visible, and then only if update() is called. If you created the canvas without passing a width and height to the constructor you'll also need -to call resize(). Since the canvas +to call resize(). Since the canvas background defaults to white and canvas items default to white, you may need to change colors to see your items.

                  A TQCanvasItem object can be moved in the x(), y() and z() dimensions @@ -119,7 +119,7 @@ given a velocity in the x and y directions with setXVelo setVelocity(). Use the collidesWith() function to see if the canvas item will collide on the next advance(1) and use collisions() to see what collisions have occurred. -

                  Use TQCanvasSprite or your own subclass of TQCanvasSprite to create canvas +

                  Use TQCanvasSprite or your own subclass of TQCanvasSprite to create canvas items which are animated, i.e. which change over time.

                  The size of a canvas item is given by boundingRect(). Use boundingRectAdvanced() to see what the size of the canvas item will be @@ -154,7 +154,7 @@ except where noted.

                • TQCanvasItem::Rtti_Text


                Member Function Documentation

                -

                TQCanvasItem::TQCanvasItem ( TQCanvas * canvas ) +

                TQCanvasItem::TQCanvasItem ( TQCanvas * canvas )

                Constructs a TQCanvasItem on canvas canvas.

                See also setCanvas(). @@ -177,10 +177,10 @@ nothing if phase is 0.

                Note that if you reimplement this function, the reimplementation must not change the canvas in any way, for example it must not add or remove items. -

                See also TQCanvas::advance() and setVelocity(). +

                See also TQCanvas::advance() and setVelocity().

                Example: canvas/canvas.cpp. -

                Reimplemented in TQCanvasSprite. +

                Reimplemented in TQCanvasSprite.

                bool TQCanvasItem::animated () const

                Returns TRUE if the canvas item is in motion; otherwise returns @@ -193,18 +193,18 @@ FALSE.

                Returns the bounding rectangle in pixels that the canvas item covers.

                See also boundingRectAdvanced(). -

                Reimplemented in TQCanvasSprite, TQCanvasPolygonalItem, and TQCanvasText. +

                Reimplemented in TQCanvasSprite, TQCanvasPolygonalItem, and TQCanvasText.

                TQRect TQCanvasItem::boundingRectAdvanced () const [virtual]

                Returns the bounding rectangle of pixels that the canvas item will cover after advance(1) is called.

                See also boundingRect(). -

                TQCanvas * TQCanvasItem::canvas () const +

                TQCanvas * TQCanvasItem::canvas () const

                Returns the canvas containing the canvas item. -

                bool TQCanvasItem::collidesWith ( const TQCanvasItem * other ) const [pure virtual] +

                bool TQCanvasItem::collidesWith ( const TQCanvasItem * other ) const [pure virtual]

                Returns TRUE if the canvas item will collide with the other @@ -213,7 +213,7 @@ otherwise returns FALSE.

                See also collisions().

                Example: canvas/canvas.cpp. -

                TQCanvasItemList TQCanvasItem::collisions ( bool exact ) const +

                TQCanvasItemList TQCanvasItem::collisions ( bool exact ) const

                Returns the list of canvas items that this canvas item has collided with. @@ -257,7 +257,7 @@ code by calling TQPainter::translate(-50, -50). Be also aware that the painter might already have some transformations set (i.e., don't call TQPainter::resetXForm() when you're done). -

                Reimplemented in TQCanvasSprite, TQCanvasPolygonalItem, and TQCanvasText. +

                Reimplemented in TQCanvasSprite, TQCanvasPolygonalItem, and TQCanvasText.

                bool TQCanvasItem::enabled () const

                This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. @@ -331,7 +331,7 @@ value.

                Example: canvas/canvas.cpp. -

                Reimplemented in TQCanvasSprite, TQCanvasPolygonalItem, and TQCanvasText. +

                Reimplemented in TQCanvasSprite, TQCanvasPolygonalItem, and TQCanvasText.

                bool TQCanvasItem::selected () const

                This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. @@ -342,8 +342,8 @@ Use isSelected() instead. Sets the active flag of the item to yes. If this changes the item's active state the item will be redrawn when -TQCanvas::update() is next called. -

                The TQCanvas, TQCanvasItem and the TQt-supplied TQCanvasItem +TQCanvas::update() is next called. +

                The TQCanvas, TQCanvasItem and the TQt-supplied TQCanvasItem subclasses do not make use of this value. The setActive() function is supplied because many applications need it, but it is up to you how you use the isActive() value. @@ -352,19 +352,19 @@ how you use the isActive() value. Sets the canvas item to be in motion if y is TRUE, or not if y is FALSE. The speed and direction of the motion is set with setVelocity(), or with setXVelocity() and setYVelocity(). -

                See also advance() and TQCanvas::advance(). +

                See also advance() and TQCanvas::advance(). -

                void TQCanvasItem::setCanvas ( TQCanvas * c ) [virtual] +

                void TQCanvasItem::setCanvas ( TQCanvas * c ) [virtual]

                -Sets the TQCanvas upon which the canvas item is to be drawn to c. +Sets the TQCanvas upon which the canvas item is to be drawn to c.

                See also canvas().

                void TQCanvasItem::setEnabled ( bool yes ) [virtual]

                Sets the enabled flag of the item to yes. If this changes the item's enabled state the item will be redrawn when -TQCanvas::update() is next called. -

                The TQCanvas, TQCanvasItem and the TQt-supplied TQCanvasItem +TQCanvas::update() is next called. +

                The TQCanvas, TQCanvasItem and the TQt-supplied TQCanvasItem subclasses do not make use of this value. The setEnabled() function is supplied because many applications need it, but it is up to you how you use the isEnabled() value. @@ -373,8 +373,8 @@ up to you how you use the isEnabled() value. Sets the selected flag of the item to yes. If this changes the item's selected state the item will be redrawn when -TQCanvas::update() is next called. -

                The TQCanvas, TQCanvasItem and the TQt-supplied TQCanvasItem +TQCanvas::update() is next called. +

                The TQCanvas, TQCanvasItem and the TQt-supplied TQCanvasItem subclasses do not make use of this value. The setSelected() function is supplied because many applications need it, but it is up to you how you use the isSelected() value. @@ -388,7 +388,7 @@ pixels in the horizontal and vertical directions respectively.

                void TQCanvasItem::setVisible ( bool yes ) [virtual]

                Makes the canvas item visible if yes is TRUE, or invisible if -yes is FALSE. The change takes effect when TQCanvas::update() is +yes is FALSE. The change takes effect when TQCanvas::update() is next called.

                void TQCanvasItem::setX ( double x ) diff --git a/doc/html/qcanvasitemlist-members.html b/doc/html/tqcanvasitemlist-members.html similarity index 95% rename from doc/html/qcanvasitemlist-members.html rename to doc/html/tqcanvasitemlist-members.html index d9e444c6..d01f249b 100644 --- a/doc/html/qcanvasitemlist-members.html +++ b/doc/html/tqcanvasitemlist-members.html @@ -1,5 +1,5 @@ - + @@ -32,7 +32,7 @@ body { background: #ffffff; color: black; }

      Complete Member List for TQCanvasItemList

      This is the complete list of member functions for -TQCanvasItemList, including inherited members. +TQCanvasItemList, including inherited members.

  • Complete Member List for TQCanvasPixmap

    This is the complete list of member functions for -TQCanvasPixmap, including inherited members. +TQCanvasPixmap, including inherited members.

  • Complete Member List for TQCanvasPixmapArray

    This is the complete list of member functions for -TQCanvasPixmapArray, including inherited members. +TQCanvasPixmapArray, including inherited members.


    diff --git a/doc/html/qcanvaspixmaparray.html b/doc/html/tqcanvaspixmaparray.html similarity index 94% rename from doc/html/qcanvaspixmaparray.html rename to doc/html/tqcanvaspixmaparray.html index 923141fc..4af61946 100644 --- a/doc/html/qcanvaspixmaparray.html +++ b/doc/html/tqcanvaspixmaparray.html @@ -1,5 +1,5 @@ - + @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }

    The TQCanvasPixmapArray class provides an array of TQCanvasPixmaps. More... -

    #include <ntqcanvas.h> -

    List of all member functions. +

    #include <tqcanvas.h> +

    List of all member functions.

    Public Members