Module skeinforge_engine_gui :: Class NewFileNameValidator
[hide private]
[frames] | no frames]

Class NewFileNameValidator

source code


Instance Methods [hide private]
PyValidator
__init__(self, directory, parentDialog)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
Validator
Clone(self)
Every validator must implement Clone() method!
source code
 
Validate(self, win)
Validate(self, Window parent) -> bool
source code
bool
TransferToWindow(self) source code
bool
TransferFromWindow(self) source code

Inherited from wx._core.PyValidator (private): _setCallbackInfo

Inherited from wx._core.Validator: GetWindow, SetWindow

Inherited from wx._core.EvtHandler: AddPendingEvent, Bind, Connect, Disconnect, GetEvtHandlerEnabled, GetNextHandler, GetPreviousHandler, ProcessEvent, ProcessPendingEvents, SetEvtHandlerEnabled, SetNextHandler, SetPreviousHandler, Unbind

Inherited from wx._core.EvtHandler (private): _setOORInfo

Inherited from wx._core.Object: Destroy, GetClassName, IsSameAs, __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from wx._core.Validator: IsSilent, SetBellOnError

Properties [hide private]

Inherited from wx._core.PyValidator: thisown

Inherited from wx._core.Validator: Window

Inherited from wx._core.EvtHandler: EvtHandlerEnabled, NextHandler, PreviousHandler

Inherited from wx._core.Object: ClassName

Inherited from object: __class__

Method Details [hide private]

__init__(self, directory, parentDialog)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: PyValidator
Overrides: object.__init__
(inherited documentation)

Clone(self)

source code 

Every validator must implement Clone() method!

Returns: Validator
Overrides: wx._core.Validator.Clone

Validate(self, win)

source code 

Validate(self, Window parent) -> bool

Overrides: wx._core.Validator.Validate
(inherited documentation)

TransferToWindow(self)

source code 
Returns: bool
Overrides: wx._core.Validator.TransferToWindow
(inherited documentation)

TransferFromWindow(self)

source code 
Returns: bool
Overrides: wx._core.Validator.TransferFromWindow
(inherited documentation)