- enum ToggleState
- enum Type
- QCheckListItem ( QCheckListItem * parent, const QString & text, Type tt = RadioButtonController )
- QCheckListItem ( QCheckListItem * parent, Q3ListViewItem * after, const QString & text, Type tt = RadioButtonController )
- QCheckListItem ( Q3ListViewItem * parent, const QString & text, Type tt = RadioButtonController )
- QCheckListItem ( Q3ListViewItem * parent, Q3ListViewItem * after, const QString & text, Type tt = RadioButtonController )
- QCheckListItem ( Q3ListView * parent, const QString & text, Type tt = RadioButtonController )
- QCheckListItem ( Q3ListView * parent, Q3ListViewItem * after, const QString & text, Type tt = RadioButtonController )
- QCheckListItem ( Q3ListViewItem * parent, const QString & text, const QPixmap & p )
- QCheckListItem ( Q3ListView * parent, const QString & text, const QPixmap & p )
- ~QCheckListItem ()
- bool acceptDrop ( const QMimeSource * mime ) const
- void activate ()
- bool activatedPos ( QPoint & pos )
- void cancelRename ( int col )
- int childCount () const
- int compare ( Q3ListViewItem * i, int col, bool ascending ) const
- int depth () const
- bool dragEnabled () const
- void dragEntered ()
- void dragLeft ()
- bool dropEnabled () const
- void dropped ( QDropEvent * e )
- void enforceSortOrder () const
- Q3ListViewItem * firstChild () const
- int height () const
- void insertItem ( Q3ListViewItem * newChild )
- void invalidateHeight ()
- bool isEnabled () const
- bool isExpandable () const
- bool isOn () const
- bool isOpen () const
- bool isSelectable () const
- bool isSelected () const
- bool isTristate () const
- bool isVisible () const
- Q3ListViewItem * itemAbove () const
- Q3ListViewItem * itemBelow () const
- int itemPos () const
- QString key ( int column, bool ascending ) const
- Q3ListView * listView () const
- void moveItem ( Q3ListViewItem * after )
|
- bool multiLinesEnabled () const
- Q3ListViewItem * nextSibling () const
- void okRename ( int col )
- void paintBranches ( QPainter * p, const QPalette & pal, int w, int y, int h )
- void paintCell ( QPainter * p, const QPalette & pal, int column, int width, int align )
- void paintFocus ( QPainter * p, const QPalette & pal, const QRect & r )
- Q3ListViewItem * parent () const
- const QPixmap * pixmap ( int column ) const
- void removeItem ( Q3ListViewItem * item )
- bool renameEnabled ( int col ) const
- void repaint () const
- int rtti () const
- void setDragEnabled ( bool allow )
- void setDropEnabled ( bool allow )
- void setEnabled ( bool b )
- void setExpandable ( bool enable )
- void setHeight ( int height )
- void setMultiLinesEnabled ( bool b )
- void setOn ( bool b )
- void setOpen ( bool o )
- void setPixmap ( int column, const QPixmap & pm )
- void setRenameEnabled ( int col, bool b )
- void setSelectable ( bool enable )
- void setSelected ( bool s )
- void setState ( ToggleState s )
- void setText ( int column, const QString & text )
- void setTristate ( bool b )
- void setVisible ( bool b )
- void setup ()
- void sort ()
- void sortChildItems ( int column, bool ascending )
- void startRename ( int col )
- ToggleState state () const
- void stateChange ( bool b )
- void takeItem ( Q3ListViewItem * item )
- QString text () const
- int totalHeight () const
- void turnOffChild ()
- Type type () const
- int width ( const QFontMetrics & fm, const Q3ListView * lv, int c ) const
- void widthChanged ( int c = -1 ) const
|