ncmpc  0.31
Public Member Functions | Data Fields
Point Struct Reference

#include <Point.hxx>

Public Member Functions

constexpr Point operator+ (Point other) const
 
constexpr Point operator- (Point other) const
 
constexpr Point operator+ (Size size) const
 

Data Fields

int x
 
int y
 

Detailed Description

Coordinates of a cell on a curses screen/window.

Member Function Documentation

◆ operator+() [1/2]

constexpr Point Point::operator+ ( Point  other) const
inline

◆ operator-()

constexpr Point Point::operator- ( Point  other) const
inline

◆ operator+() [2/2]

constexpr Point Point::operator+ ( Size  size) const
inline

Field Documentation

◆ x

int Point::x

◆ y

int Point::y

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