#include <Fireworks/Core/interface/FWValidatorBase.h>
Public Member Functions | |
virtual void | fillOptions (const char *iBegin, const char *iEnd, std::vector< std::pair< boost::shared_ptr< std::string >, std::string > > &oOptions) const =0 |
FWValidatorBase () | |
virtual | ~FWValidatorBase () |
Private Member Functions | |
FWValidatorBase (const FWValidatorBase &) | |
const FWValidatorBase & | operator= (const FWValidatorBase &) |
Description: <one line="" class="" summary>="">
Usage: <usage>
Definition at line 31 of file FWValidatorBase.h.
FWValidatorBase::FWValidatorBase | ( | ) | [inline] |
Definition at line 34 of file FWValidatorBase.h.
{ }
virtual FWValidatorBase::~FWValidatorBase | ( | ) | [inline, virtual] |
Definition at line 36 of file FWValidatorBase.h.
{ }
FWValidatorBase::FWValidatorBase | ( | const FWValidatorBase & | ) | [private] |
virtual void FWValidatorBase::fillOptions | ( | const char * | iBegin, |
const char * | iEnd, | ||
std::vector< std::pair< boost::shared_ptr< std::string >, std::string > > & | oOptions | ||
) | const [pure virtual] |
Implemented in FWHLTValidator, FWExpressionValidator, and FWGeoMaterialValidator.
Referenced by FWGUIValidatingTextEntry::showOptions().
const FWValidatorBase& FWValidatorBase::operator= | ( | const FWValidatorBase & | ) | [private] |