Classes | Functions | Variables
smach_viewer::xdot::xdot_qt Namespace Reference

Classes

class  Animation
class  BezierShape
class  CompoundShape
class  DotLexer
class  DotParser
class  DotScanner
class  DotWidget
class  DotWindow
class  DragAction
class  Edge
class  Element
class  EllipseShape
class  Graph
class  Jump
class  Lexer
class  LinearAnimation
class  LineShape
class  MoveToAnimation
class  NoAnimation
class  Node
class  NullAction
class  PanAction
class  ParseError
class  Parser
class  Pen
class  PolygonShape
class  Scanner
class  Shape
class  TextShape
class  Token
class  Url
class  XDotAttrParser
class  XDotParser
class  ZoomAction
class  ZoomAreaAction
class  ZoomToAnimation

Functions

def __init__
def animate_to
def closeEvent
def get_current_pos
def get_drag_action
def get_jump
def get_url
def is_click
def keyPressEvent
def main
def mouseMoveEvent
def mousePressEvent
def mouseReleaseEvent
def on_area_scroll_event
def on_area_size_allocate
def on_zoom_100
def on_zoom_fit
def on_zoom_in
def on_zoom_out
def paintEvent
def register_select_callback
 User callbacks.
def reload
def set_current_pos
def set_dotcode
def set_filter
def set_highlight
def set_xdotcode
def square_distance
def stop
def wheelEvent
def window_to_graph
def zoom_image
def zoom_to_area
def zoom_to_fit

Variables

string __author__ = "Jose Fonseca"
string __version__ = "0.4"
 animation
dictionary brewer_colors
int COLON = 9
int COMMA = 8
 ctx
 dc
int DIGRAPH = 15
 drag_action
int EDGE = 17
int EDGE_OP = 3
int EOF = 1
int EQUAL = 11
string filter = 'dot'
int GRAPH = 14
 graph
 highlight
int HTML_ID = 2
int ID = 0
 items_by_url
int LCURLY = 6
int LSQUARE = 4
int NODE = 16
 openfilename
int PLUS = 12
int POS_INCREMENT = 100
 presstime
 pressx
 pressy
int RCURLY = 7
int RSQUARE = 5
 select_cbs
int SEMI = 10
int SKIP = 2
int STR_ID = 1
int STRICT = 13
int SUBGRAPH = 18
 subgraph_shapes
 x
 y
float ZOOM_INCREMENT = 1.25
 zoom_ratio
int ZOOM_TO_FIT_MARGIN = 12
 zoom_to_fit_on_resize

Function Documentation

def smach_viewer.xdot.xdot_qt.__init__ (   self,
  parent = None 
)

Definition at line 1348 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.animate_to (   self,
  x,
  y 
)

Definition at line 1688 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.closeEvent (   self,
  event 
)

Definition at line 1870 of file xdot_qt.py.

Definition at line 1486 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.get_drag_action (   self,
  event 
)

Definition at line 1598 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.get_jump (   self,
  x,
  y 
)

Definition at line 1707 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.get_url (   self,
  x,
  y 
)

Definition at line 1703 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.is_click (   self,
  event,
  click_fuzz = 4,
  click_timeout = 1.0 
)

Definition at line 1625 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.keyPressEvent (   self,
  event 
)

Definition at line 1568 of file xdot_qt.py.

Definition at line 1888 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.mouseMoveEvent (   self,
  event 
)

Definition at line 1678 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.mousePressEvent (   self,
  event 
)

Definition at line 1609 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.mouseReleaseEvent (   self,
  event 
)

Definition at line 1636 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.on_area_scroll_event (   self,
  area,
  event 
)

Definition at line 1667 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.on_area_size_allocate (   self,
  area,
  allocation 
)

Definition at line 1684 of file xdot_qt.py.

Definition at line 1564 of file xdot_qt.py.

Definition at line 1560 of file xdot_qt.py.

Definition at line 1552 of file xdot_qt.py.

