tbx
0.7.5
|
Class to return information on font menu selection event. More...
#include <fontmenu.h>
Public Member Functions | |
FontMenuSelectionEvent (IdBlock &id_block, PollBlock &data) | |
Constructor from event data returned from the toolbox. More... | |
std::string | font () const |
Returns id of the font selected or "SystemFont" for the system entry. | |
![]() | |
EventInfo (const IdBlock &id_block, PollBlock &data) | |
Contruct the event information from the id_block and data update by the toolbox. | |
const IdBlock & | id_block () const |
IdBlock for the current event. More... | |
Additional Inherited Members | |
![]() | |
PollBlock & | _data |
raw data from the event | |
Class to return information on font menu selection event.
Constructor from event data returned from the toolbox.
id_block | Objects/Components where the event was generated |
data | raw data of the event |