ToolMap
Loading...
Searching...
No Matches
ImportLogDLG Class Reference

Definition of the Log window dialog. More...

#include <logwindow_dlg.h>

Inheritance diagram for ImportLogDLG:

Public Member Functions

 ImportLogDLG ()
 Default Constructors.
 
 ImportLogDLG (wxWindow *parent, wxWindowID id=SYMBOL_IMPORTLOG_IDNAME, const wxString &caption=SYMBOL_IMPORTLOG_TITLE, const wxPoint &pos=SYMBOL_IMPORTLOG_POSITION, const wxSize &size=SYMBOL_IMPORTLOG_SIZE, long style=SYMBOL_IMPORTLOG_STYLE)
 Use this constructor for creating the dialog.
 
bool Create (wxWindow *parent, wxWindowID id=SYMBOL_IMPORTLOG_IDNAME, const wxString &caption=SYMBOL_IMPORTLOG_TITLE, const wxPoint &pos=SYMBOL_IMPORTLOG_POSITION, const wxSize &size=SYMBOL_IMPORTLOG_SIZE, long style=SYMBOL_IMPORTLOG_STYLE)
 Window creation.
 
 ~ImportLogDLG ()
 Destructor.
 
void Init ()
 Initialises member variables.
 
void CreateControls ()
 Creates the controls and sizers.
 

Detailed Description

Definition of the Log window dialog.

Derived from wxDialog, this class implement the Log Window.

Author
Lucien Schreiber (c) CREALP 2007
Date
04 December 2007

Constructor & Destructor Documentation

◆ ImportLogDLG()

ImportLogDLG::ImportLogDLG ( )

Default Constructors.

ImportLog constructors

◆ ~ImportLogDLG()

ImportLogDLG::~ImportLogDLG ( )

Destructor.

ImportLogDLG destructor

Member Function Documentation

◆ Create()

bool ImportLogDLG::Create ( wxWindow *  parent,
wxWindowID  id = SYMBOL_IMPORTLOG_IDNAME,
const wxString &  caption = SYMBOL_IMPORTLOG_TITLE,
const wxPoint &  pos = SYMBOL_IMPORTLOG_POSITION,
const wxSize &  size = SYMBOL_IMPORTLOG_SIZE,
long  style = SYMBOL_IMPORTLOG_STYLE 
)

Window creation.

ImportLogDLG creator

◆ CreateControls()

void ImportLogDLG::CreateControls ( )

Creates the controls and sizers.

Control creation for ImportLogDLG

◆ Init()

void ImportLogDLG::Init ( )

Initialises member variables.

Member initialisation


The documentation for this class was generated from the following files: