| Class implementing a BrowserNode that represents a directory. 
        
            | Methods |  |  
        | __init__ fileName
 setOpen
 
 |  
            |  | __init__ |  
        | 
__init__ (
        self,
        parent,
        dinfo,
        after,
        full=1,
        bold=0,
        )
Constructor        Arguments
            parentparent Browser or BrowserNode            dinfodinfo is the string for the directory (string or QString)            aftersibling this node is positioned after            fullflag indicating full pathname should be displayed (boolean)            boldflag 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 |  |