Panda3D
|
Objects that inherit from this class can receive notify messages when a slider bar moves or otherwise is reconfigured. More...
#include "pgButtonNotify.h"
Protected Member Functions | |
virtual void | button_click (PGButton *button, const MouseWatcherParameter ¶m) |
Called whenever a watched PGButton has been clicked. | |
Friends | |
class | PGButton |
Objects that inherit from this class can receive notify messages when a slider bar moves or otherwise is reconfigured.
Definition at line 29 of file pgButtonNotify.h.
void PGButtonNotify::button_click | ( | PGButton * | button, |
const MouseWatcherParameter & | param | ||
) | [protected, virtual] |
Called whenever a watched PGButton has been clicked.
Definition at line 24 of file pgButtonNotify.cxx.
Referenced by PGButton::click().