Catchea
Topographic Data Browser
|
Public Member Functions | |
FooterWidget * | FooterWidget__create () |
bool | FooterWidget__init (FooterWidget *fw, App *app) |
void | FooterWidget__render (FooterWidget *fw, const ImVec2 &window_pos, const ImVec2 &window_size) |
bool | FooterWidget__terminate (FooterWidget *fw) |
void | FooterWidget__destroy (FooterWidget *fw) |
Public Attributes | |
App * | app |
FooterWidget * FooterWidget__create | ( | ) |
Create new FooterWidget instance
void FooterWidget__destroy | ( | FooterWidget * | fw | ) |
Destroy FooterWidget
[in] | fw | FooterWidget to be destroyed |
bool FooterWidget__init | ( | FooterWidget * | fw, |
App * | app | ||
) |
Initialize FooterWidget at the start of the application
fw | FooterWidget to be initialized |
app |
void FooterWidget__render | ( | FooterWidget * | fw, |
const ImVec2 & | window_pos, | ||
const ImVec2 & | window_size | ||
) |
Render FooterWidget
fw | FooterWidget to be rendered | |
[in] | window_pos | position of FooterWidget window |
[in] | window_size | size of FooterWidget window |
bool FooterWidget__terminate | ( | FooterWidget * | fw | ) |
Terminate FooterWidget before the application terminates
fw | FooterWidget to be terminated |