CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
options.ConnectionL1TMenu Class Reference
Inheritance diagram for options.ConnectionL1TMenu:

Public Member Functions

def __init__
 

Public Attributes

 connect
 
 override
 

Detailed Description

Definition at line 11 of file options.py.

Constructor & Destructor Documentation

def options.ConnectionL1TMenu.__init__ (   self,
  value 
)

Definition at line 12 of file options.py.

12 
13  def __init__(self, value):
14  self.override = None
15  self.connect = None
16 
17  # extract the override tag and the connection string
18  if value:
19  if ',' in value:
20  self.override = value.split(',')[0]
21  self.connect = value.split(',')[1]
22  else:
23  self.override = value
24  self.connect = None
25 
26 
# type used to store a reference to an HLT configuration

Member Data Documentation

options.ConnectionL1TMenu.connect

Definition at line 14 of file options.py.

Referenced by python.Vispa.Gui.ZoomableScrollArea.ZoomableScrollArea.__init__(), python.Vispa.Views.PropertyView.BooleanProperty.__init__(), python.Vispa.Gui.FindDialog.FindDialog._addScript(), python.Vispa.Gui.FindDialog.FindDialog._addStringProperty(), python.Vispa.Main.Application.Application._connectSignals(), python.Vispa.Plugins.ConfigEditor.CodeTableView.CodeTableView._createItem(), python.Vispa.Gui.BoxContentDialog.BoxContentDialog.addButton(), python.Vispa.Gui.ToolBoxContainer.ToolBoxContainer.addWidget(), python.Vispa.Views.PropertyView.PropertyView.append(), python.Vispa.Views.PropertyView.PropertyView.appendAddRow(), python.Vispa.Main.Application.Application.createAction(), python.Vispa.Views.PropertyView.TextEditWithButtonProperty.createButton(), python.Vispa.Views.LineDecayView.LineDecayView.createLineDecayContainer(), python.Vispa.Views.PropertyView.TextEditWithButtonProperty.createLineEdit(), python.Vispa.Views.LineDecayView.LineDecayContainer.createObject(), python.Vispa.Views.PropertyView.TextEditWithButtonProperty.createTextEdit(), python.Vispa.Plugins.Browser.BrowserTabController.BrowserTabController.filterDialog(), python.Vispa.Plugins.Browser.BrowserTabController.BrowserTabController.find(), python.Vispa.Gui.PortWidget.PortWidget.mouseMoveEvent(), python.Vispa.Views.PropertyView.BooleanProperty.setChecked(), python.Vispa.Main.SplitterTab.SplitterTab.setController(), python.Vispa.Plugins.Browser.BrowserTab.BrowserTab.setController(), python.Vispa.Views.PropertyView.BooleanProperty.setReadOnly(), python.Vispa.Views.PropertyView.DropDownProperty.setReadOnly(), python.Vispa.Views.PropertyView.TextEditWithButtonProperty.setReadOnly(), python.Vispa.Plugins.Browser.BrowserTabController.BrowserTabController.setTab(), python.Vispa.Views.PropertyView.IntegerProperty.setValue(), python.Vispa.Plugins.Browser.BrowserTabController.BrowserTabController.switchCenterView(), python.Vispa.Plugins.EdmBrowser.EdmBrowserTabController.EdmBrowserTabController.updateViewMenu(), and python.Vispa.Plugins.ConfigEditor.ConfigEditorTabController.ConfigEditorTabController.updateViewMenu().

options.ConnectionL1TMenu.override

Definition at line 13 of file options.py.