MCPcopy Create free account
hub / github.com/SOUI2/soui / GetState

Method GetState

SOUI/src/core/Swnd.cpp:296–299  ·  view source on GitHub ↗

Get SWindow state

Source from the content-addressed store, hash-verified

294
295 // Get SWindow state
296 DWORD SWindow::GetState(void)
297 {
298 return m_dwState;
299 }
300
301 // Modify SWindow state
302 DWORD SWindow::ModifyState(DWORD dwStateAdd, DWORD dwStateRemove,BOOL bUpdate/*=FALSE*/)

Callers 12

UpdateVisibleItemsMethod · 0.80
UpdateVisibleItemsMethod · 0.80
UpdateVisibleItemsMethod · 0.80
OnFrameMouseMoveMethod · 0.80
OnFrameMouseLeaveMethod · 0.80
get_accStateMethod · 0.80
getViewMethod · 0.80
OnItemStateChangedMethod · 0.80
getViewMethod · 0.80
OnItemStateChangedMethod · 0.80
getViewDesiredSizeMethod · 0.80
getViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected