kig
builtinobjectactionsprovider.cc File Reference
#include "builtinobjectactionsprovider.h"
#include "popup.h"
#include "popupactionprovider.h"
#include "../../kig/kig_commands.h"
#include "../../kig/kig_part.h"
#include "../../kig/kig_view.h"
#include "../../misc/kigpainter.h"
#include "../../objects/line_imp.h"
#include "../../modes/moving.h"
#include "../../modes/normal.h"
#include "../../objects/object_drawer.h"
#include "../../objects/point_imp.h"
#include <QPen>
#include <QRect>
#include <KColorDialog>
#include <KLocale>
Include dependency graph for builtinobjectactionsprovider.cc:
Go to the source code of this file.
Variables | |
static const color_struct | colors [] |
const int | numberofcolors = 7 |
Variable Documentation
|
static |
Initial value:
=
{
{ Qt::black, I18N_NOOP( "Black" ) },
{ Qt::gray, I18N_NOOP( "Gray" ) },
{ Qt::red, I18N_NOOP( "Red" ) },
{ Qt::green, I18N_NOOP( "Green" ) },
{ Qt::cyan, I18N_NOOP( "Cyan" ) },
{ Qt::yellow, I18N_NOOP( "Yellow" ) },
{ Qt::darkRed, I18N_NOOP( "Dark Red" ) }
}
Definition at line 47 of file builtinobjectactionsprovider.cc.
const int numberofcolors = 7 |
Definition at line 58 of file builtinobjectactionsprovider.cc.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.