Static Public Member Functions | |
static PkgBuildExecDialog | GetAndCreateIfNessecary (PkgFrame parent, Build.BuildProject p, bool rebuild) |
Properties | |
bool | CopyLogText [get] |
string | Logtext [get] |
This frame offers an additional method KillIfRequested
that will test for requests to abort the current process. If the panel encountered such a demand, KillIfRequested
will kill the current process.
Users may request the abortion of the current process either using a button or typing CTRL-C.
This dialog is a singleton.
static PkgBuildExecDialog wx.PackageBuilder.PkgBuildExecDialog.GetAndCreateIfNessecary | ( | PkgFrame | parent, | |
Build.BuildProject | p, | |||
bool | rebuild | |||
) | [static] |
This dialog is a singleton. Use this method to get the instance and create one if necessary.
parent | Will be passed to the CTor of the new instance if this creates a new instance. |
bool wx.PackageBuilder.PkgBuildExecDialog.CopyLogText [get] |
True if the user requests to copy the log text into the info window.
string wx.PackageBuilder.PkgBuildExecDialog.Logtext [get] |
The log text that has been displayed in the log-window.