class documentation
class SimpleSCardAppFrame(wx.Frame):
Constructor: SimpleSCardAppFrame(appname, apppanelclass, appstyle, appicon, ...)
The main frame of the simple smartcard application.
Method | __init__ |
Constructor. Creates the frame with two panels: |
Method |
|
Called when frame is closed, i.e. on wx.EVT_CLOSE |
Method |
|
Called when frame application exits. |
Method |
|
Called when the user activates a reader in the toolbar combo box. |
Instance Variable | apdutracerpanel |
Undocumented |
Instance Variable | toolbar |
Undocumented |
Instance Variable | treeuserpanel |
Undocumented |
Constructor. Creates the frame 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 | |
appname | name of the application |
apppanelclass | the class of the panel to instantiate in the SimpleSCardAppFrame |
appstyle | a combination of the following styles (bitwise or |)
|
appicon | Undocumented |
pos | the application position as a (x,y) tuple; default is (-1,-1) |
size | the application window size as a (x,y) tuple; default is (-1,-1) |