Home
last modified time | relevance | path

Searched refs:ActionList (Results 1 – 25 of 1329) sorted by relevance

12345678910>>...54

/dports/net-im/psi/psi-1.5/src/
H A Dactionlist.cpp50 ActionList::ActionList( const QString &name, int id, bool autoDelete ) in ActionList() function in ActionList
60 ActionList::ActionList( const ActionList &from ) in ActionList() function in ActionList
66 ActionList::~ActionList() in ~ActionList()
73 QString ActionList::name() const in name()
78 int ActionList::id() const in id()
104 void ActionList::clear() in clear()
137 QList<ActionList*> lists;
155 foreach(ActionList* a, d->lists) { in actionList()
165 QList<ActionList*> list; in actionLists()
183 ActionList actions("", 0, false); in suitableActions()
[all …]
H A Dactionlist.h31 class ActionList : public QObject
35 ActionList(const QString &name, int id, bool autoDelete = true);
36 ActionList(const ActionList &);
37 ~ActionList();
62 ActionList *actionList( const QString &name ) const;
63 QList<ActionList*> actionLists( int id ) const;
66 ActionList suitableActions( int id ) const;
68 void addList( ActionList * );
/dports/editors/lazarus/lazarus/lcl/include/
H A Dcontainedaction.inc17 if ActionList <> nil then ActionList.RemoveAction(Self);
23 if ActionList <> nil then
31 if ActionList <> nil then
32 Result := ActionList
39 if ActionList <> nil then
72 if ActionList <> nil then
73 ActionList.Change;
79 if NewActionList <> ActionList then
81 if ActionList <> nil then ActionList.RemoveAction(Self);
95 Result := ((ActionList <> nil) and ActionList.ExecuteAction(Self))
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcontainedaction.inc17 if ActionList <> nil then ActionList.RemoveAction(Self);
23 if ActionList <> nil then
31 if ActionList <> nil then
32 Result := ActionList
39 if ActionList <> nil then
72 if ActionList <> nil then
73 ActionList.Change;
79 if NewActionList <> ActionList then
81 if ActionList <> nil then ActionList.RemoveAction(Self);
95 Result := ((ActionList <> nil) and ActionList.ExecuteAction(Self))
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dcontainedaction.inc17 if ActionList <> nil then ActionList.RemoveAction(Self);
23 if ActionList <> nil then
31 if ActionList <> nil then
32 Result := ActionList
39 if ActionList <> nil then
72 if ActionList <> nil then
73 ActionList.Change;
79 if NewActionList <> ActionList then
81 if ActionList <> nil then ActionList.RemoveAction(Self);
95 Result := ((ActionList <> nil) and ActionList.ExecuteAction(Self))
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcontainedaction.inc17 if ActionList <> nil then ActionList.RemoveAction(Self);
23 if ActionList <> nil then
31 if ActionList <> nil then
32 Result := ActionList
39 if ActionList <> nil then
72 if ActionList <> nil then
73 ActionList.Change;
79 if NewActionList <> ActionList then
81 if ActionList <> nil then ActionList.RemoveAction(Self);
95 Result := ((ActionList <> nil) and ActionList.ExecuteAction(Self))
[all …]
/dports/polish/kadu/kadu-4.3/kadu-core/model/
H A Daction-list-model.cpp39 ActionList = actionList; in setActionList()
45 const int count = ActionList.count(); in appendAction()
48 ActionList.append(action); in appendAction()
56 if (index > ActionList.count()) in insertAction()
57 index = ActionList.count(); in insertAction()
60 ActionList.insert(index, action); in insertAction()
66 int index = ActionList.indexOf(action); in removeAction()
71 ActionList.removeAt(index); in removeAction()
104 QAction *action = ActionList.at(index.row()); in flags()
119 QAction *action = ActionList.at(index.row()); in data()
[all …]
/dports/net/sems/sems-f89581a/apps/dsm/
H A DDSMChartReader.cpp325 stack.push_back(new ActionList(ActionList::AL_func)); in decode()
348 stack.push_back(new ActionList(ActionList::AL_if)); in decode()
354 ActionList* al = dynamic_cast<ActionList*>(&(*stack.back())); in decode()
379 stack.push_back(new ActionList(ActionList::AL_enter)); in decode()
383 stack.push_back(new ActionList(ActionList::AL_exit)); in decode()
403 ActionList* al = dynamic_cast<ActionList*>(stack_top); in decode()
543 stack.push_back(new ActionList(ActionList::AL_else)); in decode()
599 stack.push_back(new ActionList(ActionList::AL_if)); in decode()
637 stack.push_back(new ActionList(ActionList::AL_trans)); in decode()
690 stack.push_back(new ActionList(ActionList::AL_trans)); in decode()
[all …]
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/libkhotkeysprivate/actions/
H A Daction_list.cpp15 ActionList::ActionList(const QString &comment_P) in ActionList() function in KHotKeys::ActionList
21 void ActionList::aboutToBeErased() in aboutToBeErased()
29 const QString &ActionList::comment() const in comment()
34 ActionList::~ActionList() in ~ActionList()
41 void ActionList::cfg_write(KConfigGroup &cfg_P) const in cfg_write()
45 for (ActionList::ConstIterator it = begin(); it != end(); ++it) { in cfg_write()
/dports/www/gitea/gitea-1.16.5/models/
H A Daction_list.go16 type ActionList []*Action type
18 func (actions ActionList) getUserIDs() []int64 {
28 func (actions ActionList) loadUsers(e db.Engine) ([]*user_model.User, error) {
49 func (actions ActionList) LoadUsers() ([]*user_model.User, error) {
53 func (actions ActionList) getRepoIDs() []int64 {
63 func (actions ActionList) loadRepositories(e db.Engine) ([]*repo_model.Repository, error) {
84 func (actions ActionList) LoadRepositories() ([]*repo_model.Repository, error) {
89 func (actions ActionList) loadAttributes(e db.Engine) (err error) {
102 func (actions ActionList) LoadAttributes() error {
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/libkhotkeysprivate/action_data/
H A Daction_data.h15 class ActionList; variable
30 ActionList *actions_P);
53 const ActionList *actions() const;
54 ActionList *actions();
64 virtual void add_actions(ActionList *actions_P,
67 virtual void set_actions(ActionList *actions_P);
71 ActionList *_actions;
H A Daction_data.cpp22 ActionList *actions_P) in ActionData()
31 _actions = new ActionList; in ActionData()
80 const ActionList *ActionData::actions() const in actions()
85 ActionList *ActionData::actions() in actions()
92 for (ActionList::Iterator it = _actions->begin(); it != _actions->end(); ++it) in execute()
128 void ActionData::add_actions(ActionList *actions_P, Action *after_P) in add_actions()
131 for (ActionList::Iterator it = _actions->begin(); it != _actions->end(); ++it) { in add_actions()
146 void ActionData::set_actions(ActionList *actions_P) in set_actions()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/docstore/
H A Ddocstore.go118 return &ActionList{coll: c}
136 type ActionList struct { struct
151 func (l *ActionList) add(a *Action) *ActionList { argument
171 func (l *ActionList) Create(doc Document) *ActionList { argument
183 func (l *ActionList) Replace(doc Document) *ActionList { argument
196 func (l *ActionList) Put(doc Document) *ActionList { argument
206 func (l *ActionList) Delete(doc Document) *ActionList { argument
225 func (l *ActionList) Get(doc Document, fps ...FieldPath) *ActionList { argument
252 func (l *ActionList) Update(doc Document, mods Mods) *ActionList { argument
317 func (l *ActionList) BeforeDo(f func(asFunc func(interface{}) bool) error) *ActionList { argument
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/docstore/
H A Ddocstore.go118 return &ActionList{coll: c}
136 type ActionList struct { struct
151 func (l *ActionList) add(a *Action) *ActionList { argument
171 func (l *ActionList) Create(doc Document) *ActionList { argument
183 func (l *ActionList) Replace(doc Document) *ActionList { argument
196 func (l *ActionList) Put(doc Document) *ActionList { argument
206 func (l *ActionList) Delete(doc Document) *ActionList { argument
225 func (l *ActionList) Get(doc Document, fps ...FieldPath) *ActionList { argument
252 func (l *ActionList) Update(doc Document, mods Mods) *ActionList { argument
317 func (l *ActionList) BeforeDo(f func(asFunc func(interface{}) bool) error) *ActionList { argument
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gocloud.dev/docstore/
H A Ddocstore.go118 return &ActionList{coll: c}
136 type ActionList struct { struct
151 func (l *ActionList) add(a *Action) *ActionList { argument
171 func (l *ActionList) Create(doc Document) *ActionList { argument
183 func (l *ActionList) Replace(doc Document) *ActionList { argument
196 func (l *ActionList) Put(doc Document) *ActionList { argument
206 func (l *ActionList) Delete(doc Document) *ActionList { argument
225 func (l *ActionList) Get(doc Document, fps ...FieldPath) *ActionList { argument
252 func (l *ActionList) Update(doc Document, mods Mods) *ActionList { argument
317 func (l *ActionList) BeforeDo(f func(asFunc func(interface{}) bool) error) *ActionList { argument
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/go-cloud-5094f54ed8bb/docstore/
H A Ddocstore.go118 return &ActionList{coll: c}
136 type ActionList struct { struct
151 func (l *ActionList) add(a *Action) *ActionList { argument
171 func (l *ActionList) Create(doc Document) *ActionList { argument
183 func (l *ActionList) Replace(doc Document) *ActionList { argument
196 func (l *ActionList) Put(doc Document) *ActionList { argument
206 func (l *ActionList) Delete(doc Document) *ActionList { argument
225 func (l *ActionList) Get(doc Document, fps ...FieldPath) *ActionList { argument
252 func (l *ActionList) Update(doc Document, mods Mods) *ActionList { argument
317 func (l *ActionList) BeforeDo(f func(asFunc func(interface{}) bool) error) *ActionList { argument
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/wiki/lib/
H A Dmain.php76 $ActionList = array( variable
101 if($ActionList[$action][2] != '')
102 { $pagestore->rateCheck($ActionList[$action][2],$REMOTE_ADDR); }
105 if(!empty($ActionList[$action]))
107 include($ActionList[$action][0]);
108 if ($ActionList[$action][1])
109 $ActionList[$action][1]();
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/generic/
H A Dactionlist.cpp31 ActionList::ActionList(QWidget* parent) in ActionList() function in ActionList
36 void ActionList::addActionItem(QAction* action) in addActionItem()
45 void ActionList::fromActionList(const QList<QAction*>& a_list) in fromActionList()
54 void ActionList::fromActionMap(QMap<QString, QAction*>& a_map) in fromActionMap()
62 void ActionList::activateAction(QListWidgetItem* item) in activateAction()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Driver/
H A DAction.h49 using size_type = ActionList::size_type;
50 using input_iterator = ActionList::iterator;
51 using input_const_iterator = ActionList::const_iterator;
105 ActionList Inputs;
131 : Action(Kind, ActionList({Input}), Type) {} in Action()
145 ActionList &getInputs() { return Inputs; } in getInputs()
146 const ActionList &getInputs() const { return Inputs; } in getInputs()
269 ActionList DeviceActions;
506 LinkJobAction(ActionList &Inputs, types::ID Type);
517 LipoJobAction(ActionList &Inputs, types::ID Type);
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Driver/
H A DAction.h49 using size_type = ActionList::size_type;
50 using input_iterator = ActionList::iterator;
51 using input_const_iterator = ActionList::const_iterator;
105 ActionList Inputs;
131 : Action(Kind, ActionList({Input}), Type) {} in Action()
145 ActionList &getInputs() { return Inputs; } in getInputs()
146 const ActionList &getInputs() const { return Inputs; } in getInputs()
269 ActionList DeviceActions;
506 LinkJobAction(ActionList &Inputs, types::ID Type);
517 LipoJobAction(ActionList &Inputs, types::ID Type);
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Driver/
H A DAction.h49 using size_type = ActionList::size_type;
50 using input_iterator = ActionList::iterator;
51 using input_const_iterator = ActionList::const_iterator;
105 ActionList Inputs;
131 : Action(Kind, ActionList({Input}), Type) {} in Action()
145 ActionList &getInputs() { return Inputs; } in getInputs()
146 const ActionList &getInputs() const { return Inputs; } in getInputs()
269 ActionList DeviceActions;
506 LinkJobAction(ActionList &Inputs, types::ID Type);
517 LipoJobAction(ActionList &Inputs, types::ID Type);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Driver/
H A DAction.h49 using size_type = ActionList::size_type;
50 using input_iterator = ActionList::iterator;
51 using input_const_iterator = ActionList::const_iterator;
105 ActionList Inputs;
131 : Action(Kind, ActionList({Input}), Type) {} in Action()
145 ActionList &getInputs() { return Inputs; } in getInputs()
146 const ActionList &getInputs() const { return Inputs; } in getInputs()
269 ActionList DeviceActions;
506 LinkJobAction(ActionList &Inputs, types::ID Type);
517 LipoJobAction(ActionList &Inputs, types::ID Type);
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Driver/
H A DAction.h49 using size_type = ActionList::size_type;
50 using input_iterator = ActionList::iterator;
51 using input_const_iterator = ActionList::const_iterator;
105 ActionList Inputs;
131 : Action(Kind, ActionList({Input}), Type) {} in Action()
145 ActionList &getInputs() { return Inputs; } in getInputs()
146 const ActionList &getInputs() const { return Inputs; } in getInputs()
269 ActionList DeviceActions;
506 LinkJobAction(ActionList &Inputs, types::ID Type);
517 LipoJobAction(ActionList &Inputs, types::ID Type);
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
H A DEfiCompressMain.c136 COMPRESS_ACTION_LIST *ActionList; in main() local
141 ActionList = NULL; in main()
144 if (!ParseCommandLine (argc, argv, &ActionList)) { in main()
149 while (ActionList != NULL) { in main()
152 ActionList->InFileName, in main()
153 ActionList->OutFileName, in main()
154 ActionList->CompressType) in main()
158 NextAction = ActionList; in main()
159 ActionList = ActionList->NextAction; in main()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Driver/
H A DAction.h49 using size_type = ActionList::size_type;
50 using input_iterator = ActionList::iterator;
51 using input_const_iterator = ActionList::const_iterator;
104 ActionList Inputs;
130 : Action(Kind, ActionList({Input}), Type) {} in Action()
144 ActionList &getInputs() { return Inputs; } in getInputs()
145 const ActionList &getInputs() const { return Inputs; } in getInputs()
268 ActionList DeviceActions;
505 LinkJobAction(ActionList &Inputs, types::ID Type);
516 LipoJobAction(ActionList &Inputs, types::ID Type);
[all …]

12345678910>>...54