store tooltip in a function with its parent widget ID
More...
#include <Options.h>
|
| | Tooltip ()=default |
| | Tooltip (const std::function< void(void)> &d, const bool l=false, const bool a=true) |
|
| bool | locked = false |
| | is tooltip locked ?
|
| bool | active = false |
| | is tooltip active ?
|
| std::string | parent = "" |
| | widget parent identifier
|
| std::function< void(void)> | display |
| | function called to display tooltip
|
store tooltip in a function with its parent widget ID
◆ Tooltip() [1/2]
| sgui::Tooltip::Tooltip |
( |
| ) |
|
|
default |
◆ Tooltip() [2/2]
| sgui::Tooltip::Tooltip |
( |
const std::function< void(void)> & | d, |
|
|
const bool | l = false, |
|
|
const bool | a = true ) |
|
inline |
◆ active
| bool sgui::Tooltip::active = false |
◆ display
| std::function<void (void)> sgui::Tooltip::display |
function called to display tooltip
◆ locked
| bool sgui::Tooltip::locked = false |
◆ parent
| std::string sgui::Tooltip::parent = "" |
The documentation for this struct was generated from the following file: