Home
last modified time | relevance | path

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

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/widgets/
H A Dicon_button_widget.cpp60 m_icon_path_type = pathType; in IconButtonWidget()
72 if (m_icon_path_type == ICON_PATH_TYPE_ABSOLUTE) in add()
76 else if (m_icon_path_type == ICON_PATH_TYPE_RELATIVE) in add()
102 if (m_icon_path_type == ICON_PATH_TYPE_ABSOLUTE) in add()
107 else if (m_icon_path_type == ICON_PATH_TYPE_RELATIVE) in add()
277 m_icon_path_type = pathType; in setImage()
282 if (m_icon_path_type == ICON_PATH_TYPE_ABSOLUTE) in setImage()
286 else if (m_icon_path_type == ICON_PATH_TYPE_RELATIVE) in setImage()
H A Dicon_button_widget.hpp75 IconPathType m_icon_path_type; member in GUIEngine::IconButtonWidget