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();}
CGDirectDisplayID get_display_id() const
Returns the Quartz display ID associated with this graphics pipe.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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.
An object to create GraphicsOutputs that share a particular 3-D API.
This is a base class for the various different classes that represent the result of a frame of render...
This graphics pipe represents the interface for creating OpenGL graphics windows on a Cocoa-based (e....
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Encapsulates all the communication with a particular instance of a given rendering backend.
virtual PreferredWindowThread get_preferred_window_thread() const
Returns an indication of the thread in which this GraphicsPipe requires its window processing to be p...
This class is the main interface to controlling the render process.
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 frameBuffer before...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
An interface to the Cocoa system for managing OpenGL windows under Mac OS X.