Interface QMenuSlotInterface

All Superinterfaces:
QMetaDataObject, Serializable
All Known Implementing Classes:
QMenuSlot

public interface QMenuSlotInterface extends QMetaDataObject
Interface to mark objets that can be used as a "slot", e.g., where a menu should be used or displayed in an application.

See core-known values in QMenuSlot.

Frontend modules can define their own slots by implementing this interface (e.g., typically in an enum like QMenuSlot)