Home
last modified time | relevance | path

Searched refs:m_IsSwitch (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmLytButton.cpp35 m_IsSwitch( true ) in SmLytButton()
61 SetSwitch( m_IsSwitch ); in SmLytButton()
99 m_IsSwitch = bswitch; in SetSwitch()
101 if ( m_IsSwitch ) in SetSwitch()
117 if ( m_IsSwitch ) in SwapSwitch()
119 m_IsSwitch = false; in SwapSwitch()
124 m_IsSwitch = true; in SwapSwitch()
DSmButton.cpp34 m_IsSwitch( true ), in SmButton()
67 SetSwitch( m_IsSwitch ); in SmButton()
103 m_IsSwitch = bswitch; in SetSwitch()
105 if ( m_IsSwitch ) in SetSwitch()
123 if ( m_IsSwitch ) in SwapSwitch()
125 m_IsSwitch = false; in SwapSwitch()
130 m_IsSwitch = true; in SwapSwitch()
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmLytButton.h50 return m_IsSwitch; in IsSwitch()
79 bool m_IsSwitch; variable
DSmButton.h48 return m_IsSwitch; in IsSwitch()
65 bool m_IsSwitch; variable