GammaRay API Documentation  3.1.1
Signals | Public Member Functions | List of all members
GammaRay::EnumRepository Class Reference

Collection of EnumDefinition and on-demand client/server transfer of those. More...

#include <enumrepository.h>

Inheritance diagram for GammaRay::EnumRepository:
GammaRay::EnumRepositoryServer

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...
 

Detailed Description

Collection of EnumDefinition and on-demand client/server transfer of those.

Member Function Documentation

◆ definition()

virtual EnumDefinition GammaRay::EnumRepository::definition ( EnumId  id) const
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.

◆ definitionChanged

void GammaRay::EnumRepository::definitionChanged ( int  id)
signal

Notification of EnumDefinition availability.

See also
definition()

© Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
GammaRay Qt-application inspection and manipulation tool
https://www.kdab.com/development-resources/qt-tools/gammaray/
Generated by doxygen 1.9.1