input_urn
/home/onoda/Documents/qt-everywhere-opensource-src-4.7.4/doc/html/qtreeview.html

output_urn
QTreeView

inherits

public_types

properties
allColumnsShowFocus : bool
animated : bool
autoExpandDelay : int
expandsOnDoubleClick : bool
headerHidden : bool
indentation : int

public_functions
QTreeView ( QWidget * parent = 0 )
~QTreeView ()
 bool allColumnsShowFocus () const
 int autoExpandDelay () const
 int columnAt ( int x ) const
 int columnViewportPosition ( int column ) const
 int columnWidth ( int column ) const
 bool expandsOnDoubleClick () const
 QHeaderView * header () const
 int indentation () const
 QModelIndex indexAbove ( const QModelIndex & index ) const
 QModelIndex indexBelow ( const QModelIndex & index ) const
 bool isAnimated () const
 bool isColumnHidden ( int column ) const
 bool isExpanded ( const QModelIndex & index ) const
 bool isFirstColumnSpanned ( int row, const QModelIndex & parent ) const
 bool isHeaderHidden () const
 bool isRowHidden ( int row, const QModelIndex & parent ) const
 bool isSortingEnabled () const
 bool itemsExpandable () const
 bool rootIsDecorated () const
 void setAllColumnsShowFocus ( bool enable )
 void setAnimated ( bool enable )
 void setAutoExpandDelay ( int delay )
 void setColumnHidden ( int column, bool hide )
 void setColumnWidth ( int column, int width )
 void setExpanded ( const QModelIndex & index, bool expanded )
 void setExpandsOnDoubleClick ( bool enable )
 void setFirstColumnSpanned ( int row, const QModelIndex & parent, bool span )
 void setHeader ( QHeaderView * header )
 void setHeaderHidden ( bool hide )
 void setIndentation ( int i )
 void setItemsExpandable ( bool enable )
 void setRootIsDecorated ( bool show )
 void setRowHidden ( int row, const QModelIndex & parent, bool hide )
 void setSortingEnabled ( bool enable )
 void setUniformRowHeights ( bool uniform )
 void setWordWrap ( bool on )
 void sortByColumn ( int column, Qt::SortOrder order )
 bool uniformRowHeights () const
 bool wordWrap () const

public_slots
 void collapse ( const QModelIndex & index )
 void collapseAll ()
 void expand ( const QModelIndex & index )
 void expandAll ()
 void expandToDepth ( int depth )
 void hideColumn ( int column )
 void resizeColumnToContents ( int column )
 void showColumn ( int column )

signals
 void collapsed ( const QModelIndex & index )
 void expanded ( const QModelIndex & index )

static_public_members

protected_functions
 virtual void drawBranches ( QPainter * painter, const QRect & rect, const QModelIndex & index ) const
 virtual void drawRow ( QPainter * painter, const QStyleOptionViewItem & option, const QModelIndex & index ) const
 void drawTree ( QPainter * painter, const QRegion & region ) const
 int indexRowSizeHint ( const QModelIndex & index ) const
 int rowHeight ( const QModelIndex & index ) const

reimplemented_public_functions
 virtual void dataChanged ( const QModelIndex & topLeft, const QModelIndex & bottomRight )
 virtual QModelIndex indexAt ( const QPoint & point ) const
 virtual void keyboardSearch ( const QString & search )
 virtual void reset ()
 virtual void scrollTo ( const QModelIndex & index, ScrollHint hint = EnsureVisible )
 virtual void selectAll ()
 virtual void setModel ( QAbstractItemModel * model )
 virtual void setRootIndex ( const QModelIndex & index )
 virtual void setSelectionModel ( QItemSelectionModel * selectionModel )
 virtual QRect visualRect ( const QModelIndex & index ) const

