#include "bcpixmap.h"#include "vframe.inc"#include "bcsubwindow.h"


Go to the source code of this file.
Data Structures | |
| class | BC_Pot |
| class | BC_FPot |
| class | BC_IPot |
| class | BC_QPot |
| class | BC_PercentagePot |
Defines | |
| #define | POT_UP 0 |
| #define | POT_HIGH 1 |
| #define | POT_DN 2 |
| #define | POT_STATES 3 |
| #define POT_DN 2 |
Definition at line 10 of file bcpot.h.
Referenced by BC_Pot::angle_to_coords(), BC_Pot::button_press_event(), BC_Pot::button_release_event(), BC_Pot::coords_to_angle(), BC_Pot::cursor_motion_event(), and BC_Pot::repeat_event().
| #define POT_HIGH 1 |
Definition at line 9 of file bcpot.h.
Referenced by BC_Pot::button_press_event(), BC_Pot::button_release_event(), BC_Pot::cursor_enter_event(), BC_Pot::cursor_leave_event(), and BC_Pot::repeat_event().
| #define POT_STATES 3 |
| #define POT_UP 0 |
Definition at line 8 of file bcpot.h.
Referenced by BC_Pot::button_press_event(), BC_Pot::button_release_event(), BC_Pot::cursor_enter_event(), BC_Pot::cursor_leave_event(), and BC_Pot::initialize().
1.5.5