|
Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandabase.h"#include "filename.h"#include "pnotify.h"#include "windowHandle.h"#include "lpoint2.h"#include "lvector2.h"#include "windowProperties.I"Go to the source code of this file.
Classes | |
| class | WindowProperties |
| A container for the various kinds of properties we might ask to have on a graphics window before we open it. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const WindowProperties &properties) |
| EXPCL_PANDA_DISPLAY std::ostream & | operator<< (std::ostream &out, WindowProperties::MouseMode mode) |
| EXPCL_PANDA_DISPLAY std::ostream & | operator<< (std::ostream &out, WindowProperties::ZOrder z_order) |
| EXPCL_PANDA_DISPLAY std::istream & | operator>> (std::istream &in, WindowProperties::MouseMode &mode) |
| EXPCL_PANDA_DISPLAY std::istream & | operator>> (std::istream &in, WindowProperties::ZOrder &z_order) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file windowProperties.h.
|
inline |
Definition at line 733 of file windowProperties.I.
| EXPCL_PANDA_DISPLAY std::ostream & operator<< | ( | std::ostream & | out, |
| WindowProperties::MouseMode | mode ) |
Definition at line 370 of file windowProperties.cxx.
| EXPCL_PANDA_DISPLAY std::ostream & operator<< | ( | std::ostream & | out, |
| WindowProperties::ZOrder | z_order ) |
Definition at line 329 of file windowProperties.cxx.
| EXPCL_PANDA_DISPLAY std::istream & operator>> | ( | std::istream & | in, |
| WindowProperties::MouseMode & | mode ) |
Definition at line 384 of file windowProperties.cxx.
| EXPCL_PANDA_DISPLAY std::istream & operator>> | ( | std::istream & | in, |
| WindowProperties::ZOrder & | z_order ) |
Definition at line 346 of file windowProperties.cxx.