#include <esve/ui/base/Display_Details.hxx>
Public Member Functions | |
| virtual const Display::Rectangle & | rectangle () const =0 |
| Rectangluar dimensions. | |
| virtual void | make_current ()=0 |
| Make this display the current context. | |
| virtual const std::string & | label () const =0 |
| Title appearing on the display. | |
| virtual void | label (const std::string &)=0 |
| Title appearing on the display. | |
Protected Member Functions | |
| virtual void | reshape (const Display::Rectangle &)=0 |
| Called by the system whenever the display is resized. | |
|
|
Make this display the current context. If there is more than one display showing and you wish to issue drawing commands outside of a draw tree, then you must choose which display receives the drawing commands. |
1.3.4