#include <Render_Device.h>
Public Member Functions | |
DisplayId () | |
DisplayId (long id) | |
DisplayId (String m, long id=0) | |
operator bool () const | |
bool | operator== (const DisplayId &b) const |
Public Attributes | |
long | CgDisplayId |
String | MonitorName |
Definition at line 641 of file Render_Device.h.
OVR::Render::DisplayId::DisplayId | ( | ) | [inline] |
Definition at line 649 of file Render_Device.h.
OVR::Render::DisplayId::DisplayId | ( | long | id | ) | [inline] |
Definition at line 650 of file Render_Device.h.
OVR::Render::DisplayId::DisplayId | ( | String | m, |
long | id = 0 |
||
) | [inline] |
Definition at line 651 of file Render_Device.h.
OVR::Render::DisplayId::operator bool | ( | ) | const [inline] |
Definition at line 653 of file Render_Device.h.
bool OVR::Render::DisplayId::operator== | ( | const DisplayId & | b | ) | const [inline] |
Definition at line 658 of file Render_Device.h.
Definition at line 647 of file Render_Device.h.
Definition at line 644 of file Render_Device.h.