X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d8335660f15c5701b922a3f478aab6e6abcc3d4..da468d387db3b7e22b008bf08be2ff6b202508fb:/include/wx/msw/regconf.h?ds=sidebyside diff --git a/include/wx/msw/regconf.h b/include/wx/msw/regconf.h index 3bf2bcce57..38f5ba608c 100644 --- a/include/wx/msw/regconf.h +++ b/include/wx/msw/regconf.h @@ -46,6 +46,11 @@ public: virtual bool HasGroup(const wxString& strName) const; virtual bool HasEntry(const wxString& strName) const; + // get number of entries/subgroups in the current group, with or without + // it's subgroups + virtual uint GetNumberOfEntries(bool bRecursive = FALSE) const = 0; + virtual uint GetNumberOfGroups(bool bRecursive = FALSE) const = 0; + // read/write virtual bool Read(wxString&, const char *, const char * = 0) const; virtual bool Read(long&, const char *, long = 0) const;