kig
#include "nameobjectactionsprovider.h"
#include <cassert>
#include "popup.h"
#include "../../kig/kig_commands.h"
#include "../../kig/kig_part.h"
#include "../../kig/kig_view.h"
#include "../../modes/normal.h"
#include "../../objects/curve_imp.h"
#include "../../objects/bogus_imp.h"
#include "../../objects/object_calcer.h"
#include "../../objects/object_factory.h"
#include "../../objects/point_imp.h"
#include <QRegExpValidator>
#include <KInputDialog>
#include <KLocale>
Go to the source code of this file.
Functions | |
void | addNameLabel (ObjectCalcer *object, ObjectCalcer *namecalcer, const Coordinate &loc, KigPart &doc) |
Function Documentation
void addNameLabel | ( | ObjectCalcer * | object, |
ObjectCalcer * | namecalcer, | ||
const Coordinate & | loc, | ||
KigPart & | doc | ||
) |
This file is part of Kig, a KDE program for Interactive Geometry...
Copyright (C) 2012 David E. Narvaez david .nar vaez@ comp uter. org
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Definition at line 41 of file nameobjectactionsprovider.cc.
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.