Home
last modified time | relevance | path

Searched refs:ActionDescription (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/sysutils/polkit-qt/polkit-qt-1-0.114.0/core/
H A Dpolkitqt1-actiondescription.cpp49 ActionDescription::ActionDescription() in ActionDescription() function in PolkitQt1::ActionDescription
55 ActionDescription::ActionDescription(PolkitActionDescription *polkitActionDescription) in ActionDescription() function in PolkitQt1::ActionDescription
75 ActionDescription::ActionDescription(const PolkitQt1::ActionDescription& other) in ActionDescription() function in PolkitQt1::ActionDescription
80 ActionDescription& ActionDescription::operator=(const PolkitQt1::ActionDescription& other) in operator =()
86 ActionDescription::~ActionDescription() in ~ActionDescription()
90 QString ActionDescription::actionId() const in actionId()
100 QString ActionDescription::message() const in message()
115 QString ActionDescription::iconName() const in iconName()
120 ActionDescription::ImplicitAuthorization ActionDescription::implicitAny() const in implicitAny()
125 ActionDescription::ImplicitAuthorization ActionDescription::implicitInactive() const in implicitInactive()
[all …]
H A Dpolkitqt1-actiondescription.h29 class POLKITQT1_CORE_EXPORT ActionDescription
49 typedef QList< ActionDescription > List;
51 ActionDescription();
59 explicit ActionDescription(PolkitActionDescription *actionDescription);
60 ActionDescription(const ActionDescription &other);
61 ~ActionDescription();
63 ActionDescription &operator=(const ActionDescription &other);
112 ActionDescription::ImplicitAuthorization implicitAny() const;
119 ActionDescription::ImplicitAuthorization implicitInactive() const;
126 ActionDescription::ImplicitAuthorization implicitActive() const;
[all …]
/dports/polish/kadu/kadu-4.3/kadu-core/gui/actions/
H A Daction-description.cpp34 ActionDescription::ActionDescription(QObject *parent, ActionType type, const QString &name, QObject… in ActionDescription() function in ActionDescription
44 ActionDescription::ActionDescription( QObject *parent) : in ActionDescription() function in ActionDescription
53 ActionDescription::~ActionDescription() in ~ActionDescription()
63 void ActionDescription::setActions(Actions *actions) in setActions()
78 void ActionDescription::init() in init()
94 Actions * ActionDescription::actionsRegistry() const in actionsRegistry()
119 void ActionDescription::setType(ActionType type) in setType()
124 void ActionDescription::setName(const QString &name) in setName()
192 void ActionDescription::updateActionStates() in updateActionStates()
234 QList<Action *> ActionDescription::actions() in actions()
[all …]
H A Dactions.h35 class ActionDescription; variable
52 class KADUAPI Actions : public QObject, public QMap<QString, ActionDescription *>
106 void actionLoaded(ActionDescription *action);
116 void actionUnloaded(ActionDescription *action);
127 void insert(ActionDescription *action);
137 void remove(ActionDescription *action);
H A Dactions.cpp44 void Actions::insert(ActionDescription *action) in insert()
46 QMap<QString, ActionDescription *>::insert(action->name(), action); in insert()
52 void Actions::remove(ActionDescription *action) in remove()
54 QMap<QString, ActionDescription *>::remove(action->name()); in remove()
/dports/polish/kadu/kadu-4.3/kadu-core/gui/windows/
H A Dkadu-window-actions.h37 class ActionDescription; variable
88 ActionDescription *ExitKadu;
89 ActionDescription *AddUser;
93 ActionDescription *AddGroup;
94 ActionDescription *OpenSearch;
95 ActionDescription *Forum;
96 ActionDescription *Bugs;
98 ActionDescription *About;
99 ActionDescription *Translate;
102 ActionDescription *ShowMyself;
[all …]
H A Dkadu-window-actions.cpp293 ActionDescription::TypeMainMenu, "exitKaduAction", in init()
300 ActionDescription::TypeGlobal, "addUserAction", in init()
313 ActionDescription::TypeGlobal, "addGroupAction", in init()
319 ActionDescription::TypeGlobal, "openSearchAction", in init()
327 ActionDescription::TypeMainMenu, "forumAction", in init()
333 ActionDescription::TypeMainMenu, "bugsAction", in init()
345 ActionDescription::TypeMainMenu, "translateAction", in init()
351 ActionDescription::TypeMainMenu, "aboutAction", in init()
371 ActionDescription::TypeMainMenu, "showMyselfAction", in init()
420 ActionDescription::TypeUser, "writeEmailAction", in init()
[all …]
H A Dsearch-window-actions.cpp59 FirstSearch = m_injectedFactory->makeInjected<ActionDescription>(this, in init()
60 ActionDescription::TypeSearch, "firstSearchAction", in init()
66 NextResults = m_injectedFactory->makeInjected<ActionDescription>(this, in init()
67 ActionDescription::TypeSearch, "nextResultsAction", in init()
73 StopSearch = m_injectedFactory->makeInjected<ActionDescription>(this, in init()
74 ActionDescription::TypeSearch, "stopSearchAction", in init()
81 ActionDescription::TypeSearch, "clearSearchAction", in init()
87 AddFound = m_injectedFactory->makeInjected<ActionDescription>(this, in init()
88 ActionDescription::TypeSearch, "addSearchedAction", in init()
97 ChatFound = m_injectedFactory->makeInjected<ActionDescription>(this, in init()
[all …]
H A Dsearch-window-actions.h28 class ActionDescription; variable
49 ActionDescription *FirstSearch;
50 ActionDescription *NextResults;
51 ActionDescription *StopSearch;
52 ActionDescription *ClearResults;
53 ActionDescription *AddFound;
54 ActionDescription *ChatFound;
/dports/polish/kadu/kadu-4.3/kadu-core/gui/widgets/chat-widget/
H A Dchat-widget-actions.h30 class ActionDescription; variable
57 ActionDescription *MoreActions;
58 ActionDescription *AutoSend;
59 ActionDescription *ClearChat;
61 ActionDescription *Bold;
62 ActionDescription *Italic;
63 ActionDescription *Underline;
64 ActionDescription *Send;
65 ActionDescription *BlockUser;
66 ActionDescription *OpenChat;
[all …]
H A Dchat-widget-actions.cpp196 ActionDescription::TypeChat, "moreActionsAction", in init()
202 ActionDescription::TypeChat, "autoSendAction", in init()
209 ActionDescription::TypeChat, "clearChatAction", in init()
217 ActionDescription::TypeChat, "insertImageAction", in init()
224 ActionDescription::TypeChat, "boldAction", in init()
231 ActionDescription::TypeChat, "italicAction", in init()
238 ActionDescription::TypeChat, "underlineAction", in init()
245 ActionDescription::TypeChat, "sendAction", in init()
253 ActionDescription::TypeUser, "blockUserAction", in init()
263 ActionDescription::TypeUser, "chatAction", in init()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Platinum/Source/Extras/Managed/
H A DActionDescription.h44 public ref class ActionDescription
94 return (m_pHandle == ((ActionDescription^)obj)->m_pHandle);
99 ActionDescription(PLT_ActionDesc& devData) in ActionDescription() function
106 ~ActionDescription() in ~ActionDescription()
111 this->!ActionDescription(); in ~ActionDescription()
114 !ActionDescription()
123 PLATINUM_MANAGED_MARSHAL_AS(Platinum::ActionDescription, PLT_ActionDesc);
H A DService.cpp57 IEnumerable<Platinum::ActionDescription^>^ Platinum::Service::Actions::get()
59 return gcnew Enumerables::EnumerableNptArray<ActionDescription^, PLT_ActionDesc*>(
64 Platinum::ActionDescription^ Platinum::Service::FindAction( String^ name )
78 return marshal_as<ActionDescription^>(*d);
H A DService.h39 ref class ActionDescription; variable
97 property IEnumerable<ActionDescription^>^ Actions
99 IEnumerable<ActionDescription^>^ get();
104 ActionDescription^ FindAction(String^ name);
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Platinum/Source/Extras/Managed/
H A DActionDescription.h44 public ref class ActionDescription
94 return (m_pHandle == ((ActionDescription^)obj)->m_pHandle);
99 ActionDescription(PLT_ActionDesc& devData) in ActionDescription() function
106 ~ActionDescription() in ~ActionDescription()
111 this->!ActionDescription(); in ~ActionDescription()
114 !ActionDescription()
123 PLATINUM_MANAGED_MARSHAL_AS(Platinum::ActionDescription, PLT_ActionDesc);
H A DService.cpp57 IEnumerable<Platinum::ActionDescription^>^ Platinum::Service::Actions::get()
59 return gcnew Enumerables::EnumerableNptArray<ActionDescription^, PLT_ActionDesc*>(
64 Platinum::ActionDescription^ Platinum::Service::FindAction( String^ name )
78 return marshal_as<ActionDescription^>(*d);
H A DService.h39 ref class ActionDescription; variable
97 property IEnumerable<ActionDescription^>^ Actions
99 IEnumerable<ActionDescription^>^ get();
104 ActionDescription^ FindAction(String^ name);
/dports/polish/kadu/kadu-4.3/plugins/jabber_protocol/actions/
H A Djabber-actions.h30 class ActionDescription; variable
47 ActionDescription * resendSubscription() { return ResendSubscription; } in resendSubscription()
48 ActionDescription * removeSubscription() { return RemoveSubscription; } in removeSubscription()
49 ActionDescription * askForSubscription() { return AskForSubscription; } in askForSubscription()
56 ActionDescription *ResendSubscription;
57 ActionDescription *RemoveSubscription;
58 ActionDescription *AskForSubscription;
H A Djabber-actions.cpp92 …ndSubscription = m_pluginInjectedFactory->makeInjected<ActionDescription>(this, ActionDescription:… in init()
96 …veSubscription = m_pluginInjectedFactory->makeInjected<ActionDescription>(this, ActionDescription:… in init()
104 …orSubscription = m_pluginInjectedFactory->makeInjected<ActionDescription>(this, ActionDescription:… in init()
/dports/polish/kadu/kadu-4.3/kadu-core/gui/menu/
H A Dmenu-item.h27 class ActionDescription; variable
31 ActionDescription *Action;
36 MenuItem(ActionDescription *action, KaduMenu::MenuSection section, int priority = 0);
40 ActionDescription * actionDescription() { return Action; } in actionDescription()
/dports/polish/kadu/kadu-4.3/kadu-core/gui/widgets/
H A Dcustom-input-menu-item.h26 class ActionDescription; variable
39 ActionDescription *Action;
44 CustomInputMenuItem(ActionDescription *action, CustomInputMenuCategory category, int priority);
48 ActionDescription * actionDescription() const { return Action; } in actionDescription()
/dports/polish/kadu/kadu-4.3/plugins/mediaplayer/
H A Dmediaplayer.cpp165 this, ActionDescription::TypeChat, "mediaplayer_button", in init()
169 playAction = m_pluginInjectedFactory->makeInjected<ActionDescription>( in init()
170 this, ActionDescription::TypeChat, "mediaplayer_play", in init()
174 stopAction = m_pluginInjectedFactory->makeInjected<ActionDescription>( in init()
175 this, ActionDescription::TypeChat, "mediaplayer_stop", in init()
179 prevAction = m_pluginInjectedFactory->makeInjected<ActionDescription>( in init()
180 this, ActionDescription::TypeChat, "mediaplayer_prev", in init()
184 nextAction = m_pluginInjectedFactory->makeInjected<ActionDescription>( in init()
185 this, ActionDescription::TypeChat, "mediaplayer_next", in init()
190 this, ActionDescription::TypeChat, "mediaplayer_vol_up", in init()
[all …]
/dports/mail/trojita/trojita-0.7/src/Gui/ShortcutHandler/
H A DShortcutConfigWidget.h35 class ActionDescription; variable
74 void shortcutsChanged(const QHash<QString, ActionDescription> &actionDescriptions);
92 void setActionDescriptions(const QHash<QString, ActionDescription> &actionDescriptions);
98 QHash<QString, ActionDescription> m_actionDescriptions;
H A DShortcutHandler.cpp69 m_actionDescriptions[actionName] = ActionDescription(iconName, text, defaultShortcut, parentId); in defineAction()
74 …m_actionDescriptions[actionName] = ActionDescription(iconName, text, QKeySequence(key).toString(QK… in defineAction()
87 ActionDescription actionDescription = m_actionDescriptions[actionName]; in createAction()
130 void ShortcutHandler::changeShortcuts(const QHash<QString, ActionDescription> &actionDescriptions) in changeShortcuts()
132 …for (QHash<QString, ActionDescription>::const_iterator it = actionDescriptions.constBegin(); it !=… in changeShortcuts()
133 ActionDescription actionDescription = it.value(); in changeShortcuts()
/dports/polish/kadu/kadu-4.3/plugins/emoticons/gui/
H A Dinsert-emoticon-action.cpp34 ActionDescription(parent) in InsertEmoticonAction()
36 setType(ActionDescription::TypeChat); in InsertEmoticonAction()
48 ActionDescription::actionInstanceCreated(action); in actionInstanceCreated()
55 ActionDescription::updateActionState(action); in updateActionState()

123456789