#include <classes.h>
Public Methods | |
limit (int _low=0, int _high=0) | |
~limit () | |
bool | checkLimit (float _value) |
float | forceLimit (float _value) |
int | intForceLimit (float _value) |
void | set (int _low=0, int _high=0) |
Public Attributes | |
int | low |
int | high |
|
Definition at line 26 of file classes.cpp. |
|
|
|
Definition at line 32 of file classes.cpp. |
|
Definition at line 37 of file classes.cpp. Referenced by selection::moveAction(), effect::showArea(), and effect::useMenu(). |
|
|
Definition at line 57 of file classes.cpp. Referenced by edge::changeMode(), sharpen::changeMode(), blur::changeMode(), dots::LBAction(), box::LBAction(), mosaic::LBAction(), and effect::startup(). |
|
Definition at line 29 of file classes.h. Referenced by blur::changeValue(), checkLimit(), forceLimit(), intForceLimit(), lens::keyDOWN(), buttonize::keyRIGHT(), wave::keyRIGHT(), twirl::keyRIGHT(), lens::keyRIGHT(), bubble::keyRIGHT(), ripple::keyRIGHT(), buttonize::keyUP(), wave::keyUP(), twirl::keyUP(), lens::keyUP(), bubble::keyUP(), ripple::keyUP(), set(), effect::showMenu(), and effect::useMenu(). |
|
Definition at line 28 of file classes.h. Referenced by blur::changeValue(), checkLimit(), forceLimit(), intForceLimit(), buttonize::keyDOWN(), wave::keyDOWN(), twirl::keyDOWN(), lens::keyDOWN(), bubble::keyDOWN(), ripple::keyDOWN(), buttonize::keyLEFT(), wave::keyLEFT(), twirl::keyLEFT(), lens::keyLEFT(), bubble::keyLEFT(), ripple::keyLEFT(), lens::keyUP(), set(), effect::showMenu(), and effect::useMenu(). |