39 return _supported_types;
54 return (_supported_types & flags) == flags;
65 return _display_width;
74 return _display_height;
An abstract device object that is part of Graphics Pipe.
GraphicsDevice * get_device() const
Returns a pointer to device object.
get_display_width
Returns the width 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.
bool is_valid() const
Returns false if this pipe is known to be invalid, meaning that an attempt to create a GraphicsWindow...
int get_supported_types() const
Returns the mask of bits that represents the kinds of GraphicsOutput objects this pipe might be able ...
get_display_height
Returns the height of the entire display, if it is known.