X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=src%2Fnumber-opt-number.h;h=0025f2d07b73e51911e79c174cfb4766b72761a7;hb=d6562d39ac04f3a44d4b68c98ac1efa3d876f628;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;