cinder::Display Class Reference
#include <Display.h>
List of all members.
Constructor & Destructor Documentation
cinder::Display::~Display |
( |
|
) |
|
Member Function Documentation
int cinder::Display::getWidth |
( |
|
) |
const |
int cinder::Display::getHeight |
( |
|
) |
const |
Area cinder::Display::getArea |
( |
|
) |
const |
int cinder::Display::getBitsPerPixel |
( |
|
) |
const |
bool cinder::Display::contains |
( |
const Vec2i & |
pt |
) |
const |
Returns whether the Display's coordinates contain pt.
NSScreen* cinder::Display::getNsScreen |
( |
|
) |
const |
CGDirectDisplayID cinder::Display::getCgDirectDisplayId |
( |
|
) |
const |
DisplayRef cinder::Display::getMainDisplay |
( |
|
) |
[static] |
const vector< DisplayRef > & cinder::Display::getDisplays |
( |
|
) |
[static] |
DisplayRef cinder::Display::getDisplayForPoint |
( |
const Vec2i & |
pt |
) |
[static] |
Returns the Display which contains a given point. Returns a NULL DisplayRef on failure.
DisplayRef cinder::Display::findFromCgDirectDisplayId |
( |
CGDirectDisplayID |
displayID |
) |
[static] |
DisplayRef cinder::Display::findFromHmonitor |
( |
HMONITOR |
hMonitor |
) |
[static] |
Finds a Display based on its HMONITOR. Returns the primary display if it's not found.
BOOL CALLBACK cinder::Display::enumMonitorProc |
( |
HMONITOR |
hMonitor, |
|
|
HDC |
hdc, |
|
|
LPRECT |
rect, |
|
|
LPARAM |
lParam | |
|
) |
| | [static] |
The documentation for this class was generated from the following files: