Public Member Functions | Public Attributes | Static Public Attributes | List of all members
smach_viewer.xdot.xdot.DotWindow Class Reference
Inheritance diagram for smach_viewer.xdot.xdot.DotWindow:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, widget=None)
 
def error_dialog (self, message)
 
def find_text (self, entry_text)
 
def on_open (self, action)
 
def on_reload (self, action)
 
def open_file (self, filename)
 
def set_dotcode (self, dotcode, filename=None)
 
def set_filter (self, filter)
 
def set_xdotcode (self, xdotcode, filename=None)
 
def textentry_activate (self, widget, entry)
 
def textentry_changed (self, widget, entry)
 
def update_title (self, filename=None)
 

Public Attributes

 actiongroup
 
 dotwidget
 
 graph
 
 last_open_dir
 
 textentry
 
 uimanager
 

Static Public Attributes

string base_title = 'Dot Viewer'
 
string ui
 

Detailed Description

Definition at line 1947 of file xdot.py.

Constructor & Destructor Documentation

◆ __init__()

def smach_viewer.xdot.xdot.DotWindow.__init__ (   self,
  widget = None 
)

Definition at line 1968 of file xdot.py.

Member Function Documentation

◆ error_dialog()

def smach_viewer.xdot.xdot.DotWindow.error_dialog (   self,
  message 
)

Definition at line 2122 of file xdot.py.

◆ find_text()

def smach_viewer.xdot.xdot.DotWindow.find_text (   self,
  entry_text 
)

Definition at line 2036 of file xdot.py.

◆ on_open()

def smach_viewer.xdot.xdot.DotWindow.on_open (   self,
  action 
)

Definition at line 2094 of file xdot.py.

◆ on_reload()

def smach_viewer.xdot.xdot.DotWindow.on_reload (   self,
  action 
)

Definition at line 2119 of file xdot.py.

◆ open_file()

def smach_viewer.xdot.xdot.DotWindow.open_file (   self,
  filename 
)

Definition at line 2086 of file xdot.py.

◆ set_dotcode()

def smach_viewer.xdot.xdot.DotWindow.set_dotcode (   self,
  dotcode,
  filename = None 
)

Definition at line 2070 of file xdot.py.

◆ set_filter()

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

Definition at line 2067 of file xdot.py.

◆ set_xdotcode()

def smach_viewer.xdot.xdot.DotWindow.set_xdotcode (   self,
  xdotcode,
  filename = None 
)

Definition at line 2075 of file xdot.py.

◆ textentry_activate()

def smach_viewer.xdot.xdot.DotWindow.textentry_activate (   self,
  widget,
  entry 
)

Definition at line 2055 of file xdot.py.

◆ textentry_changed()

def smach_viewer.xdot.xdot.DotWindow.textentry_changed (   self,
  widget,
  entry 
)

Definition at line 2045 of file xdot.py.

◆ update_title()

def smach_viewer.xdot.xdot.DotWindow.update_title (   self,
  filename = None 
)

Definition at line 2080 of file xdot.py.

Member Data Documentation

◆ actiongroup

smach_viewer.xdot.xdot.DotWindow.actiongroup

Definition at line 1991 of file xdot.py.

◆ base_title

string smach_viewer.xdot.xdot.DotWindow.base_title = 'Dot Viewer'
static

Definition at line 1966 of file xdot.py.

◆ dotwidget

smach_viewer.xdot.xdot.DotWindow.dotwidget

Definition at line 1980 of file xdot.py.

◆ graph

smach_viewer.xdot.xdot.DotWindow.graph

Definition at line 1971 of file xdot.py.

◆ last_open_dir

smach_viewer.xdot.xdot.DotWindow.last_open_dir

Definition at line 2020 of file xdot.py.

◆ textentry

smach_viewer.xdot.xdot.DotWindow.textentry

Definition at line 2026 of file xdot.py.

◆ ui

string smach_viewer.xdot.xdot.DotWindow.ui
static
Initial value:
= '''
<ui>
<toolbar name="ToolBar">
<toolitem action="Open"/>
<toolitem action="Reload"/>
<toolitem action="Print"/>
<separator/>
<toolitem action="ZoomIn"/>
<toolitem action="ZoomOut"/>
<toolitem action="ZoomFit"/>
<toolitem action="Zoom100"/>
<separator/>
<toolitem name="Find" action="Find"/>
</toolbar>
</ui>
'''

Definition at line 1949 of file xdot.py.

◆ uimanager

smach_viewer.xdot.xdot.DotWindow.uimanager

Definition at line 1983 of file xdot.py.


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


smach_viewer
Author(s): Jonathan Bohren
autogenerated on Thu Feb 20 2025 03:09:09