OpenCPN Partial API docs
Loading...
Searching...
No Matches
CustomGrid Class Reference
Inheritance diagram for CustomGrid:

Public Member Functions

 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)
 

Public Attributes

GRIBTablem_gParent
 

Detailed Description

Definition at line 62 of file CustomGrid.h.

Constructor & Destructor Documentation

◆ CustomGrid()

CustomGrid::CustomGrid ( wxWindow *  parent,
wxWindowID  id,
const wxPoint &  pos,
const wxSize &  size,
long  style,
const wxString &  name 
)

Definition at line 34 of file CustomGrid.cpp.

◆ ~CustomGrid()

CustomGrid::~CustomGrid ( )

Definition at line 104 of file CustomGrid.cpp.

Member Function Documentation

◆ GetFirstVisibleCell()

void CustomGrid::GetFirstVisibleCell ( int &  frow,
int &  fcol 
)

Definition at line 354 of file CustomGrid.cpp.

◆ GetLastVisibleCell()

void CustomGrid::GetLastVisibleCell ( int &  lrow,
int &  lcol 
)

Definition at line 369 of file CustomGrid.cpp.

◆ SetNumericalRow()

void CustomGrid::SetNumericalRow ( int  row,
int  col,
int  datatype,
double  value 
)

Definition at line 266 of file CustomGrid.cpp.

Member Data Documentation

◆ m_gParent

GRIBTable* CustomGrid::m_gParent

Definition at line 73 of file CustomGrid.h.


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