Lomse library. API documentation
0.30.0
|
#include <lomse_events.h>
An abstract class holding information about a Lomse Request
When Lomse needs some information or some platform dependent service it sends a Request to the user application asking for the required information or service. Lomse process is paused until the user application provides the requested data.
See details on each derived class.
Public Member Functions | |
virtual | ~Request () |
int | get_request_type () |
For checking the request type | |
bool | is_dynamic_content_request () |
bool | is_get_font_filename () |
|
inlinevirtual |
Destructor.
|
inline |
Returns the request type. It is a value from enmun ERequestType.