Panda3D

pgSliderBarNotify.cxx

00001 // Filename: pgSliderBarNotify.cxx
00002 // Created by:  drose (18Aug05)
00003 //
00004 ////////////////////////////////////////////////////////////////////
00005 //
00006 // PANDA 3D SOFTWARE
00007 // Copyright (c) Carnegie Mellon University.  All rights reserved.
00008 //
00009 // All use of this software is subject to the terms of the revised BSD
00010 // license.  You should have received a copy of this license along
00011 // with this source code in a file named "LICENSE."
00012 //
00013 ////////////////////////////////////////////////////////////////////
00014 
00015 #include "pgSliderBarNotify.h"
00016 #include "pgSliderBar.h"
00017 
00018 ////////////////////////////////////////////////////////////////////
00019 //     Function: PGSliderBarNotify::slider_bar_adjust
00020 //       Access: Protected, Virtual
00021 //  Description: Called whenever a watched PGSliderBar's value
00022 //               has been changed by the user or programmatically.
00023 ////////////////////////////////////////////////////////////////////
00024 void PGSliderBarNotify::
00025 slider_bar_adjust(PGSliderBar *) {
00026 }
00027 
00028 ////////////////////////////////////////////////////////////////////
00029 //     Function: PGSliderBarNotify::slider_bar_set_range
00030 //       Access: Protected, Virtual
00031 //  Description: Called whenever a watched PGSliderBar's overall range
00032 //               has been changed.
00033 ////////////////////////////////////////////////////////////////////
00034 void PGSliderBarNotify::
00035 slider_bar_set_range(PGSliderBar *) {
00036 }
 All Classes Functions Variables Enumerations