| 74 | CCheckBoxUI* GetFolderButton() const {return pFolderButton;}; |
| 75 | CLabelUI* GetDottedLine() const {return pDottedLine;}; |
| 76 | CCheckBoxUI* GetCheckBox() const {return pCheckBox;}; |
| 77 | COptionUI* GetItemButton() const {return pItemButton;}; |
| 78 | |
| 79 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected