lecui 1.0.0-alpha.20
lecui C++ user interface library
|
Base class for all status panes. More...
#include <status_pane.h>
Public Member Functions | |
status_pane_base (form &fm, const std::string &alias) | |
Base class constructor. More... | |
virtual | ~status_pane_base () |
Base class destructor. | |
![]() | |
page (form &fm, const std::string &alias) | |
Page constructor. More... | |
virtual const size | size () |
Get the size of the page. More... | |
const bool | rendered () |
Check whether the page has been rendered. More... | |
virtual const lecui::size | change_in_size () |
Get the page's change in size. More... | |
void | scroll_vertically (const float &amount) |
Programmatically scroll the page vertically. More... | |
void | scroll_horizontally (const float &amount) |
Programmatically scroll the page horizontally. More... | |
Additional Inherited Members | |
![]() | |
page (const page &)=delete | |
page & | operator= (const page &)=delete |
![]() | |
impl & | _d_page |
Reference to page implementation. | |
Base class for all status panes.
liblec::lecui::containers::status_pane_base::status_pane_base | ( | form & | fm, |
const std::string & | alias | ||
) |
Base class constructor.
fm | A reference to the form. |
alias | The status pane's unique alias. |