#include <TImageDisplay.h>
Inheritance diagram for TImageDisplay:
Public Member Functions | |
TImageDisplay (wxWindow *parent, const wxString &title) | |
Constructor. | |
~TImageDisplay () | |
Destructor. | |
void | initme () |
Initialization. | |
virtual wxString | getName () |
Returns the image module name. | |
virtual void | OnCB (wxCommandEvent &event) |
Show labels event handler. | |
virtual void | OnCBinvert (wxCommandEvent &event) |
Invert image event handler. | |
virtual void | OnDir (wxCommandEvent &event) |
Choose directory event handler. | |
virtual void | OnFile (wxCommandEvent &event) |
File selection event handler. | |
virtual void | OnCopy (wxCommandEvent &event) |
The copy event handler. | |
virtual void | OnPrint (wxCommandEvent &event) |
The print event handler. | |
virtual void | OnSave (wxCommandEvent &event) |
The save event handler. | |
void | ShowDir (wxString s) |
Displays the list of files in the chosen directory. | |
Public Attributes | |
TIMGreader * | r |
Pointer to the BioRad image reader class. | |
Private Attributes | |
TMyImagePanel * | right |
Pointer to the image display class. | |
wxListBox * | lb |
The list box containing the file list. | |
wxButton * | bu |
The directory button. | |
wxCheckBox * | cb |
The "Show labels" check box. | |
wxCheckBox * | invert |
The "Invert image" check box. |
|
Constructor.
|
|
Destructor.
|
|
Returns the image module name.
Reimplemented from ChildBase. |
|
Initialization.
|
|
Show labels event handler.
|
|
Invert image event handler.
|
|
The copy event handler.
|
|
Choose directory event handler.
|
|
File selection event handler.
|
|
The print event handler.
|
|
The save event handler.
|
|
Displays the list of files in the chosen directory.
|
|
The directory button.
|
|
The "Show labels" check box.
|
|
The "Invert image" check box.
|
|
The list box containing the file list.
|
|
Pointer to the BioRad image reader class.
|
|
Pointer to the image display class.
|