openMSX
Public Member Functions | Public Attributes | List of all members
openmsx::Rect Struct Reference

#include <ImGuiBitmapViewer.hh>

Collaboration diagram for openmsx::Rect:
Collaboration graph
[legend]

Public Member Functions

 Rect ()=default
 
 Rect (const Point &p1_, const Point &p2_)
 

Public Attributes

Point p1
 
Point p2
 

Detailed Description

Definition at line 89 of file ImGuiBitmapViewer.hh.

Constructor & Destructor Documentation

◆ Rect() [1/2]

openmsx::Rect::Rect ( )
default

◆ Rect() [2/2]

openmsx::Rect::Rect ( const Point p1_,
const Point p2_ 
)
inline

Definition at line 91 of file ImGuiBitmapViewer.hh.

Member Data Documentation

◆ p1

Point openmsx::Rect::p1

Definition at line 92 of file ImGuiBitmapViewer.hh.

Referenced by openmsx::ImGuiBitmapViewer::paint(), and openmsx::splitRect().

◆ p2

Point openmsx::Rect::p2

Definition at line 92 of file ImGuiBitmapViewer.hh.

Referenced by openmsx::ImGuiBitmapViewer::paint(), and openmsx::splitRect().


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