Searched refs:CRButtonListRef (Results 1 – 3 of 3) sorted by relevance
390 typedef LVRef<CRButtonList> CRButtonListRef; typedef395 CRButtonListRef _buttons;402 CRButtonListRef getButtons() { return _buttons; } in getButtons()403 void setButtons(CRButtonListRef list) { _buttons = list; } in setButtons()543 virtual CRButtonListRef readButtons( const lChar32 * path, bool * res=NULL );
107 CRButtonListRef buttons = tbSkin->getButtons(); in draw()
1854 CRButtonListRef CRSkinContainer::readButtons( const lChar32 * path, bool * res ) in readButtons()1856 CRButtonListRef list = CRButtonListRef(new CRButtonList() ); in readButtons()1874 return CRButtonListRef(); in readButtons()1904 CRButtonListRef buttons = readButtons( buttonspath.c_str(), &buttonsFlag); in readToolBarSkin()