#include <clearableRegion.h>
Inheritance diagram for ClearableRegion:
Public Member Functions | |
INLINE | ClearableRegion () |
INLINE | ClearableRegion (const ClearableRegion ©) |
INLINE void | operator= (const ClearableRegion ©) |
INLINE void | copy_clear_settings (const ClearableRegion ©) |
INLINE bool | get_clear_color_active () const |
INLINE void | set_clear_depth_active (bool clear_depth_active) |
INLINE bool | get_clear_depth_active () const |
INLINE void | set_clear_color (const Colorf &color) |
INLINE const Colorf & | get_clear_color () const |
INLINE void | set_clear_depth (float depth) |
INLINE float | get_clear_depth () const |
INLINE bool | is_any_clear_active () const |
Public Attributes | |
PUBLISHED | __pad0__: INLINE void set_clear_color_active(bool clear_color_active) |
Private Types | |
enum | Flags { F_clear_color_active = 0x0001, F_clear_depth_active = 0x0002 } |
Private Attributes | |
int | _flags |
Colorf | _clear_color |
float | _clear_depth |
|
Definition at line 57 of file clearableRegion.h. |
|
|
|
|
|
|
|
Referenced by GraphicsStateGuardian::clear(). |
|
Referenced by GraphicsStateGuardian::clear(). |
|
Referenced by GraphicsStateGuardian::clear(). |
|
Referenced by GraphicsStateGuardian::clear(). |
|
Referenced by GraphicsWindow::clear(), GraphicsEngine::cull_and_draw_together(), and GraphicsEngine::do_draw(). |
|
|
|
|
|
|
|
Referenced by GraphicsWindow::GraphicsWindow(). |
|
Reimplemented in DisplayRegion, and GraphicsWindow. Definition at line 41 of file clearableRegion.h. |
|
Definition at line 63 of file clearableRegion.h. |
|
Definition at line 64 of file clearableRegion.h. |
|
Definition at line 61 of file clearableRegion.h. |