Qudi
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
poimangui.PoiMark Class Reference

Creates a circle as a marker. More...

Inheritance diagram for poimangui.PoiMark:
Inheritance graph
[legend]
Collaboration diagram for poimangui.PoiMark:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, pos, poi=None, click_action=None, viewwidget=None, args)
 
def add_to_viewwidget (self, viewwidget=None)
 
def get_marker_offset (self)
 
def delete_from_viewwidget (self, viewwidget=None)
 
def set_position (self, pos=None)
 
def select (self)
 
def deselect (self)
 

Public Attributes

 poi
 
 viewwidget
 
 position
 
 label
 
 click_action
 
 my_handle
 
 selected
 

Static Public Attributes

string color = "F0F"
 
string selectcolor = "FFF"
 
bool selected = False
 
float radius = 0.6e-6
 

Detailed Description

Creates a circle as a marker.

Parameters
int[2]pos: (length-2 sequence) The position of the ROI’s origin.
**argsAll extra keyword arguments are passed to ROI()

Have a look at: http://www.pyqtgraph.org/documentation/graphicsItems/roi.html


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