This class represents the position of an item in any kind of grid of rows and columns such as wxGridBagSizer, or wxHVScrolledWindow.
More...
#include <wx/position.h>
This class represents the position of an item in any kind of grid of rows and columns such as wxGridBagSizer, or wxHVScrolledWindow.
- See also
- wxPoint, wxSize
◆ wxPosition() [1/2]
| wxPosition::wxPosition |
( |
| ) |
|
Construct a new wxPosition, setting the row and column to the default value of (0, 0).
◆ wxPosition() [2/2]
| wxPosition::wxPosition |
( |
int | row, |
|
|
int | col ) |
Construct a new wxPosition, setting the row and column to the value of (row, col).
◆ GetCol()
| int wxPosition::GetCol |
( |
| ) |
const |
◆ GetColumn()
| int wxPosition::GetColumn |
( |
| ) |
const |
Get the current row value.
◆ GetRow()
| int wxPosition::GetRow |
( |
| ) |
const |
Get the current row value.
◆ operator!=()
| bool wxPosition::operator!= |
( |
const wxPosition & | pos | ) |
const |
◆ operator+() [1/2]
◆ operator+() [2/2]
◆ operator+=() [1/2]
◆ operator+=() [2/2]
◆ operator-() [1/2]
◆ operator-() [2/2]
◆ operator-=() [1/2]
◆ operator-=() [2/2]
◆ operator==()
| bool wxPosition::operator== |
( |
const wxPosition & | pos | ) |
const |
◆ SetCol()
| void wxPosition::SetCol |
( |
int | column | ) |
|
◆ SetColumn()
| void wxPosition::SetColumn |
( |
int | column | ) |
|
◆ SetRow()
| void wxPosition::SetRow |
( |
int | row | ) |
|
The documentation for this class was generated from the following file: