Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

dlgBatchCreationConfOptions Class Reference

Dialog for changing batch creation options. More...

List of all members.

Public Member Functions

 dlgBatchCreationConfOptions (wxWindow *parent, const dlgBatchCreation::Options &options)
 Creates a new dialog.

 dlgBatchCreationConfOptions ()
 Creates a new dialog.

dlgBatchCreation::Options getOptions () const
 Gets the options modified by the user.

virtual ~dlgBatchCreationConfOptions ()
 The class descructor.


Protected Member Functions

void createControls ()
 Creates and initializes the controls of the dialog.


Protected Attributes

bool ovrCkFileWhenItExists
 If true, when a checksums' file already exists it is overwritten.

bool replaceExtension
 If true the name of the checksums' file will be made by replacing the extension of the source file with the extension of the type of the checksums' file.

int verbosity
 Report's Verbosity.


Detailed Description

Dialog for changing batch creation options.

Definition at line 63 of file dlgBatchCreateConf.cpp.


Constructor & Destructor Documentation

dlgBatchCreationConfOptions::dlgBatchCreationConfOptions  )  [inline]
 

Creates a new dialog.

Definition at line 67 of file dlgBatchCreateConf.cpp.

References createControls().

dlgBatchCreationConfOptions::dlgBatchCreationConfOptions wxWindow *  parent,
const dlgBatchCreation::Options options
 

Creates a new dialog.

Parameters:
parent Parent of the dialog.
options Initial options.

Definition at line 112 of file dlgBatchCreateConf.cpp.

References createControls(), ovrCkFileWhenItExists, replaceExtension, and verbosity.

dlgBatchCreationConfOptions::~dlgBatchCreationConfOptions  )  [virtual]
 

The class descructor.

Definition at line 222 of file dlgBatchCreateConf.cpp.


Member Function Documentation

void dlgBatchCreationConfOptions::createControls  )  [protected]
 

Creates and initializes the controls of the dialog.

Definition at line 134 of file dlgBatchCreateConf.cpp.

References CONTROL_SPACE, ovrCkFileWhenItExists, replaceExtension, and verbosity.

Referenced by dlgBatchCreationConfOptions().

dlgBatchCreation::Options dlgBatchCreationConfOptions::getOptions  )  const
 

Gets the options modified by the user.

Returns:
The options modified by the user.

Definition at line 233 of file dlgBatchCreateConf.cpp.

References ovrCkFileWhenItExists, replaceExtension, and verbosity.

Referenced by dlgBatchCreationConf::btnOptionsClick().


Member Data Documentation

bool dlgBatchCreationConfOptions::ovrCkFileWhenItExists [protected]
 

If true, when a checksums' file already exists it is overwritten.

Otherwise the creation of the checksums' file is skipped.

Definition at line 84 of file dlgBatchCreateConf.cpp.

Referenced by createControls(), dlgBatchCreationConfOptions(), and getOptions().

bool dlgBatchCreationConfOptions::replaceExtension [protected]
 

If true the name of the checksums' file will be made by replacing the extension of the source file with the extension of the type of the checksums' file.

Otherwise, the name of the checksums' file will be made by adding the extension of the type of checksums' file to the name of the source file.

Definition at line 92 of file dlgBatchCreateConf.cpp.

Referenced by createControls(), dlgBatchCreationConfOptions(), and getOptions().

int dlgBatchCreationConfOptions::verbosity [protected]
 

Report's Verbosity.

Definition at line 79 of file dlgBatchCreateConf.cpp.

Referenced by createControls(), dlgBatchCreationConfOptions(), and getOptions().


The documentation for this class was generated from the following file:
Generated on Sun May 30 13:38:04 2004 for wxChecksums by doxygen 1.3.7