X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fnumber-opt-number.h;h=0025f2d07b73e51911e79c174cfb4766b72761a7;hb=e5d48f600ce8a65ae81353fd39860227b2ef6e60;hp=ef1675079b280a92060bc3758cace99a91f47f97;hpb=995dfc0daafa8b39f2f10c3a0174ca82e76d6338;p=inkscape.git diff --git a/src/number-opt-number.h b/src/number-opt-number.h index ef1675079..0025f2d07 100644 --- a/src/number-opt-number.h +++ b/src/number-opt-number.h @@ -73,6 +73,14 @@ public: number = num; } + bool optNumIsSet(){ + return optNumber_set; + } + + bool numIsSet(){ + return _set; + } + gchar *getValueString() { Inkscape::SVGOStringStream os;