Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
CPListFrame Class Reference

#include <CPListFrame.h>

Inheritance diagram for CPListFrame:
Inheritance graph

Public Member Functions

 CPListFrame (wxFrame *parent, HuginBase::Panorama &pano)
 ctor. More...
 
virtual ~CPListFrame ()
 dtor. More...
 

Protected Member Functions

void OnDeleteButton (wxCommandEvent &e)
 
void OnSelectButton (wxCommandEvent &e)
 
void OnClose (wxCloseEvent &event)
 

Private Member Functions

 DECLARE_EVENT_TABLE ()
 

Private Attributes

CPListCtrlm_list
 
HuginBase::Panoramam_pano
 

Detailed Description

Definition at line 108 of file CPListFrame.h.

Constructor & Destructor Documentation

CPListFrame::CPListFrame ( wxFrame *  parent,
HuginBase::Panorama pano 
)

ctor.

Definition at line 543 of file CPListFrame.cpp.

References DEBUG_ASSERT, DEBUG_TRACE, huginApp::Get(), and RestoreFramePosition().

CPListFrame::~CPListFrame ( )
virtual

dtor.

Definition at line 571 of file CPListFrame.cpp.

References DEBUG_TRACE, and StoreFramePosition().

Member Function Documentation

CPListFrame::DECLARE_EVENT_TABLE ( )
private
void CPListFrame::OnClose ( wxCloseEvent &  event)
protected

Definition at line 578 of file CPListFrame.cpp.

References DEBUG_DEBUG, MainFrame::Get(), and MainFrame::OnCPListFrameClosed().

void CPListFrame::OnDeleteButton ( wxCommandEvent &  e)
protected

Definition at line 586 of file CPListFrame.cpp.

References CPListCtrl::DeleteSelected(), and m_list.

void CPListFrame::OnSelectButton ( wxCommandEvent &  e)
protected

Member Data Documentation

CPListCtrl* CPListFrame::m_list
private

Definition at line 124 of file CPListFrame.h.

Referenced by OnDeleteButton(), and OnSelectButton().

HuginBase::Panorama& CPListFrame::m_pano
private

Definition at line 125 of file CPListFrame.h.

Referenced by OnSelectButton().


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