| 67 | public: |
| 68 | CRPropRef getProps() { return _props; } |
| 69 | lString16 getSettingKey( int key, int flags ) |
| 70 | { |
| 71 | lString16 res = _settingKey; |
| 72 | if ( key!=0 ) |
| 73 | res = res + L"." + lString16::itoa(key) + L"." + lString16::itoa(flags); |
| 74 | return res; |
| 75 | } |
| 76 | lString16 getSettingLabel( int key, int flags ) |
| 77 | { |
| 78 | return lString16(getKeyName(key, flags)); |