Class implementing a BrowserNode that represents a directory.
Methods
|
|
__init__
fileName
setOpen
|
|
__init__
|
__init__ (
self,
parent,
dinfo,
after,
full=1,
bold=0,
)
Constructor
Arguments
- parent
- parent Browser or BrowserNode
- dinfo
- dinfo is the string for the directory (string or QString)
- after
- sibling this node is positioned after
- full
- flag indicating full pathname should be displayed (boolean)
- bold
- flag indicating a highlighted display (boolean)
|
|
fileName
|
fileName ( self )
Public method returning the directory name of this node.
Returns
directory name (string)
|
|
setOpen
|
setOpen ( self, o )
Public slot to set/reset the open state.
Arguments
|
|