Searched defs:toIcon (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverter.h44 template<class T> QIcon toIcon(const T &data) const function in class:UIConverter
47 return ::toIcon(data);
H A DUIConverterBackend.h43 template<class X> QIcon toIcon(const X & /* xobject */) { Assert(0); return QIcon(); } function
174 template<> QIcon toIcon(const IndicatorType &indicatorType);
192 template<> QIcon toIcon(const KMachineState &state);
H A DUIConverterBackendCOM.cpp100 template<> QIcon toIcon(const KMachineState &state) function
H A DUIConverterBackendGlobal.cpp1287 template<> QIcon toIcon(const IndicatorType &indicatorType) function

Completed in 75 milliseconds