commotion_client.extensions.config_editor.main.ViewPort Class Reference
Inheritance diagram for commotion_client.extensions.config_editor.main.ViewPort:

Public Member Functions

def __init__
 
def is_dirty
 
def clean_up
 
def send_signal
 
def send_error
 

Public Attributes

 log
 
 translate
 

Static Public Attributes

tuple start_report_collection = QtCore.pyqtSignal()
 
tuple data_report = QtCore.pyqtSignal(str, dict)
 
tuple error_report = QtCore.pyqtSignal(str)
 
tuple clean_up = QtCore.pyqtSignal()
 
tuple on_stop = QtCore.pyqtSignal()
 

Detailed Description

pineapple

Member Function Documentation

def commotion_client.extensions.config_editor.main.ViewPort.is_dirty (   self)
The current state of the viewport object 

References commotion_client.extensions.config_editor.main.ViewPort._dirty.

Referenced by commotion_client.GUI.main_window.MainWindow.exitEvent().

49 
50  def is_dirty(self):
51  """The current state of the viewport object """
52  return self._dirty
def commotion_client.extensions.config_editor.main.ViewPort.send_error (   self)
HI
59 
60  def send_error(self):
61  """HI"""
62  self.error_report.emit("THIS IS AN ERROR MESSAGE!!!")
63  pass
64 
65 

The documentation for this class was generated from the following file:
  • commotion_client/extensions/config_editor/main.py