com.trolltech.qt.gui
Interface QAbstractIconEngineFactoryV2Interface
- All Superinterfaces:
- QAbstractFactoryInterface, QtJambiInterface
- All Known Implementing Classes:
- QAbstractIconEngineFactoryV2, QIconEnginePluginV2
public interface QAbstractIconEngineFactoryV2Interface
- extends QtJambiInterface, QAbstractFactoryInterface
create
QIconEngineV2 create(java.lang.String filename)
- Creates and returns a
QIconEngine
object for the icon with the given filename. - See also:
keys()
.
keys
java.util.List<java.lang.String> keys()
- Returns a list of icon engine keys that this plugin supports. The keys correspond to the suffix of the file or resource name used when the plugin was created. Keys are case insensitive.
- See also:
create()
.
- Specified by:
keys
in interface QAbstractFactoryInterface
__qt_cast_to_QAbstractIconEngineFactoryV2
long __qt_cast_to_QAbstractIconEngineFactoryV2(long ptr)
- This method is internal to Qt Jambi.