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

Public Member Functions

def __init__ (self, cat, obj, panel, path)
 
def parent (self)
 
def loadxrc (self)
 
def page (self)
 
- Public Member Functions inherited from object.object
def __init__ (self, cat, obj, panel, path)
 
def getControl (self, xmlid, item)
 
def getControl (self, xmlid)
 

Public Attributes

 panel
 
- Public Attributes inherited from object.object
 cat
 
 obj
 
 panel
 
 path
 

Detailed Description

Definition at line 8 of file proc.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 9 of file proc.py.

9  def __init__(self, cat, obj, panel, path):
10  object.__init__(self, cat, obj, panel, path)
11 
def __init__(self, dict)
Definition: wrapper.py:56

Member Function Documentation

◆ loadxrc()

def proc.proc.loadxrc (   self)

◆ page()

def proc.proc.page (   self)

Definition at line 24 of file proc.py.

References object.object.panel, element.element.panel, LogFrame.LogFrame.panel, ConfFrame.ConfFrame.panel, GraphFrame.GraphFrame.panel, and AppFrame.AppFrame.panel.

24  def page(self):
25  return self.panel
26 

◆ parent()

def proc.proc.parent (   self)

Definition at line 12 of file proc.py.

References object.object.getControl(), ConfFrame.ConfFrame.getControl(), GraphFrame.GraphFrame.getControl(), CfgFrame.CfgFrame.getControl(), and AppFrame.AppFrame.getControl().

12  def parent(self):
13 # return self.getControl("Element")
14  return self.getControl("control")
15 

Member Data Documentation

◆ panel


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