Searched refs:m_PushButton (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.3.3/demos/Nw4cDemo/sources/ |
| D | SmButton.cpp | 31 m_PushButton( NULL ), in SmButton() 53 m_PushButton = new Sm2DPrimPC( 4 ); in SmButton() 54 NW_NULL_ASSERT( m_PushButton ); in SmButton() 56 …m_PushButton->SetVertex( 0, x - PRESSED_BTN_MARGIN, y - PRESSED_BTN_MARGIN, nw::ut::Colo… in SmButton() 57 …m_PushButton->SetVertex( 1, x - PRESSED_BTN_MARGIN, y + h + PRESSED_BTN_MARGIN, nw::ut::Colo… in SmButton() 58 …m_PushButton->SetVertex( 2, x + w + PRESSED_BTN_MARGIN, y - PRESSED_BTN_MARGIN, nw::ut::Colo… in SmButton() 59 …m_PushButton->SetVertex( 3, x + w + PRESSED_BTN_MARGIN, y + h + PRESSED_BTN_MARGIN, nw::ut::Colo… in SmButton() 61 m_PushButton->Update(); in SmButton() 78 if ( m_PushButton ) delete m_PushButton; in ~SmButton() 79 m_PushButton = NULL; in ~SmButton() [all …]
|
| /NW4C-1.3.3/demos/Nw4cDemo/include/ |
| D | SmButton.h | 56 Sm2DPrimPC* m_PushButton; variable
|