Class implementig a BrowserNode that represents a directory.
Methods
|
|
__init__
setOpen
|
|
__init__
|
__init__ (
self,
parent,
dinfo,
after,
full=1,
bold=0,
vcs=None,
)
Constructor
Arguments
- parent
- the parent Browser or BrowserNode
- dinfo
- name of the directory (string or QString)
- after
- the sibling this node is position after or None, if this is
the first child
- full
- flag indicating whether the full pathname of the directory
should be displayed
- bold
- flag indicating whether the directory name should be displayed
in bold
- vcs
- if a vcs object is given, the VCS status of the files
contained in the directory is displayed
|
|
setOpen
|
setOpen ( self, o )
Slot called to open/close the directory node.
Arguments
|
|