#include <TdkInterceptorAdapter.h>
Inheritance diagram for TdkInterceptorAdapter:
Public Member Functions | |
virtual void | loadThemeChildrenStarted (const TdkObjectGID &gid) |
virtual void | loadThemeChildrenProgressChanged (const TdkObjectGID &gid, double progress) |
virtual void | loadThemeChildrenFinished (const TdkObjectGID &gid) |
virtual void | objectInserted (const TdkObjectGID &gid) |
virtual void | objectUpdated (const TdkObjectGID &gid) |
virtual void | objectDeleted (const TdkObjectGID &gid) |
virtual void | selectedThemeChanged (const TdkObjectGID &older, const TdkObjectGID &newer) |
virtual void | windowChanged (double winX0, double winY0, double winX1, double winY1, double fullX0, double fullY0, double fullX1, double fullY1) |
virtual void | mouseCoordinatesChanged (double x, double y) |
virtual void | scaleChanged (double scale) |
virtual void | mapObjectsDeleted (TdkEventHandlerVector &objects) |
virtual void | layoutObjectsDeleted (TdkEventHandlerVector &objects) |
virtual void | messageSended (std::string &message) |
virtual void | objectsSelectionChanged () |
virtual void | progressAnimation (unsigned int progress, std::string messege) |
void TdkInterceptorAdapter::loadThemeChildrenStarted | ( | const TdkObjectGID & | gid | ) | [inline, virtual] |
void TdkInterceptorAdapter::loadThemeChildrenProgressChanged | ( | const TdkObjectGID & | gid, | |
double | progress | |||
) | [inline, virtual] |
void TdkInterceptorAdapter::loadThemeChildrenFinished | ( | const TdkObjectGID & | gid | ) | [inline, virtual] |
void TdkInterceptorAdapter::objectInserted | ( | const TdkObjectGID & | gid | ) | [inline, virtual] |
void TdkInterceptorAdapter::objectUpdated | ( | const TdkObjectGID & | gid | ) | [inline, virtual] |
void TdkInterceptorAdapter::objectDeleted | ( | const TdkObjectGID & | gid | ) | [inline, virtual] |
void TdkInterceptorAdapter::selectedThemeChanged | ( | const TdkObjectGID & | older, | |
const TdkObjectGID & | newer | |||
) | [inline, virtual] |
void TdkInterceptorAdapter::windowChanged | ( | double | winX0, | |
double | winY0, | |||
double | winX1, | |||
double | winY1, | |||
double | fullX0, | |||
double | fullY0, | |||
double | fullX1, | |||
double | fullY1 | |||
) | [inline, virtual] |
void TdkInterceptorAdapter::mouseCoordinatesChanged | ( | double | x, | |
double | y | |||
) | [inline, virtual] |
void TdkInterceptorAdapter::scaleChanged | ( | double | scale | ) | [inline, virtual] |
void TdkInterceptorAdapter::mapObjectsDeleted | ( | TdkEventHandlerVector & | objects | ) | [inline, virtual] |
void TdkInterceptorAdapter::layoutObjectsDeleted | ( | TdkEventHandlerVector & | objects | ) | [inline, virtual] |
void TdkInterceptorAdapter::messageSended | ( | std::string & | message | ) | [inline, virtual] |
void TdkInterceptorAdapter::objectsSelectionChanged | ( | ) | [inline, virtual] |
void TdkInterceptorAdapter::progressAnimation | ( | unsigned int | progress, | |
std::string | messege | |||
) | [inline, virtual] |