color-item.h revision 876d8d6c11e9d388b0fae2440b1bfb91f1ce4ece
/** @file
* @brief Inkscape color swatch UI item.
*/
/* Authors:
* Jon A. Cruz
*
* Copyright (C) 2010 Jon A. Cruz
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifndef SEEN_DIALOGS_COLOR_ITEM_H
#define SEEN_DIALOGS_COLOR_ITEM_H
#include "widgets/ege-paint-def.h"
#include "widgets/eek-preview.h"
#include "desktop.h"
#include "selection.h"
/**
* The color swatch you see on screen as a clickable box.
*/
{
virtual void on_realize();
virtual void on_unrealize();
bool _isSelected;
};
} // namespace Dialogs
} // namespace UI
} // namespace Inkscape
#endif // SEEN_DIALOGS_COLOR_ITEM_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:fileencoding=utf-8:textwidth=99 :