
Defines | |
| #define | WLENGTH 80 |
| #define | WHEIGHT 22 |
| #define | SOUNDMIN 0 |
| #define | SOUNDMAX 200 |
| #define | c(i) colorList.at(i).toInt() |
| #define | add_color(gradient, range, c1, c2, c3) gradient.setColorAt( range, QColor( c(c1), c(c2), c(c3) ) ); |
| #define | desaturate(c) c->setHsvF( c->hueF(), 0.2 , 0.5, 1.0 ) |
| #define | add_desaturated_color(gradient, range, c1, c2, c3) |
| #define | add_colors(gradient1, gradient2, range, c1, c2, c3) |
| #define add_color | ( | gradient, | |||
| range, | |||||
| c1, | |||||
| c2, | |||||
| c3 | ) | gradient.setColorAt( range, QColor( c(c1), c(c2), c(c3) ) ); |
| #define add_colors | ( | gradient1, | |||
| gradient2, | |||||
| range, | |||||
| c1, | |||||
| c2, | |||||
| c3 | ) |
Value:
add_color( gradient1, range, c1, c2, c3 ); \ add_desaturated_color( gradient2, range, c1, c2, c3 );
Referenced by SoundSlider::SoundSlider().
| #define add_desaturated_color | ( | gradient, | |||
| range, | |||||
| c1, | |||||
| c2, | |||||
| c3 | ) |
Value:
foo = new QColor( c(c1), c(c2), c(c3) );\ desaturate( foo ); gradient.setColorAt( range, *foo );\ delete foo;
| #define c | ( | i | ) | colorList.at(i).toInt() |
Referenced by VLCControls::addSubtitleFile:, SPrefsPanel::apply(), AdvPrefsPanel::apply(), CAtmoConfig::Assign(), bo_addle_str16(), bo_addle_str16_nosize(), BuildChromaChain(), CAtmoDynData::CalculateDefaultZones(), call_hash(), ChainGetEnd(), CheckUTF8(), Control(), convert_xml_special_chars(), decode_URI(), DecodeAdpcmEA(), DecodeLoadColorTable(), DigestMD5(), BitmapFont::drawString(), encode_frame(), encode_URI_bytes(), VLCBookmarks::extract:, Filter(), FirstOption(), FirstWord(), FromLatin1(), GCD(), hash(), httpd_ClientRecv(), InitVideoDec(), input_ControlPush(), module_need(), CAtmoMultiConnection::OpenConnection(), OpenDevice(), ParseSami(), Process(), Redraw(), Shuffle(), spectrometer_Run(), StoreString(), Usage(), var_InheritURational(), vlc_b64_decode_binary_to_buffer(), vlc_getopt_long(), vlc_UrlIsNotEncoded(), yadif_filter_line_c(), YuvaYuvp(), CapturePin::~CapturePin(), and PLSelector::~PLSelector().
| #define desaturate | ( | c | ) | c->setHsvF( c->hueF(), 0.2 , 0.5, 1.0 ) |
| #define SOUNDMAX 200 |
Referenced by SoundSlider::SoundSlider().
| #define SOUNDMIN 0 |
Referenced by SoundSlider::SoundSlider().
| #define WHEIGHT 22 |
Referenced by SoundSlider::mouseMoveEvent().
| #define WLENGTH 80 |
Referenced by SoundSlider::mouseMoveEvent(), SoundSlider::paintEvent(), and SoundSlider::SoundSlider().
1.5.6