Panda3D
Protected Member Functions | Friends

PGSliderBarNotify Class Reference

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

#include "pgSliderBarNotify.h"

Inheritance diagram for PGSliderBarNotify:
PGItemNotify PGScrollFrame

List of all members.

Protected Member Functions

virtual void slider_bar_adjust (PGSliderBar *slider_bar)
 Called whenever a watched PGSliderBar's value has been changed by the user or programmatically.
virtual void slider_bar_set_range (PGSliderBar *slider_bar)
 Called whenever a watched PGSliderBar's overall range has been changed.

Friends

class PGSliderBar

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


Member Function Documentation

void PGSliderBarNotify::slider_bar_adjust ( PGSliderBar slider_bar) [protected, virtual]

Called whenever a watched PGSliderBar's value has been changed by the user or programmatically.

Reimplemented in PGScrollFrame.

Definition at line 25 of file pgSliderBarNotify.cxx.

Referenced by PGSliderBar::adjust().

void PGSliderBarNotify::slider_bar_set_range ( PGSliderBar slider_bar) [protected, virtual]

Called whenever a watched PGSliderBar's overall range has been changed.

Definition at line 35 of file pgSliderBarNotify.cxx.

Referenced by PGSliderBar::set_range().


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