class documentation
class CardAndReaderTreePanel(wx.Panel):
Constructor: CardAndReaderTreePanel(parent, appstyle, clientpanel)
Panel containing the smart card and reader tree controls.
Method | __init__ |
Constructor. Create a smartcard and reader tree control on the left-hand side of the application main frame. |
Method |
|
Called on panel destruction. |
Instance Variable | cardmonitor |
Undocumented |
Instance Variable | cardtreecardobserver |
Undocumented |
Instance Variable | cardtreectrl |
Undocumented |
Instance Variable | readermonitor |
Undocumented |
Instance Variable | readertreecardobserver |
Undocumented |
Instance Variable | readertreectrl |
Undocumented |
Instance Variable | readertreereaderobserver |
Undocumented |
Class | _ |
Inner CardObserver. Gets notified of card insertion removal by the CardMonitor. |
Class | _ |
Inner ReaderObserver. Gets notified of reader insertion/removal by the ReaderMonitor. |
Constructor. Create a smartcard and reader tree control on the left-hand side of the application main frame.
Parameters | |
parent | the tree panel parent |
appstyle | a combination of the following styles (bitwise or |)
|
clientpanel | the client panel to notify of smartcard and reader events |