OpenCPN Partial API docs
|
Window for displaying chart thumbnails. More...
#include <thumbwin.h>
Public Member Functions | |
ThumbWin (wxWindow *parent) | |
void | Resize (void) |
void | SetMaxSize (wxSize const &max_size) |
const wxBitmap & | GetBitmap (void) |
Public Attributes | |
wxBitmap | m_bitmap |
ChartBase * | pThumbChart |
Window for displaying chart thumbnails.
Definition at line 59 of file thumbwin.h.
ThumbWin::ThumbWin | ( | wxWindow * | parent | ) |
Definition at line 57 of file thumbwin.cpp.
|
virtual |
Definition at line 65 of file thumbwin.cpp.
const wxBitmap & ThumbWin::GetBitmap | ( | void | ) |
Definition at line 99 of file thumbwin.cpp.
void ThumbWin::Resize | ( | void | ) |
Definition at line 67 of file thumbwin.cpp.
void ThumbWin::SetMaxSize | ( | wxSize const & | max_size | ) |
Definition at line 79 of file thumbwin.cpp.
wxBitmap ThumbWin::m_bitmap |
Definition at line 69 of file thumbwin.h.
ChartBase* ThumbWin::pThumbChart |
Definition at line 70 of file thumbwin.h.