class EE::UI::UIStyle::PropertyResolution¶
#include <uistyle.hpp> class PropertyResolution { public: // construction PropertyResolution(const PropertyResolution&); PropertyResolution(PropertyResolution&& other); ~PropertyResolution(); // methods PropertyResolution& operator=(const PropertyResolution&); PropertyResolution& operator=(PropertyResolution&&); const CSS::StyleSheetProperty* get() const; };