3Depict
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
FilterProperty Class Reference

#include <filter.h>

Collaboration diagram for FilterProperty:
Collaboration graph
[legend]

Public Member Functions

bool checkSelfConsistent () const
 

Public Attributes

std::string helpText
 Human readable short help (tooltip) for each of the keys. More...
 
unsigned int type
 Data type for this element. More...
 
size_t key
 Unique key value for this element. More...
 
std::string data
 Property data. More...
 
std::string dataSecondary
 Secondary property data. More...
 
std::string name
 name of property More...
 

Member Function Documentation

◆ checkSelfConsistent()

bool FilterProperty::checkSelfConsistent ( ) const

Referenced by FilterPropGroup::addProperty(), and Filter::getBaseErrString().

Here is the caller graph for this function:

Member Data Documentation

◆ data

std::string FilterProperty::data

◆ dataSecondary

std::string FilterProperty::dataSecondary

◆ helpText

std::string FilterProperty::helpText

◆ key

size_t FilterProperty::key

◆ name

std::string FilterProperty::name

◆ type

unsigned int FilterProperty::type

The documentation for this class was generated from the following file: