| Trees | Indices | Help |
|
|---|
|
|
object --+
|
wx._core.Object --+
|
wx._core.EvtHandler --+
|
wx._core.PyApp --+
|
wx._core.App --+
|
wxApplication
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
outputWindowClass = <application.feedback.FeedbackWindow instaA class that can be used for redirecting Python's stdout and stderr streams. |
|||
filterEventCallables =
|
|||
imageCache =
|
|||
StartupScriptDone = True
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
FilterEvent(self, Event event) -> int Filters all events. SetCallFilterEvent controls whether or not your override is called.
|
|
|
|
|
|
Restart the application.
The application is restarted using the same command it was started
with.
Optional arguments passed in via C{args} are appended to the command
first.
Optional named arguments passed in via C{kwds} are appended to the
command next - in no particular order - by pre-pending '--' to their
name which must be a valid command line argument for the application.
Argument values may be of any type that can be represented as a
string. Unicode values are encoded using the system's file system
encoding. On Windows, values containing space characters are wrapped
with C{"} if there are not already. If a keyword argument's value is
C{True}, only its name is appended to the command.
For example: app.restart('--backup', restore=path, mvcc=True) would
produce a command line containing:
C{'--backup --restore=path --mvcc'}
|
Private dispatcher for a method call on an item done between threads. See CallItemMethodAsync() below for calling details. Do a repository refresh to get the changes across from the other thread. |
Post an asynchronous event that will call a method by name in an item. If item is a string then the block of that name will be used as the item. Communication between threads is tricky. This method will convert all parameters into UUIDs for transport during the event posting, and they will be converted back to items when the event is received. However you will have to do a commits in the non-UI thread for the data to pass across smoothly. The UI thread will do a commit to get the changes on its side. Also, items that are not simple arguments or keyword arguments will not be converted to/from UUID. All other args are passed across to the other thread.
|
|
|||
outputWindowClassA class that can be used for redirecting Python's stdout and stderr streams. It will do nothing until something is wrriten to the stream at which point it will create a Frame with a text area and write the text there.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sun Oct 28 06:07:04 2007 | http://epydoc.sourceforge.net |