Package mrv :: Package maya :: Package ui :: Package browse :: Module control :: Class FilePathControlEditable
[hide private]
[frames] | no frames]

Class FilePathControlEditable

source code

  TextField --+    
              |    
FilePathControl --+
                  |
                 FilePathControlEditable

A filepath control which tries to maintain changes applied by the user. It assumes that the system will use setPath to adjust the path, and checks for changes in the path string which will be reapplied to the newly set path if possible
Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code
    Interface
 
setPath(self, path)
Set the control to display the given path
source code

Inherited from FilePathControl: editable, path, setEditable

Method Details [hide private]

setPath(self, path)

source code 
Set the control to display the given path
Overrides: FilePathControl.setPath
(inherited documentation)