Searched refs:WrappedScaleProperty (Results 1 – 4 of 4) sorted by relevance
49 WrappedScaleProperty::WrappedScaleProperty( tScaleProperty eScaleProperty in WrappedScaleProperty() function in chart::wrapper::WrappedScaleProperty111 WrappedScaleProperty::~WrappedScaleProperty() in ~WrappedScaleProperty()115 void WrappedScaleProperty::addWrappedProperties( std::vector< WrappedProperty* >& rList in addWrappedProperties()118 rList.push_back( new WrappedScaleProperty( SCALE_PROP_MAX, spChart2ModelContact ) ); in addWrappedProperties()119 rList.push_back( new WrappedScaleProperty( SCALE_PROP_MIN, spChart2ModelContact ) ); in addWrappedProperties()120 rList.push_back( new WrappedScaleProperty( SCALE_PROP_ORIGIN, spChart2ModelContact ) ); in addWrappedProperties()121 rList.push_back( new WrappedScaleProperty( SCALE_PROP_STEPMAIN, spChart2ModelContact ) ); in addWrappedProperties()122 rList.push_back( new WrappedScaleProperty( SCALE_PROP_STEPHELP, spChart2ModelContact ) ); in addWrappedProperties()124 rList.push_back( new WrappedScaleProperty( SCALE_PROP_AUTO_MAX, spChart2ModelContact ) ); in addWrappedProperties()125 rList.push_back( new WrappedScaleProperty( SCALE_PROP_AUTO_MIN, spChart2ModelContact ) ); in addWrappedProperties()[all …]
38 class WrappedScaleProperty : public WrappedProperty class62 …WrappedScaleProperty( tScaleProperty eScaleProperty, ::boost::shared_ptr< Chart2ModelContact > spC…63 virtual ~WrappedScaleProperty();
59 $(SLO)$/WrappedScaleProperty.obj \
677 WrappedScaleProperty::addWrappedProperties( aWrappedProperties, m_spChart2ModelContact ); in createWrappedProperties()
Completed in 21 milliseconds