- typedef ComparisonFlags
- enum RenameAction
- enum ResizeMode
- enum ResizePolicy
- enum ScrollBarMode
- enum SelectionMode
- enum Shadow
- enum Shape
- enum StringComparisonMode
- enum WidthMode
- Q3ListView ( QWidget * parent = 0, const char * name = 0, Qt::WFlags f = 0 )
- ~Q3ListView ()
- bool acceptDrops () const
- QString accessibleDescription () const
- QString accessibleName () const
- void actionEvent ( QActionEvent * event )
- QList<QAction *> actions () const
- void addAction ( QAction * action )
- void addActions ( QList<QAction *> actions )
- void addChild ( QWidget * child, int x = 0, int y = 0 )
- int addColumn ( const QString & label, int width = -1 )
- int addColumn ( const QIcon & icon, const QString & label, int width = -1 )
- void adjustColumn ( int col )
- void adjustSize ()
- bool allColumnsShowFocus () const
- bool autoMask () const
- QPalette::ColorRole backgroundRole () const
- QSize baseSize () const
- bool blockSignals ( bool block )
- int bottomMargin () 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
- int childCount () 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 clear ()
- void clearFocus ()
- void clearMask ()
- void clearSelection ()
- void clearWFlags ( Qt::WFlags f )
- void clicked ( Q3ListViewItem * item )
- void clicked ( Q3ListViewItem * item, const QPoint & pnt, int c )
- QRegion clipRegion () const
- QWidget * clipper () const
- bool close ()
- void closeEvent ( QCloseEvent * e )
- void collapsed ( Q3ListViewItem * item )
- int columnAlignment ( int column ) const
- QString columnText ( int c ) const
- int columnWidth ( int c ) const
- WidthMode columnWidthMode ( int c ) const
- int columns () 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 * event )
- void contentsDragLeaveEvent ( QDragLeaveEvent * event )
- void contentsDragMoveEvent ( QDragMoveEvent * event )
- void contentsDropEvent ( QDropEvent * event )
- 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 ( Q3ListViewItem * item, const QPoint & pos, int col )
- QWidget * cornerWidget () const
- void create ( WId window = 0, bool initializeWindow = true, bool destroyOldWindow = true )
- void currentChanged ( Q3ListViewItem * item )
- Q3ListViewItem * currentItem () const
- QCursor cursor () const
- void customEvent ( QCustomEvent * event )
- RenameAction defaultRenameAction () const
- 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 doAutoScroll ()
- void doubleClicked ( Q3ListViewItem * item )
- void doubleClicked ( Q3ListViewItem * item, const QPoint & point, int column )
- bool dragAutoScroll () const
- void dragEnterEvent ( QDragEnterEvent * event )
- void dragLeaveEvent ( QDragLeaveEvent * event )
- void dragMoveEvent ( QDragMoveEvent * event )
- QDragObject * dragObject ()
- void drawContents ( QPainter * p, int clipx, int clipy, int clipw, int cliph )
- void drawContentsOffset ( QPainter * p, int ox, int oy, int cx, int cy, int cw, int ch )
- void dropEvent ( QDropEvent * event )
- void dropped ( QDropEvent * e )
- void dumpObjectInfo ()
- void dumpObjectTree ()
- void enableClipper ( bool y )
- void ensureItemVisible ( const Q3ListViewItem * i )
- 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 * o, QEvent * e )
- void expanded ( Q3ListViewItem * item )
- QWidget * find ( WId id )
- QObject * findChild ( const QString & name ) const
- QObjectList findChildren ( const QString & name ) const
- QObjectList findChildren ( const QRegExp & re ) const
- Q3ListViewItem * findItem ( const QString & text, int column, ComparisonFlags compare = ExactMatch | Qt::CaseSensitive ) const
- Q3ListViewItem * firstChild () const
- void focusInEvent ( QFocusEvent * event )
- bool focusNextPrevChild ( bool next )
- void focusOutEvent ( QFocusEvent * event )
- Qt::FocusPolicy focusPolicy () const
- QWidget * focusProxy () 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
- bool hasFocus () const
- bool hasMouseTracking () const
- bool hasStaticBackground () const
- Q3Header * header () const
- int height () const
- int heightForWidth ( int w ) const
- void hide ()
- void hideColumn ( int column )
- void hideEvent ( QHideEvent * event )
- QScrollBar * horizontalScrollBar () const
- void horizontalSliderPressed ()
- void horizontalSliderReleased ()
- void imComposeEvent ( QIMEvent * e )
- void imEndEvent ( QIMEvent * e )
- void imStartEvent ( QIMEvent * e )
- bool inherits ( const char * clname ) const
- void insertAction ( QAction * before, QAction * action )
- void insertActions ( QAction * before, QList<QAction *> actions )
- void insertItem ( Q3ListViewItem * i )
- void installEventFilter ( const QObject * filterObj )
- void invertSelection ()
- bool isActiveWindow () const
- bool isAncestorOf ( const QObject * child ) const
- bool isDesktop () const
- bool isDialog () 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 isMultiSelection () const
- bool isOpen ( const Q3ListViewItem * item ) const
- bool isPopup () const
- bool isRenaming () const
- bool isSelected ( const Q3ListViewItem * i ) 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
- Q3ListViewItem * itemAt ( const QPoint & viewPos ) const
- int itemMargin () const
- int itemPos ( const Q3ListViewItem * item )
- QRect itemRect ( const Q3ListViewItem * item ) const
- void itemRenamed ( Q3ListViewItem * item, int col, const QString & text )
- void itemRenamed ( Q3ListViewItem * item, int col )
- void keyPressEvent ( QKeyEvent * e )
- void keyReleaseEvent ( QKeyEvent * e )
- QWidget * keyboardGrabber ()
- void killTimer ( int id )
- Q3ListViewItem * lastItem () const
- 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 mouseButtonClicked ( int button, Q3ListViewItem * item, const QPoint & pos, int c )
- void mouseButtonPressed ( int button, Q3ListViewItem * item, const QPoint & pos, int c )
- 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 objectName () const
- void onItem ( Q3ListViewItem * i )
- void onViewport ()
- void paintEmptyArea ( QPainter * p, const QRect & rect )
- QPaintEngine * paintEngine () const
- void paintEvent ( QPaintEvent * event )
- bool paintingActive () const
- const QPalette & palette () const
- QObject * parent () const
- QWidget * parentWidget () const
- void polishEvent ( QEvent * event )
- QPoint pos () const
- void pressed ( Q3ListViewItem * item )
- void pressed ( Q3ListViewItem * item, const QPoint & pnt, int c )
- QCoreVariant property ( const char * name ) const
- bool qwsEvent ( QWSEvent * event )
- void raise ()
- int receivers ( const char * signal ) const
- QRect rect () const
- void releaseDC ( HDC hdc ) const
- void releaseKeyboard ()
- void releaseMouse ()
- void releaseShortcut ( int id )
- void removeAction ( QAction * action )
- void removeChild ( QWidget * child )
- void removeColumn ( int index )
- void removeEventFilter ( const QObject * obj )
- void removeItem ( Q3ListViewItem * item )
- void repaint ()
- void repaint ( int x, int y, int w, int h )
- void repaint ( const QRect & r )
- void repaint ( const QRegion & rgn )
- 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 repaintItem ( const Q3ListViewItem * item ) const
- void resetInputContext ()
- void resize ( const QSize & )
- void resize ( int w, int h )
- void resizeContents ( int w, int h )
- void resizeEvent ( QResizeEvent * e )
- ResizeMode resizeMode () const
- ResizePolicy resizePolicy () const
- void returnPressed ( Q3ListViewItem * item )
- void rightButtonClicked ( Q3ListViewItem * item, const QPoint & point, int column )
- void rightButtonPressed ( Q3ListViewItem * item, const QPoint & point, int column )
- int rightMargin () const
- bool rootIsDecorated () const
- void scroll ( int dx, int dy )
- void scroll ( int dx, int dy, const QRect & r )
- void scrollBy ( int dx, int dy )
- void selectAll ( bool select )
- Q3ListViewItem * selectedItem () const
- void selectionChanged ()
- void selectionChanged ( Q3ListViewItem * item )
- SelectionMode selectionMode () const
- QObject * sender () const
- void setAcceptDrops ( bool on )
- void setAccessibleDescription ( const QString & description )
- void setAccessibleName ( const QString & name )
- void setActiveWindow ()
- void setAllColumnsShowFocus ( bool )
- void setAttribute ( Qt::WidgetAttribute attribute, bool on = true )
- void setAutoMask ( bool )
- void setBackgroundRole ( QPalette::ColorRole role )
- void setBaseSize ( const QSize & )
- void setBaseSize ( int basew, int baseh )
- void setColumnAlignment ( int column, int align )
- void setColumnText ( int column, const QString & label )
- void setColumnText ( int column, const QIcon & icon, const QString & label )
- void setColumnWidth ( int column, int w )
- void setColumnWidthMode ( int c, WidthMode mode )
- void setContentsMargins ( int left, int top, int right, int bottom )
- void setContentsPos ( int x, int y )
- void setCornerWidget ( QWidget * corner )
- void setCurrentItem ( Q3ListViewItem * i )
- void setCursor ( const QCursor & )
- void setDefaultRenameAction ( RenameAction a )
- void setDisabled ( bool disable )
- void setDragAutoScroll ( bool b )
- void setEnabled ( bool )
- 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 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 setItemMargin ( int )
- 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 setMultiSelection ( bool enable )
- void setObjectName ( const QString & name )
- void setOpen ( Q3ListViewItem * item, bool open )
- void setPalette ( const QPalette & )
- void setParent ( QWidget * parent )
- void setParent ( QWidget * parent, Qt::WFlags f )
- bool setProperty ( const char * name, const QCoreVariant & value )
- void setResizeMode ( ResizeMode m )
- void setResizePolicy ( ResizePolicy )
- void setRootIsDecorated ( bool )
- void setSelected ( Q3ListViewItem * item, bool selected )
- void setSelectionAnchor ( Q3ListViewItem * item )
- void setSelectionMode ( SelectionMode mode )
- void setShortcutEnabled ( int id, bool enable = true )
- void setShowSortIndicator ( bool show )
- void setShowToolTips ( bool b )
- void setShown ( bool show )
- 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 setSortColumn ( int column )
- void setSortOrder ( Qt::SortOrder order )
- void setSorting ( int column, bool ascending = true )
- void setStaticBackground ( bool y )
- void setStatusTip ( const QString & )
- void setStyle ( QStyle * style )
- QStyle * setStyle ( const QString & style )
- void setTabOrder ( QWidget * first, QWidget * second )
- void setToolTip ( const QString & )
- void setTreeStepSize ( int )
- 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 showEvent ( QShowEvent * event )
- void showFullScreen ()
- void showMaximized ()
- void showMinimized ()
- void showNormal ()
- bool showSortIndicator () const
- bool showToolTips () const
- bool signalsBlocked () const
- QSize size () const
- QSize sizeHint () const
- QSize sizeIncrement () const
- QSizePolicy sizePolicy () const
- void sort ()
- int sortColumn () const
- Qt::SortOrder sortOrder () const
- void spacePressed ( Q3ListViewItem * item )
- void stackUnder ( QWidget * w )
- void startDrag ()
- int startTimer ( int interval )
- QString statusTip () const
- QStyle & style () const
- void tabletEvent ( QTabletEvent * e )
- void takeItem ( Q3ListViewItem * i )
- bool testAttribute ( Qt::WidgetAttribute attribute ) const
- Qt::WFlags testWFlags ( Qt::WFlags f ) 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 )
- int treeStepSize () const
- void triggerUpdate ()
- 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 updateContents ()
- void updateContents ( const QRect & r )
- void updateContents ()
- void updateGeometry ()
- void updateMask ()
- void updateScrollBars ()
- ScrollBarMode vScrollBarMode () 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
|