48 return _supported_types;
67 return (_supported_types & flags) == flags;
81 return _display_width;
93 return _display_height;
GraphicsDevice * get_device() const
Returns a pointer to device object.
int get_supported_types() const
Returns the mask of bits that represents the kinds of GraphicsOutput objects this pipe might be able ...
bool is_valid() const
Returns false if this pipe is known to be invalid, meaning that an attempt to create a GraphicsWindow...
int get_display_height() const
Returns the height of the entire display, if it is known.
bool supports_type(int flags) const
A convenience function to ask if a particular type or types of GraphicsObjects are supported...
int get_display_width() const
Returns the width of the entire display, if it is known.
An abstract device object that is part of Graphics Pipe.