Cat
Public Member Functions | Public Attributes | List of all members
TestUSB.TestUSB Class Reference
Inheritance diagram for TestUSB.TestUSB:

Public Member Functions

def __init__ (self, cat, obj, panel, path)
 
def onApply (self, event)
 
def update (self)
 

Public Attributes

 s1
 
 s2
 
 s3
 
 s4
 

Detailed Description

Definition at line 9 of file TestUSB.py.

Constructor & Destructor Documentation

◆ __init__()

def TestUSB.TestUSB.__init__ (   self,
  cat,
  obj,
  panel,
  path 
)

Definition at line 10 of file TestUSB.py.

References element.element.loadxrc(), and proc.proc.loadxrc().

10  def __init__(self, cat, obj, panel, path):
11  proc.__init__(self,cat,obj,panel,path)
12  self.loadxrc()
13  self.s1=self.getControl("s1")
14  self.s2=self.getControl("s2")
15  self.s3=self.getControl("s3")
16  self.s4=self.getControl("s4")
17  self.update()
18  self.panel.Bind(wx.EVT_BUTTON, self.onApply, id=xrc.XRCID("Apply"))
19 
def __init__(self, dict)
Definition: wrapper.py:56

Member Function Documentation

◆ onApply()

def TestUSB.TestUSB.onApply (   self,
  event 
)

◆ update()

def TestUSB.TestUSB.update (   self)

Member Data Documentation

◆ s1

TestUSB.TestUSB.s1

◆ s2

TestUSB.TestUSB.s2

◆ s3

TestUSB.TestUSB.s3

◆ s4

TestUSB.TestUSB.s4

The documentation for this class was generated from the following file: