|
| | CustomGrid (wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style, const wxString &name) |
| |
| void | GetFirstVisibleCell (int &frow, int &fcol) |
| |
| void | GetLastVisibleCell (int &lrow, int &lcol) |
| |
| void | SetNumericalRow (int row, int col, int datatype, double value) |
| |
| void | DrawColLabel (wxDC &dc, int col) override |
| |
| void | DrawRowLabel (wxDC &dc, int row) override |
| |
| void | DrawCornerLabel (wxDC &dc) override |
| |
Definition at line 65 of file custom_grid.h.
◆ CustomGrid()
| CustomGrid::CustomGrid |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id, |
|
|
const wxPoint & |
pos, |
|
|
const wxSize & |
size, |
|
|
long |
style, |
|
|
const wxString & |
name |
|
) |
| |
◆ ~CustomGrid()
| CustomGrid::~CustomGrid |
( |
| ) |
|
|
override |
◆ DrawColLabel()
| void CustomGrid::DrawColLabel |
( |
wxDC & |
dc, |
|
|
int |
col |
|
) |
| |
|
override |
◆ DrawCornerLabel()
| void CustomGrid::DrawCornerLabel |
( |
wxDC & |
dc | ) |
|
|
override |
◆ DrawRowLabel()
| void CustomGrid::DrawRowLabel |
( |
wxDC & |
dc, |
|
|
int |
row |
|
) |
| |
|
override |
◆ GetFirstVisibleCell()
| void CustomGrid::GetFirstVisibleCell |
( |
int & |
frow, |
|
|
int & |
fcol |
|
) |
| |
◆ GetLastVisibleCell()
| void CustomGrid::GetLastVisibleCell |
( |
int & |
lrow, |
|
|
int & |
lcol |
|
) |
| |
◆ SetNumericalRow()
| void CustomGrid::SetNumericalRow |
( |
int |
row, |
|
|
int |
col, |
|
|
int |
datatype, |
|
|
double |
value |
|
) |
| |
◆ m_gParent
The documentation for this class was generated from the following files:
- /home/runner/work/main/main/opencpn/plugins/grib_pi/src/custom_grid.h
- /home/runner/work/main/main/opencpn/plugins/grib_pi/src/custom_grid.cpp