TwiceAsNice  2019-02-18
Public Member Functions | List of all members
VLN_Utils.MyQGS Class Reference
Inheritance diagram for VLN_Utils.MyQGS:
Inheritance graph
Collaboration diagram for VLN_Utils.MyQGS:
Collaboration graph

Public Member Functions

def __init__ (self, parent=None)
 
def mousePressEvent (self, event)
 
def __init__ (self, parent=None)
 
def mousePressEvent (self, event)
 

Detailed Description

Override of QGraphicsScene to capture mouse down events
    (originally developed for All-Sky-Cam ProcViewer.py)

    NOTE! To get the coordinates to work out, you must set
    the SceneRect width and height correctly in Designer!
    You might also want to set the vertical and horizontal
    scroll bars to off at the same time.

Constructor & Destructor Documentation

◆ __init__() [1/2]

def VLN_Utils.MyQGS.__init__ (   self,
  parent = None 
)

◆ __init__() [2/2]

def VLN_Utils.MyQGS.__init__ (   self,
  parent = None 
)

Member Function Documentation

◆ mousePressEvent() [1/2]

def VLN_Utils.MyQGS.mousePressEvent (   self,
  event 
)

◆ mousePressEvent() [2/2]

def VLN_Utils.MyQGS.mousePressEvent (   self,
  event 
)

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