MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / isEmpty

Method isEmpty

Src/ParameterCompone/ParameterFilter.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool CParameterFilter::isEmpty()
89{
90 if(m_pDatabase)
91 return m_pDatabase->isEmpty();
92
93 return m_Key.isEmpty();
94}
95
96int CParameterFilter::OnProcess(std::function<int (const QString &)> cb, bool bErrExit)
97{

Callers 12

on_pbFolder_clickedMethod · 0.45
OnSaveMethod · 0.45
GetStringMethod · 0.45
CParameterRecordMethod · 0.45
CheckValidityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected