Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

build_progress_wrappers Class Reference

A static-only wrapper class around plucker-build functions. More...

#include <build_progress_wrappers.h>

List of all members.


Static Public Methods

int  launch_build_progress_dialog (wxWindow *parent, const wxArrayString &channel_sections, long force_commandline_autoclose=0)
  Launch a build_progress_dialog, or degrade to console.


Detailed Description

A static-only wrapper class around plucker-build functions.

This class is compiled in regardless of the setupUSE_ENHANCED_PROGRESS_DIALOG compile setting, since it has the degrade down to using the console.


Member Function Documentation

int build_progress_wrappers::launch_build_progress_dialog wxWindow *    parent,
const wxArrayString &    channel_sections,
long    force_commandline_autoclose = 0
[static]
 

Launch a build_progress_dialog, or degrade to console.

If setupUSE_ENHANCED_PROGRESS_DIALOG=0, then degrades to console updating.

Parameters:
parent  Parent window. May be NULL (and is if use this from commandline).
channel_sections.  The channel sections to update.
force_commandline_autoclose  (MSW only) Options