wx.PackageBuilder.PkgBuildExecDialog Class Reference

Inheritance diagram for wx.PackageBuilder.PkgBuildExecDialog:

Inheritance graph

List of all members.

Static Public Member Functions

static PkgBuildExecDialog GetAndCreateIfNessecary (PkgFrame parent, Build.BuildProject p, bool rebuild)

Properties

bool CopyLogText [get]
string Logtext [get]


Detailed Description

This frame will be displayed on executing build processes. This frame prints out log messages and enables the user to stop the build process. Users may either use CTRL+C to stop the process or press the "stop" button.

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.


Member Function Documentation

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.

Parameters:
parent Will be passed to the CTor of the new instance if this creates a new instance.
Returns:
The singleton instance.


Property Documentation

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.


The wx.NET Build System.   (c) 2009-2010 Harald Meyer auf'm Hofe