AppKit.NSApplicationquickmacapp._quickapp.QuickApplication - QuickMacApp's main application class.Foundation.NSObjectquickmacapp._notifications._QMANotificationDelegateWrapper - UNUserNotificationCenterDelegate implementation.quickmacapp.Actionable - Wrap a Python no-argument function call in an NSObject with a doIt: method.quickmacapp._background.SometimesBackground - An application that is sometimes in the background but has a window that, when visible, can own the menubar, become key, etc. However, when that window is closed, we withdraw to the menu bar and continue running in the background, as an accessory.quickmacapp._notifications._AppNotificationsCtxBuilder - No class docstring; 0/1 instance variable, 0/2 class variable, 2/2 methods documentedquickmacapp._notifications._BuiltinActionInfo - Undocumentedquickmacapp._notifications._NotifConfigImpl - No class docstring; 0/4 class variable, 1/3 method documentedquickmacapp._notifications._PlainNotificationActionInfo - Undocumentedquickmacapp._notifications._TextNotificationActionInfo - Undocumentedquickmacapp._notifications.Notifier - A notifier for a specific category.quickmacapp.ItemState - The state of a menu item.quickmacapp.notifications.response - Undocumentedquickmacapp.Status - Application status (top menu bar, on right)typing.Protocolquickmacapp._quickapp.MainRunner - A function which has been decorated with a runMain attribute.quickmacapp.DockIconManager - Methods for managing the background dock icon status.quickmacapp.notifications.Action - An action is just an async method that takes its self (an instance of a notification class encapsulating the ID & data), and reacts to the specified action.quickmacapp.notifications.NotificationConfig - The application-wide configuration for a notification.quickmacapp.notifications.NotificationTranslator - Translate notifications from the notification ID and some user data,quickmacapp.notifications.Notifier - A Notifier can deliver notifications.