14 #ifndef COCOAGRAPHICSPIPE_H
15 #define COCOAGRAPHICSPIPE_H
24 #import <AppKit/NSScreen.h>
28 #include <ApplicationServices/ApplicationServices.h>
43 virtual std::string get_interface_name()
const;
62 void load_display_information();
65 CGDirectDisplayID _display;
73 static void init_type() {
74 GraphicsPipe::init_type();
76 GraphicsPipe::get_class_type());
79 return get_class_type();
81 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
This graphics pipe represents the interface for creating OpenGL graphics windows on a Cocoa-based (e....
CGDirectDisplayID get_display_id() const
Returns the Quartz display ID associated with this graphics pipe.
virtual PreferredWindowThread get_preferred_window_thread() const
Returns an indication of the thread in which this GraphicsPipe requires its window processing to be p...
An interface to the Cocoa system for managing OpenGL windows under Mac OS X.
A container for the various kinds of properties we might ask to have on a graphics frameBuffer before...
This class is the main interface to controlling the render process.
This is a base class for the various different classes that represent the result of a frame of render...
An object to create GraphicsOutputs that share a particular 3-D API.
Encapsulates all the communication with a particular instance of a given rendering backend.
TypeHandle is the identifier used to differentiate C++ class types.
A container for the various kinds of properties we might ask to have on a graphics window before we o...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...