Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
BIAS::HistoFrame Class Reference

It's a Frame used to have a Histogramm Canvas, which describes a histogramm of current image. More...

#include <Gui/HistoFrame.hh>

+ Inheritance diagram for BIAS::HistoFrame:
+ Collaboration diagram for BIAS::HistoFrame:

Public Member Functions

 HistoFrame (wxWindow *parent, const wxString &title, wxPoint pos=wxPoint(10, 10), wxSize size=wxSize(300, 250))
 
void NewImage (BIAS::ImageBase &im, const wxString &name)
 
 ~HistoFrame ()
 

Protected Member Functions

void OnClose (wxCloseEvent &event)
 
void OnQuit (wxCommandEvent &event)
 
void OnSize (wxSizeEvent &event)
 
void Setup (wxSize size=wxSize(300, 250))
 

Protected Attributes

wxString ImageName_
 
wxButton * QuitButton_
 
wxString Title_
 
HistoImageCanvasWindow_
 

Detailed Description

It's a Frame used to have a Histogramm Canvas, which describes a histogramm of current image.

Author
amattal 03/2007

Definition at line 47 of file HistoFrame.hh.

Constructor & Destructor Documentation

HistoFrame::HistoFrame ( wxWindow parent,
const wxString &  title,
wxPoint  pos = wxPoint(10,10),
wxSize  size = wxSize(300, 250) 
)

Definition at line 43 of file HistoFrame.cpp.

References Setup(), and Window_.

HistoFrame::~HistoFrame ( )

Definition at line 93 of file HistoFrame.cpp.

Member Function Documentation

void HistoFrame::NewImage ( BIAS::ImageBase im,
const wxString &  name 
)

Definition at line 109 of file HistoFrame.cpp.

References NewImage().

Referenced by NewImage().

void HistoFrame::OnClose ( wxCloseEvent &  event)
protected

Definition at line 125 of file HistoFrame.cpp.

void HistoFrame::OnQuit ( wxCommandEvent &  event)
protected

Definition at line 118 of file HistoFrame.cpp.

void HistoFrame::OnSize ( wxSizeEvent &  event)
protected

Definition at line 132 of file HistoFrame.cpp.

References Window_.

void HistoFrame::Setup ( wxSize  size = wxSize(300, 250))
protected

Definition at line 59 of file HistoFrame.cpp.

References Window_.

Referenced by HistoFrame().

Member Data Documentation

wxString BIAS::HistoFrame::ImageName_
protected

Definition at line 66 of file HistoFrame.hh.

wxButton* BIAS::HistoFrame::QuitButton_
protected

Definition at line 68 of file HistoFrame.hh.

wxString BIAS::HistoFrame::Title_
protected

Definition at line 67 of file HistoFrame.hh.

HistoImageCanvas* BIAS::HistoFrame::Window_
protected

Definition at line 69 of file HistoFrame.hh.

Referenced by HistoFrame(), OnSize(), and Setup().


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