color-scales.h revision 66aef0bd4f8eae433e11409fffce072a4578577d
#ifndef SEEN_SP_COLOR_SCALES_H
#define SEEN_SP_COLOR_SCALES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#if WITH_GTKMM_3_0
#else
#endif
#include "ui/selected-color.h"
typedef enum {
#if GTK_CHECK_VERSION(3, 0, 0)
#else
#endif
{
static const gchar *SUBMODE_NAMES[];
virtual ~ColorScales();
SPColorScalesMode getMode() const;
void _onColorChanged();
void _sliderAnyGrabbed();
void _sliderAnyReleased();
void _sliderAnyChanged();
void _recalcColor();
// By default, disallow copy constructor and assignment operator
};
{
};
}
}
}
#endif /* !SEEN_SP_COLOR_SCALES_H */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :