Public Member Functions | Public Attributes
rqt_decision_graph.pydot.Common Class Reference
Inheritance diagram for rqt_decision_graph.pydot.Common:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __get_attribute__
def __getstate__
def __setstate__
def create_attribute_methods
def get
def get_attributes
def get_parent_graph
def get_sequence
def set
def set_parent_graph
def set_sequence

Public Attributes

 obj_dict

Detailed Description

Common information to several classes.

Should not be directly used, several classes are derived from
this one.

Definition at line 620 of file pydot.py.


Member Function Documentation

Look for default attributes for this node

Definition at line 637 of file pydot.py.

Reimplemented in rqt_decision_graph.pydot.Dot.

Definition at line 627 of file pydot.py.

def rqt_decision_graph.pydot.Common.__setstate__ (   self,
  state 
)

Reimplemented in rqt_decision_graph.pydot.Dot.

Definition at line 633 of file pydot.py.

def rqt_decision_graph.pydot.Common.create_attribute_methods (   self,
  obj_attributes 
)

Definition at line 724 of file pydot.py.

def rqt_decision_graph.pydot.Common.get (   self,
  name 
)
Get an attribute value by name.

Given an attribute 'name' it will get its value.
There's always the possibility of using the methods:

    get_'name'()

which are defined for all the existing attributes.

Definition at line 698 of file pydot.py.

Definition at line 711 of file pydot.py.

Definition at line 681 of file pydot.py.

Definition at line 720 of file pydot.py.

def rqt_decision_graph.pydot.Common.set (   self,
  name,
  value 
)
Set an attribute value by name.

Given an attribute 'name' it will set its value to 'value'.
There's always the possibility of using the methods:

    set_'name'(value)

which are defined for all the existing attributes.

Definition at line 685 of file pydot.py.

def rqt_decision_graph.pydot.Common.set_parent_graph (   self,
  parent_graph 
)

Reimplemented in rqt_decision_graph.pydot.Graph.

Definition at line 677 of file pydot.py.

Definition at line 716 of file pydot.py.


Member Data Documentation


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


rqt_decision_graph
Author(s):
autogenerated on Wed Aug 26 2015 11:16:47