#include "Util_ImageWindow.h"
|
| | ImageWindow () |
| |
| | ImageWindow (uint32_t width, uint32_t height) |
| |
| virtual | ~ImageWindow () |
| |
| void | GetResolution (size_t &width, size_t &height) |
| |
| void | OnPaint () |
| |
| void | UpdateImage (const uint8_t *imageData, uint32_t width, uint32_t height) |
| |
| void | UpdateImageBW (const uint8_t *imageData, uint32_t width, uint32_t height) |
| |
| void | UpdateImageRGBA (const uint8_t *imageData, uint32_t width, uint32_t height, uint32_t pitch) |
| |
| void | Complete () |
| |
| void | Process () |
| |
| void | AssociateSurface (void *surface) |
| |
| void | addCircle (float x, float y, float radius, float r, float g, float b, bool fill) |
| |
| void | addText (float x, float y, float r, float g, float b, OVR::String text) |
| |
Definition at line 161 of file Util_ImageWindow.h.
| OVR::Util::ImageWindow::ImageWindow |
( |
| ) |
|
|
inline |
| OVR::Util::ImageWindow::ImageWindow |
( |
uint32_t |
width, |
|
|
uint32_t |
height |
|
) |
| |
|
inline |
| virtual OVR::Util::ImageWindow::~ImageWindow |
( |
| ) |
|
|
inlinevirtual |
| void OVR::Util::ImageWindow::addCircle |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
radius, |
|
|
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
bool |
fill |
|
) |
| |
|
inline |
| void OVR::Util::ImageWindow::addText |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
OVR::String |
text |
|
) |
| |
|
inline |
| void OVR::Util::ImageWindow::AssociateSurface |
( |
void * |
surface | ) |
|
|
inline |
| void OVR::Util::ImageWindow::Complete |
( |
| ) |
|
|
inline |
| void OVR::Util::ImageWindow::GetResolution |
( |
size_t & |
width, |
|
|
size_t & |
height |
|
) |
| |
|
inline |
| static ImageWindow* OVR::Util::ImageWindow::GlobalWindow |
( |
int |
window | ) |
|
|
inlinestatic |
| void OVR::Util::ImageWindow::OnPaint |
( |
| ) |
|
|
inline |
| void OVR::Util::ImageWindow::Process |
( |
| ) |
|
|
inline |
| void OVR::Util::ImageWindow::UpdateImage |
( |
const uint8_t * |
imageData, |
|
|
uint32_t |
width, |
|
|
uint32_t |
height |
|
) |
| |
|
inline |
| void OVR::Util::ImageWindow::UpdateImageBW |
( |
const uint8_t * |
imageData, |
|
|
uint32_t |
width, |
|
|
uint32_t |
height |
|
) |
| |
|
inline |
| void OVR::Util::ImageWindow::UpdateImageRGBA |
( |
const uint8_t * |
imageData, |
|
|
uint32_t |
width, |
|
|
uint32_t |
height, |
|
|
uint32_t |
pitch |
|
) |
| |
|
inline |
| static int OVR::Util::ImageWindow::WindowCount |
( |
| ) |
|
|
inlinestatic |
| const int OVR::Util::ImageWindow::MaxWindows = 4 |
|
staticprivate |
| int OVR::Util::ImageWindow::windowCount |
|
staticprivate |
The documentation for this class was generated from the following file: