Package smartcard :: Package wx :: Module APDUHexValidator :: Class APDUHexValidator
[hide private]
[frames] | no frames]

Class APDUHexValidator

source code


A wxValidator that matches APDU in hexadecimal such as: A4 A0 00 00 02 A4A0000002

Instance Methods [hide private]
PyValidator
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
Validator
Clone(self) source code
 
Validate(self, win)
Validate(self, Window parent) -> bool
source code
 
OnChar(self, event) source code

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

Inherited from wx._core.Validator: GetWindow, SetWindow, TransferFromWindow, TransferToWindow

Inherited from wx._core.EvtHandler: AddPendingEvent, Bind, Connect, DeletePendingEvents, Disconnect, GetEvtHandlerEnabled, GetNextHandler, GetPreviousHandler, IsUnlinked, ProcessEvent, ProcessEventLocally, ProcessPendingEvents, QueueEvent, SafelyProcessEvent, SetEvtHandlerEnabled, SetNextHandler, SetPreviousHandler, Unbind, Unlink

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, SuppressBellOnError

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)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

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

Clone(self)

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

Validate(self, win)

source code 

Validate(self, Window parent) -> bool

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