reimplemented_protected_functions
 virtual void currentChanged ( const QModelIndex & current, const QModelIndex & previous )
 virtual void dragMoveEvent ( QDragMoveEvent * event )
 virtual int horizontalOffset () const
 virtual bool isIndexHidden ( const QModelIndex & index ) const
 virtual void keyPressEvent ( QKeyEvent * event )
 virtual void mouseDoubleClickEvent ( QMouseEvent * event )
 virtual void mouseMoveEvent ( QMouseEvent * event )
 virtual void mousePressEvent ( QMouseEvent * event )
 virtual void mouseReleaseEvent ( QMouseEvent * event )
 virtual QModelIndex moveCursor ( CursorAction cursorAction, Qt::KeyboardModifiers modifiers )
 virtual void paintEvent ( QPaintEvent * event )
 virtual void rowsAboutToBeRemoved ( const QModelIndex & parent, int start, int end )
 virtual void rowsInserted ( const QModelIndex & parent, int start, int end )
 virtual void scrollContentsBy ( int dx, int dy )
 virtual QModelIndexList selectedIndexes () const
 virtual void selectionChanged ( const QItemSelection & selected, const QItemSelection & deselected )
 virtual void setSelection ( const QRect & rect, QItemSelectionModel::SelectionFlags command )
 virtual int sizeHintForColumn ( int column ) const
 virtual void timerEvent ( QTimerEvent * event )
 virtual void updateGeometries ()
 virtual int verticalOffset () const
 virtual bool viewportEvent ( QEvent * event )
 virtual QRegion visualRegionForSelection ( const QItemSelection & selection ) const

protected_slots
 void columnCountChanged ( int oldCount, int newCount )
 void columnMoved ()
 void columnResized ( int column, int oldSize, int newSize )
 void rowsRemoved ( const QModelIndex & parent, int start, int end )

related_non_members

templateClass
false

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects
class
QAbstractItemView
name
EditTriggers
class
QWidget
name
RenderFlags

typedefed_objects

parent_typedefed_objects

class_objects

parent_class_objects

enums

parent_enums
class_name
QAbstractItemView
name
CursorAction
key
MoveUp
MoveDown
MoveLeft
MoveRight
MoveHome
MoveEnd
MovePageUp
MovePageDown
MoveNext
MovePrevious
public_flag
false
class_name
QAbstractItemView
name
DragDropMode
key
NoDragDrop
DragOnly
DropOnly
DragDrop
InternalMove
public_flag
true
class_name
QAbstractItemView
name
DropIndicatorPosition
key
OnItem
AboveItem
BelowItem
OnViewport
public_flag
false
class_name
QAbstractItemView
name
EditTrigger
key
NoEditTriggers
CurrentChanged
DoubleClicked
SelectedClicked
EditKeyPressed
AnyKeyPressed
AllEditTriggers
public_flag
true
class_name
QAbstractItemView
name
ScrollHint
key
EnsureVisible
PositionAtTop
PositionAtBottom
PositionAtCenter
public_flag
true
class_name
QAbstractItemView
name
ScrollMode
key
ScrollPerItem
ScrollPerPixel
public_flag
true
class_name
QAbstractItemView
name
SelectionBehavior
key
SelectItems
SelectRows
SelectColumns
public_flag
true
class_name
QAbstractItemView
name
SelectionMode
key
SingleSelection
ContiguousSelection
ExtendedSelection
MultiSelection
NoSelection
public_flag
true
class_name
QAbstractItemView
name
State
key
NoState
DraggingState
DragSelectingState
EditingState
ExpandingState
CollapsingState
AnimatingState
public_flag
false
class_name
QFrame
name
Shadow
key
Plain
Raised
Sunken
public_flag
true
class_name
QFrame
name
Shape
key
NoFrame
Box
Panel
StyledPanel
HLine
VLine
WinPanel
public_flag
true
class_name
QFrame
name
StyleMask
key
Shadow_Mask
Shape_Mask
public_flag
true
class_name
QWidget
name
RenderFlag
key
DrawWindowBackground
DrawChildren
IgnoreMask
public_flag
true
class_name
QPaintDevice
name
PaintDeviceMetric
key
PdmWidth
PdmHeight
PdmWidthMM
PdmHeightMM
PdmNumColors
PdmDepth
PdmDpiX
PdmDpiY
PdmPhysicalDpiX
PdmPhysicalDpiY
public_flag
true

parent_index
808

parent_name
QAbstractItemView

