unit.cpp revision c5f9b449d1bbabda158c4b5fb6f9f013b23ea795
/*
* Copyright (C) Maximilian Albert 2008 <maximilian.albert@gmail.com>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "ui/widget/registered-widget.h"
#include "live_effects/parameter/unit.h"
#include "live_effects/effect.h"
#include "verbs.h"
namespace Inkscape {
namespace LivePathEffect {
{
}
{
}
bool
{
if (newval) {
return true;
}
return false;
}
gchar *
UnitParam::param_getSVGValue() const
{
}
void
{
}
void
{
}
const gchar *
UnitParam::get_abbreviation() const
{
return sp_unit_get_abbreviation(unit);
}
{
*param_wr,
param_effect->getRepr(),
param_effect->getSPDoc()));
}
} /* namespace LivePathEffect */
} /* namespace Inkscape */
/*
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 :