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 | |
| EXPCL_PANDA_DISPLAY std::istream & | operator >> (std::istream &in, WindowProperties::ZOrder &z_order) |
| EXPCL_PANDA_DISPLAY std::istream & | operator >> (std::istream &in, WindowProperties::MouseMode &mode) |
| EXPCL_PANDA_DISPLAY std::ostream & | operator<< (std::ostream &out, WindowProperties::ZOrder z_order) |
| EXPCL_PANDA_DISPLAY std::ostream & | operator<< (std::ostream &out, WindowProperties::MouseMode mode) |
| std::ostream & | operator<< (std::ostream &out, const WindowProperties &properties) |
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.
1.8.15