Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmLytButton.cpp37 m_IsSwitch( true ) in SmLytButton()
63 SetSwitch( m_IsSwitch ); in SmLytButton()
101 m_IsSwitch = bswitch; in SetSwitch()
103 if ( m_IsSwitch ) in SetSwitch()
119 if ( m_IsSwitch ) in SwapSwitch()
121 m_IsSwitch = false; in SwapSwitch()
126 m_IsSwitch = true; in SwapSwitch()
DSmButton.cpp36 m_IsSwitch( true ), in SmButton()
69 SetSwitch( m_IsSwitch ); in SmButton()
105 m_IsSwitch = bswitch; in SetSwitch()
107 if ( m_IsSwitch ) in SetSwitch()
125 if ( m_IsSwitch ) in SwapSwitch()
127 m_IsSwitch = false; in SwapSwitch()
132 m_IsSwitch = true; in SwapSwitch()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmLytButton.h52 return m_IsSwitch; in IsSwitch()
81 bool m_IsSwitch; variable
DSmButton.h50 return m_IsSwitch; in IsSwitch()
67 bool m_IsSwitch; variable