Package peppy :: Package lib :: Module userparams :: Class PathParam
[frames] | no frames]

Class PathParam

      object --+            
               |            
debug.debugmixin --+        
                   |        
               Param --+    
                       |    
                DirParam --+
                           |
                          PathParam

Directory parameter that displays a FileBrowseButton as its user interface.

A string that represents a path to a file is used as the value.

Instance Methods
 
getCtrl(self, parent, initial=None)
Create and editing control.
 
changeCallback(self, evt)

Inherited from DirParam: setValue

Inherited from Param: OnCallback, __init__, __str__, getLabel, getValue, isSettable, isVisible, processCallback, setCallback, setInitialState, setValueWithoutCallback, textToValue, valueToText

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Methods

Inherited from debug.debugmixin: dprint

Class Variables
  default = '/home/rob/src/peppy-git/peppy-0.7.2.5'

Inherited from DirParam: callback_event

Inherited from debug.debugmixin: debuglevel

Properties

Inherited from object: __class__

Method Details

getCtrl(self, parent, initial=None)

 

Create and editing control.

Given the parent window, create a user interface element to edit the param.

Overrides: Param.getCtrl
(inherited documentation)