Documentação do Gambas
Api
Como fazer ...
Compilação e Instalação
Components
Classes nativas
gb.args
gb.compress
gb.crypt
gb.data
gb.db
gb.db.form
gb.dbus
gb.debug
gb.desktop
gb.desktop.x11
gb.eval
gb.form
gb.form.dialog
gb.form.mdi - Interface Multi Documento
gb.gtk
gb.gtk.opengl
gb.gui
gb.gui.opengl
gb.image - Componente de processamento de imagens
gb.inotify
gb.logging
gb.map
gb.markdown
gb.media
gb.media.form
gb.mime
gb.ncurses
gb.net
gb.net.curl
gb.net.smtp
gb.openal
gb.opengl
gb.option
gb.pcre
gb.pdf
gb.qt4
_GridView_Columns
_GridView_Rows
_split
_TreeView
Action
Align
Application
Arrange
Border
Button
CheckBox
Clipboard
Color
ColumnView
ComboBox
Container
Control
Cursor
Desktop
Dialog
Drag
Draw
DrawingArea
embedder
Fill
Font
Fonts
Form
Frame
GridView
HBox
HPanel
HSplit
IconView
Image
Key
Label
Line
ListBox
ListView
Menu
Message
Mouse
MovieBox
Paint
PaintBrush
PaintExtents
PaintMatrix
Panel
Picture
PictureBox
Point
Pointer
PointF
Printer
ProgressBar
RadioButton
Rect
RectF
Screen
Screens
Scroll
ScrollArea
ScrollBar
ScrollView
Select
Separator
Shortcut
Slider
SpinBox
Style
SvgImage
TabStrip
TextArea
TextBox
TextLabel
ToggleButton
ToolButton
trayicon
trayicons
TreeView
UserContainer
UserControl
VBox
VPanel
VSplit
Watcher
Window
Windows
gb.qt4.ext
gb.qt4.webkit
gb.report
gb.sdl
gb.sdl.sound
gb.sdl2.audio
gb.settings
gb.signal
gb.util
gb.vb
gb.web
gb.xml - Ferramentas XML baseadas em libxml
Documentação do Desenvolvedor
Documentação do IDE
Documentos
Índice da Linguagem
LEIA-ME
Léxico
Manual Wiki
Mensagens de erro
Pedaços de Códigos
Registrar-se
Repositório de aplicativos
Traduzir
Tutoriais
Ultimas modificações
Visão geral da linguagem

_TreeView_Item (gb.qt4)

This virtual class represents a ListView, TreeView or ColumnView item.

Esta classe é virtual.

Esta classe não é instanciável.

Esta classe funciona como um array ler / escrever.

Propriedades
Background   Return or set the item background color.
Children   Returns how many children this item has.
Count   Returns how many children this item has.
Depth   Return the depth of an item.
Editable   Indicates if this item is editable, i.e. if it can be renamed by the user when he clicks on it.
Expanded   Returns or sets if the item is expanded, i.e. if its children are visible.
Font   Return or set the item font.
Foreground   Return or set the item foreground color.
H   A synonymous for the Height property.
Height   Return the height of the item.
Key   Return the item key.
ParentKey   Return the key of the parent item, or a null string is the item has no parent.
Picture   Return or set the picture displayed besides the item.
RichText   Return or set the rich text displayed by the item.
Selectable   Return or set if an item is selectable.
Selected   Return or set if the item is selected.
Span   Return or set if the item text (the first column) spans all the other columns.
Tag   Return or set the tag associated with a cell.
Text   Return or set the text displayed by the item.
Visible   Return or set if the item is visible.
W   A synonymous of the Width property.
Width   Return the width of the item.
X   Return the X coordinate of item relative to the view top-left corner.
Y   Return the Y coordinate of item relative to the view top-left corner.

Métodos
Clear   Deletes all item children.
CollapseAll   Collapse all children items recursively.
Delete   Delete the item.
EnsureVisible   Ensure that the item is visible on the screen.
ExpandAll   Expand all children items recursively.
MoveAfter   Move the item just after the item whose key is given by the Key parameter.
MoveBefore   Move the item just before the item whose key is given by the Key parameter.
MoveFirst   Move the item so that it is the first child of its parent.
MoveLast   Move the item so that it is the last child of its parent.
Rename   Start renaming the item.
Reparent