- enum EditMode
- enum FocusStyle
- enum Refresh
- enum ResizePolicy
- enum ScrollBarMode
- enum SelectionMode
- enum Shadow
- enum Shape
- QDataTable ( QWidget * parent = 0, const char * name = 0 )
- QDataTable ( QSqlCursor * cursor, bool autoPopulate = false, QWidget * parent = 0, const char * name = 0 )
- ~QDataTable ()
- bool acceptDrops () const
- QString accessibleDescription () const
- QString accessibleName () const
- void actionEvent ( QActionEvent * event )
- QList<QAction *> actions () const
- void activateNextCell ()
- void addAction ( QAction * action )
- void addActions ( QList<QAction *> actions )
- void addChild ( QWidget * child, int x = 0, int y = 0 )
- void addColumn ( const QString & fieldName, const QString & label = QString(), int width = -1, const QIcon & icon = QIcon() )
- int addSelection ( const QTableSelection & s )
- void adjustColumn ( int col )
- void adjustRow ( int row )
- void adjustSize ()
- bool autoDelete () const
- bool autoEdit () const
- bool autoMask () const
- QPalette::ColorRole backgroundRole () const
- QSize baseSize () const
- void beforeDelete ( QSqlRecord * buf )
- void beforeInsert ( QSqlRecord * buf )
- void beforeUpdate ( QSqlRecord * buf )
- QWidget * beginEdit ( int row, int col, bool replace )
- bool beginInsert ()
- QWidget * beginUpdate ( int row, int col, bool replace )
- bool blockSignals ( bool block )
- int bottomMargin () const
- QRect cellGeometry ( int row, int col ) const
- QRect cellRect ( int row, int col ) const
- QWidget * cellWidget ( int row, int col ) const
- void center ( int x, int y )
- void center ( int x, int y, float xmargin, float ymargin )
- void changeEvent ( QEvent * e )
- QWidget * childAt ( int x, int y ) const
- QWidget * childAt ( const QPoint & p ) const
- void childEvent ( QChildEvent * event )
- bool childIsVisible ( QWidget * child )
- int childX ( QWidget * child )
- int childY ( QWidget * child )
- const QObjectList & children () const
- QRect childrenRect () const
- QRegion childrenRegion () const
- void clearCell ( int row, int col )
- void clearCellWidget ( int row, int col )
- void clearFocus ()
- void clearMask ()
- void clearSelection ( bool repaint = true )
- void clearWFlags ( Qt::WFlags f )
- void clicked ( int row, int col, int button, const QPoint & mousePos )
- QRegion clipRegion () const
- QWidget * clipper () const
- bool close ()
- void closeEvent ( QCloseEvent * e )
- int columnAt ( int x ) const
- void columnClicked ( int col )
- void columnIndexChanged ( int section, int fromIndex, int toIndex )
- bool columnMovingEnabled () const
- int columnPos ( int col ) const
- int columnWidth ( int col ) const
- void columnWidthChanged ( int col )
- QSql::Confirm confirmCancel ( QSql::Op m )
- bool confirmCancels () const
- bool confirmDelete () const
- QSql::Confirm confirmEdit ( QSql::Op m )
- bool confirmEdits () const
- bool confirmInsert () const
- bool confirmUpdate () 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 contentsContextMenuEvent ( QContextMenuEvent * e )
- void contentsDragEnterEvent ( QDragEnterEvent * e )
- void contentsDragLeaveEvent ( QDragLeaveEvent * e )
- void contentsDragMoveEvent ( QDragMoveEvent * e )
- void contentsDropEvent ( QDropEvent * e )
- int contentsHeight () const
- QSize contentsMarginSize () const
- void contentsMouseDoubleClickEvent ( QMouseEvent * e )
- void contentsMouseMoveEvent ( QMouseEvent * e )
- void contentsMousePressEvent ( QMouseEvent * e )
- void contentsMouseReleaseEvent ( QMouseEvent * e )
- void contentsMoving ( int x, int y )
- QRect contentsRect () const
- void contentsToViewport ( int x, int y, int & vx, int & vy ) const
- QPoint contentsToViewport ( const QPoint & p ) const
- void contentsWheelEvent ( QWheelEvent * e )
- int contentsWidth () const
- int contentsX () const
- int contentsY () const
- void contextMenuEvent ( QContextMenuEvent * e )
- void contextMenuRequested ( int row, int col, const QPoint & pos )
- QWidget * cornerWidget () const
- void create ( WId window = 0, bool initializeWindow = true, bool destroyOldWindow = true )
- QWidget * createEditor ( int row, int col, bool initFromCell ) const
- int currEditCol () const
- int currEditRow () const
- void currentChanged ( QSqlRecord * record )
- int currentColumn () const
- QSqlRecord * currentRecord () const
- int currentRow () const
- int currentSelection () const
- QCursor cursor () const
- void cursorChanged ( QSql::Op mode )
- void customEvent ( QCustomEvent * event )
- Qt::DateFormat dateFormat () const
- bool deleteCurrent ()
- void deleteLater ()
- void destroy ( bool destroyWindow = true, bool destroySubWindows = true )
- 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 doubleClicked ( int row, int col, int button, const QPoint & mousePos )
- bool dragAutoScroll () const
- bool dragEnabled () const
- void dragEnterEvent ( QDragEnterEvent * event )
- void dragLeaveEvent ( QDragLeaveEvent * event )
- void dragMoveEvent ( QDragMoveEvent * event )
- QDragObject * dragObject ()
- void drawContents ( QPainter * p, int cx, int cy, int cw, int ch )
- void drawContentsOffset ( QPainter * p, int offsetx, int offsety, int clipx, int clipy, int clipw, int cliph )
- void dropEvent ( QDropEvent * event )
- void dropped ( QDropEvent * e )
- void dumpObjectInfo ()
- void dumpObjectTree ()
- void editCell ( int row, int col, bool replace = false )
- EditMode editMode () const
- void enableClipper ( bool y )
- void endEdit ( int row, int col, bool accept, bool replace )
- void ensureCellVisible ( int row, int col )
- void ensurePolished () const
- void ensureVisible ( int x, int y )
- void ensureVisible ( int x, int y, int xmargin, int ymargin )
- void enterEvent ( QEvent * event )
- bool event ( QEvent * e )
- bool eventFilter ( QObject * obj, QEvent * e )
- QString falseText () const
- int fieldAlignment ( const QSqlField * field )
- QString filter () const
- void find ( const QString & str, bool caseSensitive, bool backwards )
- QObject * findChild ( const QString & name ) const
- QObjectList findChildren ( const QString & name ) const
- QObjectList findChildren ( const QRegExp & re ) const
- void focusInEvent ( QFocusEvent * event )
- bool focusNextPrevChild ( bool next )
- void focusOutEvent ( QFocusEvent * event )
- Qt::FocusPolicy focusPolicy () const
- QWidget * focusProxy () const
- FocusStyle focusStyle () const
- QWidget * focusWidget () const
- const QFont & font () const
- QFontInfo fontInfo () const
- QFontMetrics fontMetrics () const
- QPalette::ColorRole foregroundRole () const
- QRect frameGeometry () const
- QRect frameRect () const
- Shadow frameShadow () const
- Shape frameShape () const
- QSize frameSize () const
- int frameStyle () const
- int frameWidth () const
- const QRect & geometry () const
- HDC getDC () const
- Qt::WFlags getWFlags () const
- void grabKeyboard ()
- void grabMouse ()
- void grabMouse ( const QCursor & cursor )
- int grabShortcut ( const QKeySequence & key, Qt::ShortcutContext context = Qt::ShortcutOnActiveWindow )
- ScrollBarMode hScrollBarMode () const
- void handleError ( const QSqlError & e )
- bool hasFocus () const
- bool hasMouseTracking () const
- bool hasStaticBackground () const
- int height () const
- int heightForWidth ( int w ) const
- void hide ()
- void hideColumn ( int col )
- void hideEvent ( QHideEvent * event )
- void hideRow ( int row )
- Q3Header * horizontalHeader () const
- QScrollBar * horizontalScrollBar () const
- void horizontalSliderPressed ()
- void horizontalSliderReleased ()
- void imComposeEvent ( QIMEvent * e )
- void imEndEvent ( QIMEvent * e )
- void imStartEvent ( QIMEvent * e )
- int indexOf ( int i ) const
- bool inherits ( const char * clname ) const
- void insertAction ( QAction * before, QAction * action )
- void insertActions ( QAction * before, QList<QAction *> actions )
- void insertColumns ( int col, int count = 1 )
- bool insertCurrent ()
- void insertRows ( int row, int count = 1 )
- void insertWidget ( int row, int col, QWidget * w )
- void installEditorFactory ( QSqlEditorFactory * f )
- void installEventFilter ( const QObject * filterObj )
- void installPropertyMap ( QSqlPropertyMap * m )
- bool isActiveWindow () const
- bool isAncestorOf ( const QObject * child ) const
- bool isColumnHidden ( int col ) const
- bool isColumnReadOnly ( int col ) const
- bool isColumnSelected ( int col, bool full = false ) const
- bool isColumnStretchable ( int col ) const
- bool isDesktop () const
- bool isDialog () const
- bool isEditing () const
- bool isEnabled () const
- bool isEnabledTo ( QWidget * ancestor ) const
- bool isExtDev () const
- bool isFocusEnabled () const
- bool isFullScreen () const
- bool isHidden () const
- bool isHorizontalSliderPressed ()
- bool isInputMethodEnabled () const
- bool isMaximized () const
- bool isMinimized () const
- bool isModal () const
- bool isPopup () const
- bool isReadOnly () const
- bool isRowHidden ( int row ) const
- bool isRowReadOnly ( int row ) const
- bool isRowSelected ( int row, bool full = false ) const
- bool isRowStretchable ( int row ) const
- bool isSelected ( int row, int col ) const
- bool isShown () const
- bool isTopLevel () const
- bool isUpdatesEnabled () const
- bool isVerticalSliderPressed ()
- bool isVisible () const
- bool isVisibleTo ( QWidget * ancestor ) const
- bool isWidgetType () const
- bool isWindowModified () const
- QTableItem * item ( int row, int col ) const
- void keyPressEvent ( QKeyEvent * e )
- void keyReleaseEvent ( QKeyEvent * e )
- QWidget * keyboardGrabber ()
- void killTimer ( int id )
- QLayout * layout () const
- void leaveEvent ( QEvent * event )
- int leftMargin () const
- int lineWidth () const
- void lower ()
- bool macEvent ( EventHandlerCallRef caller, EventRef event )
- QPoint mapFrom ( QWidget * parent, const QPoint & pos ) const
- QPoint mapFromGlobal ( const QPoint & pos ) const
- QPoint mapFromParent ( const QPoint & pos ) const
- QPoint mapTo ( QWidget * parent, const QPoint & pos ) const
- QPoint mapToGlobal ( const QPoint & pos ) const
- QPoint mapToParent ( const QPoint & pos ) const
- QRegion mask () const
- int maximumHeight () const
- QSize maximumSize () const
- int maximumWidth () const
- const QMetaObject * metaObject () const
- int metric ( int m ) const
- QRect microFocusHint () const
- int midLineWidth () const
- int minimumHeight () const
- QSize minimumSize () const
- QSize minimumSizeHint () const
- int minimumWidth () const
- void mouseDoubleClickEvent ( QMouseEvent * e )
- QWidget * mouseGrabber ()
- void mouseMoveEvent ( QMouseEvent * e )
- void mousePressEvent ( QMouseEvent * e )
- void mouseReleaseEvent ( QMouseEvent * e )
- void move ( const QPoint & )
- void move ( int x, int y )
- void moveChild ( QWidget * child, int x, int y )
- void moveEvent ( QMoveEvent * event )
- QWidget * nextInFocusChain () const
- QString nullText () const
- int numCols () const
- int numRows () const
- int numSelections () const
- QString objectName () const
|
- void paintCell ( QPainter * p, int row, int col, const QRect & cr, bool selected, const QPalette & pal )
- void paintCell ( QPainter * p, int row, int col, const QRect & cr, bool selected )
- void paintEmptyArea ( QPainter * p, int cx, int cy, int cw, int ch )
- QPaintEngine * paintEngine () const
- void paintEvent ( QPaintEvent * event )
- void paintField ( QPainter * p, const QSqlField & field, const QRect & cr, bool selected )
- void paintFocus ( QPainter * p, const QRect & cr )
- bool paintingActive () const
- const QPalette & palette () const
- QObject * parent () const
- QWidget * parentWidget () const
- QPixmap pixmap ( int row, int col ) const
- void polishEvent ( QEvent * event )
- QPoint pos () const
- void pressed ( int row, int col, int button, const QPoint & mousePos )
- void primeDelete ( QSqlRecord * buf )
- void primeInsert ( QSqlRecord * buf )
- void primeUpdate ( QSqlRecord * buf )
- QCoreVariant property ( const char * name ) const
- bool qwsEvent ( QWSEvent * event )
- void raise ()
- int receivers ( const char * signal ) const
- QRect rect () const
- void refresh ()
- void refresh ( Refresh mode )
- void releaseDC ( HDC hdc ) const
- void releaseKeyboard ()
- void releaseMouse ()
- void releaseShortcut ( int id )
- void removeAction ( QAction * action )
- void removeChild ( QWidget * child )
- void removeColumn ( int col )
- void removeColumns ( const QVector<int> & cols )
- void removeEventFilter ( const QObject * obj )
- void removeRow ( int row )
- void removeRows ( const QVector<int> & rows )
- void removeSelection ( const QTableSelection & s )
- void removeSelection ( int num )
- void repaint ()
- void repaint ( int x, int y, int w, int h )
- void repaint ( const QRect & r )
- void repaint ( const QRegion & rgn )
- void repaintCell ( int row, int col )
- void repaintContents ( int x, int y, int w, int h )
- void repaintContents ( int x, int y, int w, int h, bool erase )
- void repaintContents ( const QRect & rect, bool erase )
- void repaintContents ( bool erase )
- void repaintContents ( const QRect & r )
- void repaintContents ()
- void repaintSelections ()
- void reset ()
- void resetInputContext ()
- void resize ( const QSize & )
- void resize ( int w, int h )
- void resizeContents ( int w, int h )
- void resizeData ( int len )
- void resizeEvent ( QResizeEvent * event )
- ResizePolicy resizePolicy () const
- int rightMargin () const
- int rowAt ( int y ) const
- int rowHeight ( int row ) const
- void rowHeightChanged ( int row )
- void rowIndexChanged ( int section, int fromIndex, int toIndex )
- bool rowMovingEnabled () const
- int rowPos ( int row ) const
- void scroll ( int dx, int dy )
- void scroll ( int dx, int dy, const QRect & r )
- void scrollBy ( int dx, int dy )
- void selectCells ( int start_row, int start_col, int end_row, int end_col )
- void selectColumn ( int col )
- void selectRow ( int row )
- QTableSelection selection ( int num ) const
- void selectionChanged ()
- SelectionMode selectionMode () const
- QObject * sender () const
- void setAcceptDrops ( bool on )
- void setAccessibleDescription ( const QString & description )
- void setAccessibleName ( const QString & name )
- void setActiveWindow ()
- void setAttribute ( Qt::WidgetAttribute attribute, bool on = true )
- void setAutoDelete ( bool enable )
- void setAutoEdit ( bool autoEdit )
- void setAutoMask ( bool )
- void setBackgroundRole ( QPalette::ColorRole role )
- void setBaseSize ( const QSize & )
- void setBaseSize ( int basew, int baseh )
- void setCellContentFromEditor ( int row, int col )
- void setCellWidget ( int row, int col, QWidget * e )
- void setColumn ( int col, const QString & fieldName, const QString & label = QString(), int width = -1, const QIcon & icon = QIcon() )
- void setColumnLabels ( const QStringList & labels )
- void setColumnMovingEnabled ( bool b )
- void setColumnReadOnly ( int col, bool ro )
- void setColumnStretchable ( int col, bool stretch )
- void setColumnWidth ( int col, int w )
- void setConfirmCancels ( bool confirm )
- void setConfirmDelete ( bool confirm )
- void setConfirmEdits ( bool confirm )
- void setConfirmInsert ( bool confirm )
- void setConfirmUpdate ( bool confirm )
- void setContentsMargins ( int left, int top, int right, int bottom )
- void setContentsPos ( int x, int y )
- void setCornerWidget ( QWidget * corner )
- void setCurrentCell ( int row, int col )
- void setCursor ( const QCursor & )
- void setDateFormat ( const Qt::DateFormat f )
- void setDisabled ( bool disable )
- void setDragAutoScroll ( bool b )
- void setDragEnabled ( bool b )
- void setEditMode ( EditMode mode, int row, int col )
- void setEnabled ( bool )
- void setFalseText ( const QString & falseText )
- void setFilter ( const QString & filter )
- void setFixedHeight ( int h )
- void setFixedSize ( const QSize & s )
- void setFixedSize ( int w, int h )
- void setFixedWidth ( int w )
- void setFocus ()
- void setFocusPolicy ( Qt::FocusPolicy )
- void setFocusProxy ( QWidget * w )
- void setFocusStyle ( FocusStyle fs )
- void setFont ( const QFont & )
- void setForegroundRole ( QPalette::ColorRole role )
- void setFrameRect ( const QRect & )
- void setFrameShadow ( Shadow )
- void setFrameShape ( Shape )
- void setFrameStyle ( int style )
- void setGeometry ( const QRect & )
- void setGeometry ( int x, int y, int w, int h )
- void setHBarGeometry ( QScrollBar & hbar, int x, int y, int w, int h )
- void setHScrollBarMode ( ScrollBarMode )
- void setHidden ( bool hide )
- void setInputMethodEnabled ( bool b )
- void setItem ( int row, int col, QTableItem * item )
- void setLeftMargin ( int m )
- void setLineWidth ( int )
- void setMargins ( int left, int top, int right, int bottom )
- void setMask ( const QBitmap & bitmap )
- void setMask ( const QRegion & region )
- void setMaximumHeight ( int maxh )
- void setMaximumSize ( const QSize & )
- void setMaximumSize ( int maxw, int maxh )
- void setMaximumWidth ( int maxw )
- void setMicroFocusHint ( int x, int y, int width, int height, bool text = true, QFont * f = 0 )
- void setMidLineWidth ( int )
- void setMinimumHeight ( int minh )
- void setMinimumSize ( const QSize & )
- void setMinimumSize ( int minw, int minh )
- void setMinimumWidth ( int minw )
- void setMouseTracking ( bool enable )
- void setNullText ( const QString & nullText )
- void setNumCols ( int r )
- void setNumRows ( int r )
- void setObjectName ( const QString & name )
- void setPalette ( const QPalette & )
- void setParent ( QWidget * parent )
- void setParent ( QWidget * parent, Qt::WFlags f )
- void setPixmap ( int row, int col, const QPixmap & pix )
- bool setProperty ( const char * name, const QCoreVariant & value )
- void setReadOnly ( bool b )
- void setResizePolicy ( ResizePolicy )
- void setRowHeight ( int row, int h )
- void setRowLabels ( const QStringList & labels )
- void setRowMovingEnabled ( bool b )
- void setRowReadOnly ( int row, bool ro )
- void setRowStretchable ( int row, bool stretch )
- void setSelectionMode ( SelectionMode mode )
- void setShortcutEnabled ( int id, bool enable = true )
- void setShowGrid ( bool b )
- void setShown ( bool show )
- void setSize ( QSqlCursor * sql )
- void setSizeIncrement ( const QSize & )
- void setSizeIncrement ( int w, int h )
- void setSizePolicy ( QSizePolicy )
- void setSizePolicy ( QSizePolicy::SizeType hor, QSizePolicy::SizeType ver, bool hfw = false )
- void setSort ( const QStringList & sort )
- void setSort ( const QSqlIndex & sort )
- void setSorting ( bool b )
- void setSqlCursor ( QSqlCursor * cursor = 0, bool autoPopulate = false, bool autoDelete = false )
- void setStaticBackground ( bool y )
- void setStatusTip ( const QString & )
- void setStyle ( QStyle * style )
- QStyle * setStyle ( const QString & style )
- void setTabOrder ( QWidget * first, QWidget * second )
- void setText ( int row, int col, const QString & text )
- void setToolTip ( const QString & )
- void setTopMargin ( int m )
- void setTrueText ( const QString & trueText )
- void setUpdatesEnabled ( bool enable )
- void setVBarGeometry ( QScrollBar & vbar, int x, int y, int w, int h )
- void setVScrollBarMode ( ScrollBarMode )
- void setWFlags ( Qt::WFlags f )
- void setWhatsThis ( const QString & )
- void setWindowIcon ( const QPixmap & )
- void setWindowIconText ( const QString & )
- void setWindowModified ( bool )
- void setWindowOpacity ( double level )
- void setWindowRole ( const QString & role )
- void setWindowState ( uint windowState )
- void setWindowTitle ( const QString & )
- void show ()
- void showChild ( QWidget * child, bool y = true )
- void showColumn ( int col )
- void showEvent ( QShowEvent * event )
- void showFullScreen ()
- bool showGrid () const
- void showMaximized ()
- void showMinimized ()
- void showNormal ()
- void showRow ( int row )
- bool signalsBlocked () const
- QSize size () const
- QSize sizeHint () const
- QSize sizeIncrement () const
- QSizePolicy sizePolicy () const
- QStringList sort () const
- void sortAscending ( int col )
- void sortColumn ( int col, bool ascending = true, bool wholeRows = false )
- void sortDescending ( int col )
- bool sorting () const
- QSqlCursor * sqlCursor () const
- void stackUnder ( QWidget * w )
- void startDrag ()
- int startTimer ( int interval )
- QString statusTip () const
- QStyle & style () const
- void swapCells ( int row1, int col1, int row2, int col2 )
- void swapColumns ( int col1, int col2, bool swapHeader = false )
- void swapRows ( int row1, int row2, bool swapHeader = false )
- void tabletEvent ( QTabletEvent * e )
- void takeItem ( QTableItem * i )
- bool testAttribute ( Qt::WidgetAttribute attribute ) const
- Qt::WFlags testWFlags ( Qt::WFlags f ) const
- QString text ( int row, int col ) const
- QThread * thread () const
- void timerEvent ( QTimerEvent * event )
- QString toolTip () const
- QWidget * topLevelWidget () const
- int topMargin () const
- QString tr ( const char * sourceText, const char * comment )
- QString trUtf8 ( const char * sourceText, const char * comment )
- QString trueText () const
- bool underMouse () const
- void unsetCursor ()
- void update ()
- void update ( int x, int y, int w, int h )
- void update ( const QRect & r )
- void update ( const QRegion & rgn )
- void updateCell ( int row, int col )
- void updateContents ( int x, int y, int w, int h )
- void updateContents ( const QRect & r )
- void updateContents ()
- bool updateCurrent ()
- void updateGeometry ()
- void updateHeaderStates ()
- void updateMask ()
- void updateScrollBars ()
- ScrollBarMode vScrollBarMode () const
- QVariant value ( int row, int col ) const
- void valueChanged ( int row, int col )
- Q3Header * verticalHeader () const
- QScrollBar * verticalScrollBar () const
- void verticalSliderPressed ()
- void verticalSliderReleased ()
- QWidget * viewport () const
- void viewportPaintEvent ( QPaintEvent * pe )
- void viewportResizeEvent ( QResizeEvent * event )
- QSize viewportSize ( int x, int y ) const
- void viewportToContents ( int vx, int vy, int & x, int & y ) const
- QPoint viewportToContents ( const QPoint & vp ) const
- int visibleHeight () const
- int visibleWidth () const
- QString whatsThis () const
- void wheelEvent ( QWheelEvent * e )
- int width () const
- bool winEvent ( MSG * event )
- WId winId () const
- const QPixmap & windowIcon () const
- QString windowIconText () const
- double windowOpacity () const
- QString windowRole () const
- uint windowState () const
- QString windowTitle () const
- int x () const
- bool x11Event ( XEvent * event )
- Qt::HANDLE xftDrawHandle () const
- Qt::HANDLE xftPictureHandle () const
- int y () const
|