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

main_frame Class Reference

The main frame of the application. More...

#include <main_frame.h>

Inheritance diagram for main_frame:

wxFrame List of all members.

Public Methods

  main_frame (wxWindow *parent=(wxWindow *) NULL)
  Constructor.

  ~main_frame ()
  Destructor.

void  frame_startup_init ()
  Startup code for the frame.


Detailed Description

The main frame of the application.

The main frame is composed of a menubar and toolbar loaded from XRC, a main_listctrl and a statusbar and the bottom.


Constructor & Destructor Documentation

main_frame::main_frame wxWindow *    parent = (wxWindow *) NULL
 

Constructor.

Parameters:
parent  Parent window of the frame.

Member Function Documentation

void main_frame::frame_startup_init  
 

Startup code for the frame.

Public, since called from application startup [ OnInit() in plucker-desktop.cpp ]