Panda3D
Protected Member Functions | Friends

PGButtonNotify Class Reference

Objects that inherit from this class can receive notify messages when a slider bar moves or otherwise is reconfigured. More...

#include "pgButtonNotify.h"

Inheritance diagram for PGButtonNotify:
PGItemNotify PGSliderBar

List of all members.

Protected Member Functions

virtual void button_click (PGButton *button, const MouseWatcherParameter &param)
 Called whenever a watched PGButton has been clicked.

Friends

class PGButton

Detailed Description

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.


Member Function Documentation

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


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations