Home
last modified time | relevance | path

Searched refs:isHoverIndicator (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dmapobjectitem.h65 bool isHoverIndicator() const;
66 void setIsHoverIndicator(bool isHoverIndicator);
104 inline bool MapObjectItem::isHoverIndicator() const in isHoverIndicator() function
H A Dmapobjectitem.cpp103 void MapObjectItem::setIsHoverIndicator(bool isHoverIndicator) in setIsHoverIndicator() argument
105 if (mIsHoveredIndicator == isHoverIndicator) in setIsHoverIndicator()
108 mIsHoveredIndicator = isHoverIndicator; in setIsHoverIndicator()
110 if (isHoverIndicator) { in setIsHoverIndicator()