Eneboo - Documentación para desarrolladores
Clases | 'defines'
Referencia del Archivo src/plugins/styles/bluecurve/bluecurve.cpp
#include <iostream>
#include "qmenubar.h"
#include "qapplication.h"
#include "qpainter.h"
#include "qpalette.h"
#include "qframe.h"
#include "qpushbutton.h"
#include "qdrawutil.h"
#include "qscrollbar.h"
#include "qtabbar.h"
#include "qguardedptr.h"
#include "qlayout.h"
#include "qlineedit.h"
#include "qlistview.h"
#include "qbitmap.h"
#include "qimage.h"
#include "qcombobox.h"
#include "qslider.h"
#include "qstylefactory.h"
#include "qcleanuphandler.h"
#include "qcheckbox.h"
#include "qradiobutton.h"
#include "qprogressbar.h"
#include "bits.h"
#include "bluecurve.h"

Clases

struct  BluecurveStylePrivate

'defines'

#define MAX(x, y)   ((x) > (y) ? (x) : (y))
#define MIN(x, y)   ((x) < (y) ? (x) : (y))
#define RADIO_SIZE   13
#define CHECK_SIZE   13
#define CLAMP(x, low, high)   (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
#define CLAMP_UCHAR(v)   ((unsigned char) (CLAMP (((int)v), (int)0, (int)255)))

Documentación de los 'defines'

#define CHECK_SIZE   13
#define CLAMP (   x,
  low,
  high 
)    (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
#define CLAMP_UCHAR (   v)    ((unsigned char) (CLAMP (((int)v), (int)0, (int)255)))
#define MAX (   x,
 
)    ((x) > (y) ? (x) : (y))
#define MIN (   x,
 
)    ((x) < (y) ? (x) : (y))
#define RADIO_SIZE   13
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'