#include <cartobase/object/propertyfilter.h>
Definition at line 50 of file propertyfilter.h.
 
◆ Signal
◆ Slot
◆ PropertyFilter() [1/2]
      
        
          | carto::PropertyFilter::PropertyFilter | ( | const std::string & | name, | 
        
          |  |  | const std::set< std::string > & | propertyNames | 
        
          |  | ) |  |  | 
      
 
 
◆ PropertyFilter() [2/2]
      
        
          | carto::PropertyFilter::PropertyFilter | ( | const std::string & | name, | 
        
          |  |  | const std::string & | propertyName | 
        
          |  | ) |  |  | 
      
 
 
◆ ~PropertyFilter()
  
  | 
        
          | virtual carto::PropertyFilter::~PropertyFilter | ( |  | ) |  |  | virtual | 
 
 
◆ emitsignal()
      
        
          | void carto::PropertyFilter::emitsignal | ( |  | ) |  | 
      
 
 
◆ getName()
      
        
          | const std::string& carto::PropertyFilter::getName | ( |  | ) | const | 
      
 
 
◆ getOldValue()
      
        
          | Object carto::PropertyFilter::getOldValue | ( | const std::string & | propertyName | ) | const | 
      
 
 
◆ getSignal()
      
        
          | Signal& carto::PropertyFilter::getSignal | ( |  | ) |  | 
      
 
 
◆ hasOldValue()
      
        
          | bool carto::PropertyFilter::hasOldValue | ( | const std::string & | propertyName | ) | const | 
      
 
 
◆ hasProperty()
      
        
          | bool carto::PropertyFilter::hasProperty | ( | const std::string & | propertyName | ) | const | 
      
 
 
◆ setOldValue()
      
        
          | void carto::PropertyFilter::setOldValue | ( | const std::string & | propertyName, | 
        
          |  |  | const Object & | oldValue | 
        
          |  | ) |  |  | 
      
 
 
◆ _name
  
  | 
        
          | std::string carto::PropertyFilter::_name |  | protected | 
 
 
◆ _oldValues
  
  | 
        
          | std::map< std::string, Object > carto::PropertyFilter::_oldValues |  | protected | 
 
 
◆ _propertyNames
  
  | 
        
          | std::set< std::string > carto::PropertyFilter::_propertyNames |  | protected | 
 
 
◆ _signal
  
  | 
        
          | Signal carto::PropertyFilter::_signal |  | protected | 
 
 
The documentation for this class was generated from the following file: