bool.h revision 2eaeeb327bb39110f87a29cd9269a1df41a7ed27
/*
* Inkscape::LivePathEffectParameters
*
* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "ui/widget/registry.h"
#include "ui/widget/registered-widget.h"
#include "live_effects/parameter/parameter.h"
bool default_value = false);
~BoolParam();
gchar * param_writeSVGValue() const;
void param_setValue(bool newvalue);
void param_set_default();
bool value;
bool defvalue;
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif