class documentation
class TreeAndUserPanelPanel(wx.Panel):
Constructor: TreeAndUserPanelPanel(parent, apppanelclass, appstyle)
The panel that contains the Card/Reader TreeCtrl and the user provided Panel.
| Method | __init__ |
Constructor. Creates the panel with two panels: |
| Method | |
Activate a card. |
| Method | |
Deactivate a card. |
| Method | |
Called when the user activates a card in the tree. |
| Method | |
Called when the user activates a reader in the tree. |
| Method | |
Called when user right-clicks a node in the card tree control. |
| Method | |
Undocumented |
| Method | |
Undocumented |
| Method | |
Undocumented |
| Method | |
Called when user right-clicks a node in the reader tree control. |
| Method | |
Called when the user selects a card in the tree. |
| Method | |
Called when the user selects a reader in the tree. |
| Instance Variable | connect |
Undocumented |
| Instance Variable | dialogpanel |
Undocumented |
| Instance Variable | disconnect |
Undocumented |
| Instance Variable | parent |
Undocumented |
| Instance Variable | readertreepanel |
Undocumented |
| Instance Variable | selectedcard |
Undocumented |
Constructor. Creates the panel with two panels:
- the left-hand panel is holding the smartcard and/or reader tree
- the right-hand panel is holding the application dialog
| Parameters | |
| parent | Undocumented |
| apppanelclass | the class of the panel to instantiate in the SimpleSCardAppFrame |
| appstyle | a combination of the following styles (bitwise or |)
|