iCub-main
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
scripting.EditWindow Class Reference

Public Member Functions

 __init__ (self, master, directory, script)
 
 update (self)
 
 addLine (self)
 
 removeLine (self)
 
 save (self)
 

Public Attributes

 directory
 
 script
 
 master
 
 lines
 

Detailed Description

Definition at line 116 of file scripting.py.

Constructor & Destructor Documentation

◆ __init__()

scripting.EditWindow.__init__ (   self,
  master,
  directory,
  script 
)

Definition at line 117 of file scripting.py.

Member Function Documentation

◆ addLine()

scripting.EditWindow.addLine (   self)

Definition at line 165 of file scripting.py.

◆ removeLine()

scripting.EditWindow.removeLine (   self)

Definition at line 170 of file scripting.py.

◆ save()

scripting.EditWindow.save (   self)

Definition at line 174 of file scripting.py.

◆ update()

scripting.EditWindow.update (   self)

Definition at line 157 of file scripting.py.

Member Data Documentation

◆ directory

scripting.EditWindow.directory

Definition at line 119 of file scripting.py.

◆ lines

scripting.EditWindow.lines

Definition at line 127 of file scripting.py.

◆ master

scripting.EditWindow.master

Definition at line 121 of file scripting.py.

◆ script

scripting.EditWindow.script

Definition at line 120 of file scripting.py.


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