Classes | Functions | Variables
airbus_ssm_plugin::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 airbus_ssm_plugin.xdot_qt.__init__ (   self,
  parent = None 
)

Definition at line 1342 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.animate_to (   self,
  x,
  y 
)

Definition at line 1682 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.closeEvent (   self,
  event 
)

Definition at line 1864 of file xdot_qt.py.

Definition at line 1480 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.get_drag_action (   self,
  event 
)

Definition at line 1592 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.get_jump (   self,
  x,
  y 
)

Definition at line 1701 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.get_url (   self,
  x,
  y 
)

Definition at line 1697 of file xdot_qt.py.

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

Definition at line 1619 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.keyPressEvent (   self,
  event 
)

Definition at line 1562 of file xdot_qt.py.

Definition at line 1882 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.mouseMoveEvent (   self,
  event 
)

Definition at line 1672 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.mousePressEvent (   self,
  event 
)

Definition at line 1603 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.mouseReleaseEvent (   self,
  event 
)

Definition at line 1630 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.on_area_scroll_event (   self,
  area,
  event 
)

Definition at line 1661 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.on_area_size_allocate (   self,
  area,
  allocation 
)

Definition at line 1678 of file xdot_qt.py.

Definition at line 1558 of file xdot_qt.py.

Definition at line 1554 of file xdot_qt.py.

Definition at line 1546 of file xdot_qt.py.

Definition at line 1550 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.paintEvent (   self,
  event = None 
)

Definition at line 1444 of file xdot_qt.py.

User callbacks.

Definition at line 1378 of file xdot_qt.py.

Definition at line 1435 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.set_current_pos (   self,
  x,
  y 
)

Definition at line 1484 of file xdot_qt.py.

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

Definition at line 1384 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.set_filter (   self,
  filter 
)

Definition at line 1381 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.set_highlight (   self,
  items 
)

Definition at line 1489 of file xdot_qt.py.

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

Definition at line 1429 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.square_distance (   x1,
  y1,
  x2,
  y2 
)

Definition at line 316 of file xdot_qt.py.

Definition at line 1299 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.wheelEvent (   self,
  event 
)

Definition at line 1664 of file xdot_qt.py.

def airbus_ssm_plugin.xdot_qt.window_to_graph (   self,
  x,
  y 
)

Definition at line 1686 of file xdot_qt.py.

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

Definition at line 1494 of file xdot_qt.py.

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

Definition at line 1512 of file xdot_qt.py.

Definition at line 1526 of file xdot_qt.py.


Variable Documentation

string airbus_ssm_plugin::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 1350 of file xdot_qt.py.

Definition at line 1958 of file xdot_qt.py.

Definition at line 791 of file xdot_qt.py.

Definition at line 790 of file xdot_qt.py.

Definition at line 1350 of file xdot_qt.py.

Definition at line 1350 of file xdot_qt.py.

Definition at line 798 of file xdot_qt.py.

Definition at line 1350 of file xdot_qt.py.

Definition at line 800 of file xdot_qt.py.

Definition at line 784 of file xdot_qt.py.

Definition at line 612 of file xdot_qt.py.

Definition at line 793 of file xdot_qt.py.

Qt widget that draws dot graphs.

Definition at line 1340 of file xdot_qt.py.

Definition at line 797 of file xdot_qt.py.

Definition at line 1342 of file xdot_qt.py.

Definition at line 1350 of file xdot_qt.py.

Definition at line 783 of file xdot_qt.py.

Definition at line 781 of file xdot_qt.py.

Definition at line 1350 of file xdot_qt.py.

Definition at line 788 of file xdot_qt.py.

Definition at line 786 of file xdot_qt.py.

Definition at line 799 of file xdot_qt.py.

Definition at line 1342 of file xdot_qt.py.

Definition at line 794 of file xdot_qt.py.

Definition at line 1375 of file xdot_qt.py.

Definition at line 1350 of file xdot_qt.py.

Definition at line 1603 of file xdot_qt.py.

Definition at line 1603 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 1350 of file xdot_qt.py.

Definition at line 792 of file xdot_qt.py.

Definition at line 613 of file xdot_qt.py.

Definition at line 782 of file xdot_qt.py.

Definition at line 796 of file xdot_qt.py.

Definition at line 801 of file xdot_qt.py.

Definition at line 1390 of file xdot_qt.py.

Definition at line 1484 of file xdot_qt.py.

Definition at line 1350 of file xdot_qt.py.

Definition at line 1373 of file xdot_qt.py.

Definition at line 1350 of file xdot_qt.py.

Definition at line 1374 of file xdot_qt.py.

Definition at line 1350 of file xdot_qt.py.



airbus_ssm_plugin
Author(s): Ludovic Delval
autogenerated on Thu Jun 6 2019 17:59:30