Definition at line 1556 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.paintEvent (   self,
  event = None 
)

Definition at line 1450 of file xdot_qt.py.

User callbacks.

Definition at line 1384 of file xdot_qt.py.

Definition at line 1441 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.set_current_pos (   self,
  x,
  y 
)

Definition at line 1490 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.set_dotcode (   self,
  dotcode,
  filename = '<stdin>',
  center = True 
)

Definition at line 1390 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.set_filter (   self,
  filter 
)

Definition at line 1387 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.set_highlight (   self,
  items 
)

Definition at line 1495 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.set_xdotcode (   self,
  xdotcode,
  center = True 
)

Definition at line 1435 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.square_distance (   x1,
  y1,
  x2,
  y2 
)

Definition at line 322 of file xdot_qt.py.

Definition at line 1305 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.wheelEvent (   self,
  event 
)

Definition at line 1670 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.window_to_graph (   self,
  x,
  y 
)

Definition at line 1692 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.zoom_image (   self,
  zoom_ratio,
  center = False,
  pos = None 
)

Definition at line 1500 of file xdot_qt.py.

def smach_viewer.xdot.xdot_qt.zoom_to_area (   self,
  x1,
  y1,
  x2,
  y2 
)

Definition at line 1518 of file xdot_qt.py.

Definition at line 1532 of file xdot_qt.py.


Variable Documentation

string smach_viewer::xdot::xdot_qt::__author__ = "Jose Fonseca"

Definition at line 22 of file xdot_qt.py.

Definition at line 24 of file xdot_qt.py.

Definition at line 1356 of file xdot_qt.py.

Definition at line 1964 of file xdot_qt.py.

Definition at line 797 of file xdot_qt.py.

Definition at line 796 of file xdot_qt.py.

Definition at line 1356 of file xdot_qt.py.

Definition at line 1356 of file xdot_qt.py.

Definition at line 804 of file xdot_qt.py.

Definition at line 1356 of file xdot_qt.py.

Definition at line 806 of file xdot_qt.py.

Definition at line 790 of file xdot_qt.py.

Definition at line 618 of file xdot_qt.py.

Definition at line 799 of file xdot_qt.py.

Qt widget that draws dot graphs.

Definition at line 1346 of file xdot_qt.py.

Definition at line 803 of file xdot_qt.py.

Definition at line 1348 of file xdot_qt.py.

Definition at line 1356 of file xdot_qt.py.

Definition at line 789 of file xdot_qt.py.

Definition at line 787 of file xdot_qt.py.

Definition at line 1356 of file xdot_qt.py.

Definition at line 794 of file xdot_qt.py.

Definition at line 792 of file xdot_qt.py.

Definition at line 805 of file xdot_qt.py.

Definition at line 1348 of file xdot_qt.py.

Definition at line 800 of file xdot_qt.py.

Definition at line 1381 of file xdot_qt.py.

Definition at line 1356 of file xdot_qt.py.

Definition at line 1609 of file xdot_qt.py.

Definition at line 1609 of file xdot_qt.py.

Definition at line 795 of file xdot_qt.py.

Definition at line 793 of file xdot_qt.py.

Definition at line 1356 of file xdot_qt.py.

Definition at line 798 of file xdot_qt.py.

Definition at line 619 of file xdot_qt.py.

Definition at line 788 of file xdot_qt.py.

Definition at line 802 of file xdot_qt.py.

Definition at line 807 of file xdot_qt.py.

Definition at line 1396 of file xdot_qt.py.

Definition at line 1490 of file xdot_qt.py.

Definition at line 1356 of file xdot_qt.py.

Definition at line 1379 of file xdot_qt.py.

Definition at line 1356 of file xdot_qt.py.

Definition at line 1380 of file xdot_qt.py.

Definition at line 1356 of file xdot_qt.py.



smach_viewer
Author(s): Jonathan Bohren
autogenerated on Thu Jun 6 2019 17:28:28