| Trees | Index | Help |
|
|---|
| Package svs_core :: Package commands :: Module scriptcommands :: Class CommandHandler |
|
| Method Summary | |
|---|---|
__init__(self,
host)
| |
Creates list of scriptable commands on host object. | |
Returns the names of all scriptable commands as a dictionary containing two lists, 'public' and 'private'. | |
Returns the doc string for the command. | |
Returns the names of scriptable commands that can be called by the host object. | |
Returns the names of scriptable commands that can be called by other objects. | |
Checks if host object responds to received command. | |
| Method Details |
|---|
createCommandList(self)Creates list of scriptable commands on host object. Scriptable commands start with "cmdprivate_" or "cmdpublic_". |
getAllCommandDoc(self)Returns the names of all scriptable commands as a dictionary containing two lists, 'public' and 'private'. |
getCommandDoc(self, command)Returns the doc string for the command. This can be used to print help info on a command in response to the '?' argument. |
getPrivateCommandDoc(self)Returns the names of scriptable commands that can be called by the host object. |
getPublicCommandDoc(self)Returns the names of scriptable commands that can be called by other objects. |
handleCommand(self, command)Checks if host object responds to received command. Executes command if found, ignores if not. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:25 2005 | http://epydoc.sf.net |