Changeset 257bd57 in sasview for src/sas/qtgui/GuiManager.py


Ignore:
Timestamp:
Dec 21, 2016 3:46:29 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
aadf0af1
Parents:
d3ca363
Message:

unit tests for graph range and add text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/GuiManager.py

    rabc5e70 r257bd57  
    4646    def __init__(self, mainWindow=None, reactor=None, parent=None): 
    4747        """ 
     48        Initialize the manager as a child of MainWindow. 
    4849        """ 
    4950        self._workspace = mainWindow 
     
    185186 
    186187    def communicator(self): 
    187         """ 
    188         """ 
     188        """ Accessor for the communicator """ 
    189189        return self.communicate 
    190190 
    191191    def reactor(self): 
    192         """ 
    193         """ 
     192        """ Accessor for the reactor """ 
    194193        return self._reactor 
    195194 
    196195    def setReactor(self, reactor): 
    197         """ 
    198         """ 
     196        """ Reactor setter """ 
    199197        self._reactor = reactor 
    200198 
    201199    def perspective(self): 
    202         """ 
    203         """ 
     200        """ Accessor for the perspective """ 
    204201        return self._current_perspective 
    205202 
Note: See TracChangeset for help on using the changeset viewer.