Package mrv :: Package maya :: Package ui :: Package browse :: Module layout :: Class FileOpenFinder
[hide private]
[frames] | no frames]

Class FileOpenFinder

source code

FormLayout --+    
             |    
  FinderLayout --+
                 |
                FileOpenFinder

Finder customized for opening files
Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Initialize all ui elements :param kwargs: The following keywords are defined * **defaultRoots**: default False, if True, show all roots available on the system.
source code

Inherited from FinderLayout: __new__

    Subclass Interface
    Callbacks
 
_confirm_button_pressed(self, *args)
Called when the ok button was pressed to finalize the operation
source code
Class Variables [hide private]
    Configuration
  k_confirm_name = "Open File"
  t_stack = None
hash(x)
  t_options = FileOpenOptions
hash(x)

Inherited from FinderLayout: k_cancel_name, k_stack_item_remove_name, t_bookmarks, t_filepath, t_filter, t_finder, t_finder_provider, t_root_selector

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 
Initialize all ui elements
:param kwargs: The following keywords are defined
 * **defaultRoots**: default False, if True, show all roots available
  on the system.

Overrides: FinderLayout.__init__
(inherited documentation)

_confirm_button_pressed(self, *args)

source code 
Called when the ok button was pressed to finalize the operation
Decorators:
  • @notifyException
Overrides: FinderLayout._confirm_button_pressed