| 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
            parentthe parent Browser or BrowserNode            dinfoname of the directory (string or QString)            afterthe sibling this node is position after or None, if this is
                the first child            fullflag indicating whether the full pathname of the directory
                should be displayed            boldflag indicating whether the directory name should be displayed
                in bold            vcsif 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 |  |