GammaRay API Documentation
3.2.0
|
Collection of EnumDefinition and on-demand client/server transfer of those. More...
#include <enumrepository.h>
Signals | |
void | definitionChanged (int id) |
Notification of EnumDefinition availability. More... | |
Public Member Functions | |
virtual EnumDefinition | definition (EnumId id) const |
Request the enum definition for the given enum id. More... | |
Collection of EnumDefinition and on-demand client/server transfer of those.
|
virtual |
Request the enum definition for the given enum id.
On the client side the response can be invalid on first request, as transfer from the server is asynchronous. Listen to the definitionChanged() signal to be notified for its availability in that case.
|
signal |
Notification of EnumDefinition availability.