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

Class FilePathControl

source code

TextField --+
            |
           FilePathControl

Control displaying a relative url. If it is ediable, a filepath may be entered and queried
Instance Methods [hide private]
    Interface
 
path(self)
Returns: string representing the currently active path
source code
 
setPath(self, path)
Set the control to display the given path
source code
 
setEditable(self, state) source code
 
editable(self)
Returns: True if the control can be edited by the user
source code
Method Details [hide private]

path(self)

source code 
Returns:
string representing the currently active path

editable(self)

source code 
Returns:
True if the control can be edited by the user