OpenCPN Partial API docs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BitmapCellRenderer Class Reference
Inheritance diagram for BitmapCellRenderer:

Public Member Functions

 BitmapCellRenderer (const wxBitmap &bitmap)
 
void SetBitmap (const wxBitmap &bitmap)
 
void Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected)
 
wxSize GetBestSize (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, int row, int col)
 
BitmapCellRendererClone () const
 

Public Attributes

ConnState status
 

Detailed Description

Definition at line 110 of file connections_dlg.cpp.

Constructor & Destructor Documentation

◆ BitmapCellRenderer()

BitmapCellRenderer::BitmapCellRenderer ( const wxBitmap &  bitmap)
inline

Definition at line 112 of file connections_dlg.cpp.

Member Function Documentation

◆ Clone()

BitmapCellRenderer * BitmapCellRenderer::Clone ( ) const
inline

Definition at line 135 of file connections_dlg.cpp.

◆ Draw()

void BitmapCellRenderer::Draw ( wxGrid &  grid,
wxGridCellAttr &  attr,
wxDC &  dc,
const wxRect &  rect,
int  row,
int  col,
bool  isSelected 
)
inline

Definition at line 118 of file connections_dlg.cpp.

◆ GetBestSize()

wxSize BitmapCellRenderer::GetBestSize ( wxGrid &  grid,
wxGridCellAttr &  attr,
wxDC &  dc,
int  row,
int  col 
)
inline

Definition at line 129 of file connections_dlg.cpp.

◆ SetBitmap()

void BitmapCellRenderer::SetBitmap ( const wxBitmap &  bitmap)
inline

Definition at line 116 of file connections_dlg.cpp.

Member Data Documentation

◆ status

ConnState BitmapCellRenderer::status

Definition at line 136 of file connections_dlg.cpp.


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