- Q3Canvas ( QObject * parent = 0, const char * name = 0 )
- Q3Canvas ( int w, int h )
- Q3Canvas ( QPixmap p, int h, int v, int tilewidth, int tileheight )
- ~Q3Canvas ()
- void advance ()
- Q3CanvasItemList allItems ()
- QColor backgroundColor () const
- QPixmap backgroundPixmap () const
- bool blockSignals ( bool block )
- void childEvent ( QChildEvent * event )
- const QObjectList & children () const
- int chunkSize () const
- Q3CanvasItemList collisions ( const QPoint & p ) const
- Q3CanvasItemList collisions ( const QRect & r ) const
- Q3CanvasItemList collisions ( const QPointArray & chunklist, const Q3CanvasItem * item, bool exact ) const
- bool connect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member, Qt::ConnectionType type = Qt::AutoConnection )
- bool connect ( const QObject * sender, const char * signal, const char * member, Qt::ConnectionType type = Qt::AutoConnection ) const
- void connectNotify ( const char * signal )
- void customEvent ( QEvent * event )
- void deleteLater ()
- void destroyed ( QObject * obj = 0 )
- bool disconnect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member )
- bool disconnect ( const char * signal = 0, const QObject * receiver = 0, const char * member = 0 )
- bool disconnect ( const QObject * receiver, const char * member = 0 )
- void disconnectNotify ( const char * signal )
- void drawArea ( const QRect & clip, QPainter * painter, bool dbuf = false )
- void drawBackground ( QPainter & painter, const QRect & clip )
- void drawForeground ( QPainter & painter, const QRect & clip )
- void dumpObjectInfo ()
- void dumpObjectTree ()
- bool event ( QEvent * e )
- bool eventFilter ( QObject * watched, QEvent * e )
- QObject * findChild ( const QString & name ) const
- QObjectList findChildren ( const QString & name ) const
- QObjectList findChildren ( const QRegExp & re ) const
- int height () const
- bool inherits ( const char * clname ) const
- void installEventFilter ( const QObject * filterObj )
- bool isAncestorOf ( const QObject * child ) const
- bool isWidgetType () const
- void killTimer ( int id )
- const QMetaObject * metaObject () const
|
- QString objectName () const
- bool onCanvas ( int x, int y ) const
- bool onCanvas ( const QPoint & p ) const
- QObject * parent () const
- QCoreVariant property ( const char * name ) const
- int receivers ( const char * signal ) const
- QRect rect () const
- void removeEventFilter ( const QObject * obj )
- void resize ( int w, int h )
- void resized ()
- void retune ( int chunksze, int mxclusters = 100 )
- QObject * sender () const
- void setAdvancePeriod ( int ms )
- void setAllChanged ()
- void setBackgroundColor ( const QColor & c )
- void setBackgroundPixmap ( const QPixmap & p )
- void setChanged ( const QRect & area )
- void setDoubleBuffering ( bool y )
- void setObjectName ( const QString & name )
- void setParent ( QObject * parent )
- bool setProperty ( const char * name, const QCoreVariant & value )
- void setTile ( int x, int y, int tilenum )
- void setTiles ( QPixmap p, int h, int v, int tilewidth, int tileheight )
- void setUnchanged ( const QRect & area )
- void setUpdatePeriod ( int ms )
- bool signalsBlocked () const
- QSize size () const
- int startTimer ( int interval )
- QThread * thread () const
- int tile ( int x, int y ) const
- int tileHeight () const
- int tileWidth () const
- int tilesHorizontally () const
- int tilesVertically () const
- void timerEvent ( QTimerEvent * event )
- QString tr ( const char * sourceText, const char * comment )
- QString trUtf8 ( const char * sourceText, const char * comment )
- void update ()
- bool validChunk ( int x, int y ) const
- bool validChunk ( const QPoint & p ) const
- int width () const
|