Nana C++ Library. Reference for users.
What we need to use nana
|
The monitor display metrics. More...
Public Member Functions | |
virtual | ~display ()=default |
virtual std::size_t | get_index () const =0 |
The index of monitor. More... | |
virtual bool | is_primary_monitor () const =0 |
virtual const ::nana::rectangle & | area () const =0 |
Returns the positional coordinates and size of the display device in reference to the desktop area. More... | |
virtual const ::nana::rectangle & | workarea () const =0 |
The monitor display metrics.
|
virtualdefault |
|
pure virtual |
Returns the positional coordinates and size of the display device in reference to the desktop area.
Implemented in nana::real_display.
|
pure virtual |
The index of monitor.
Implemented in nana::real_display.
|
pure virtual |
Implemented in nana::real_display.
|
pure virtual |
Implemented in nana::real_display.