67 virtual bool operator()(
void* )
override {
return true; }
const std::string & criteria() const override
Access the selection string.
SelectStatement(const std::string &s)
Standard Constructor initializing select string.
virtual bool operator()(void *) override
Stupid default implementation.
long m_type
Type identifier.
SelectStatement()
Standard Constructor initializing function call.
bool isActive() const override
Check if selection is active.
SelectStatement(const std::string &s, long typ)
Standard Constructor initializing select string.
virtual ~SelectStatement()
Standard Destructor.
void setCriteria(const std::string &crit) override
Set the type.
std::string m_select
Select string.
void setActive(bool flag=true) override
Change activity flag.
long type() const override
Access the type of the object.
bool m_isActive
Activation flag.