class documentation
class CardTreeCtrl(BaseCardTreeCtrl):
Constructor: CardTreeCtrl(parent, ID, pos, size, ...)
The CardTreeCtrl monitors inserted cards and notifies the application client dialog of any card activation.
| Method | __init__ |
Constructor. Create a smartcard tree control. |
| Method | |
Called when a card is inserted. Adds a smart card to the smartcards tree. |
| Method | |
Called when a card is removed. Removes a card from the tree. |
| Instance Variable | root |
Undocumented |
Inherited from BaseCardTreeCtrl:
| Method | |
Undocumented |
| Instance Variable | capindex |
Undocumented |
| Instance Variable | cardimageindex |
Undocumented |
| Instance Variable | clientpanel |
Undocumented |
| Instance Variable | fldrindex |
Undocumented |
| Instance Variable | fldropenindex |
Undocumented |
| Instance Variable | il |
Undocumented |
| Instance Variable | parent |
Undocumented |
| Instance Variable | readerimageindex |
Undocumented |
def __init__(self, parent, ID=wx.NewId(), pos=wx.DefaultPosition, size=wx.DefaultSize, style=0, clientpanel=None):
¶
Constructor. Create a smartcard tree control.