text.h revision 40e75a00ae2d5d5eae03292b22742e71208e47d5
/*
* Inkscape::LivePathEffectParameters
*
* Authors:
* Maximilian Albert
* Johan Engelen
*
* Copyright (C) Maximilian Albert 2008 <maximilian.albert@gmail.com>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
//#include "display/canvas-text.h"
#include "display/canvas-bpath.h"
#include "live_effects/parameter/parameter.h"
virtual void param_set_default();
double anchor_x;
double anchor_y;
};
/*
* This parameter does not display a widget in the LPE dialog; LPEs can use it to display text that
* should not be settable by the user
*/
//virtual ~TextParamInternal() {}
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif
/*
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 :