MCPcopy Create free account
hub / github.com/binbyu/Reader / IsLoading

Method IsLoading

Reader/Book.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76BOOL Book::IsLoading(void)
77{
78 return m_hThread != NULL;
79}
80
81wchar_t * Book::GetText(void)
82{

Callers 15

WndProcFunction · 0.45
OnOpenItemFunction · 0.45
OnPaintFunction · 0.45
OnDrawFunction · 0.45
OnAddMarkFunction · 0.45
OnAutoPageFunction · 0.45
OnSearchFunction · 0.45
OnJumpFunction · 0.45
OnEditModeFunction · 0.45
OnPageUpFunction · 0.45
OnPageDownFunction · 0.45
OnLineUpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected