Home
last modified time | relevance | path

Searched refs:ComponentList (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tests/testIterators/
H A DtestIterators.cpp138 for (ComponentList<const Component>::const_iterator in testComponentListConst()
146 ComponentList<const OpenSim::Body> bodiesList = in testComponentListConst()
151 for (ComponentList<OpenSim::Body>::const_iterator in testComponentListConst()
160 for (ComponentList<OpenSim::Body>::const_iterator in testComponentListConst()
175 ComponentList<const GeometryPath> geomPathList = in testComponentListConst()
185 ComponentList<const Component> jComponentsList = in testComponentListConst()
188 for (ComponentList<Component>::const_iterator in testComponentListConst()
218 ComponentList<const Joint> jointsWithStates = in testComponentListConst()
229 ComponentList<const ModelComponent> comps = in testComponentListConst()
515 ComponentList<Body> list = model.updComponentList<Body>(); in testComponentListComparisonOperators()
[all …]
/dports/games/multimc/MultiMC5-0.6.11/api/logic/minecraft/
H A DComponentList.cpp39 ComponentList::ComponentList(MinecraftInstance * instance) in ComponentList() function in ComponentList
51 ComponentList::~ComponentList() in ~ComponentList()
213 void ComponentList::saveNow() in saveNow()
222 bool ComponentList::saveIsScheduled() const in saveIsScheduled()
227 void ComponentList::buildingFromScratch() in buildingFromScratch()
233 void ComponentList::scheduleSave() in scheduleSave()
263 void ComponentList::save_internal() in save_internal()
271 bool ComponentList::load() in load()
357 void ComponentList::updateSucceeded() in updateSucceeded()
632 void ComponentList::componentDataChanged() in componentDataChanged()
[all …]
H A DComponent.h12 class ComponentList; variable
25 Component(ComponentList * parent, const QString &uid);
28 Component(ComponentList * parent, std::shared_ptr<Meta::Version> version);
29 Component(ComponentList * parent, const QString & uid, std::shared_ptr<VersionFile> file);
76 ComponentList * m_parent;
H A DComponentUpdateTask_p.h8 class ComponentList; variable
26 ComponentList * m_list = nullptr;
H A DComponentList.h37 class MULTIMC_LOGIC_EXPORT ComponentList : public QAbstractListModel
49 explicit ComponentList(MinecraftInstance * instance);
50 virtual ~ComponentList();
H A DComponentUpdateTask.h7 class ComponentList; variable
21 …explicit ComponentUpdateTask(Mode mode, Net::Mode netmode, ComponentList * list, QObject *parent =…
H A DMinecraftInstance.h13 class ComponentList; variable
67 std::shared_ptr<ComponentList> getComponentList() const;
123 std::shared_ptr<ComponentList> m_components;
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/components/
H A DComponentList.cpp5 ComponentList::ComponentList(Window* window) : IList<ComponentListRow, void*>(window, LIST_SCROLL_S… in ComponentList() function in ComponentList
34 void ComponentList::onSizeChanged() in onSizeChanged()
45 void ComponentList::onFocusLost() in onFocusLost()
50 void ComponentList::onFocusGained() in onFocusGained()
55 bool ComponentList::input(InputConfig* config, Input input) in input()
93 void ComponentList::update(int deltaTime) in update()
132 void ComponentList::updateCameraOffset() in updateCameraOffset()
244 float ComponentList::getTotalRowHeight() const in getTotalRowHeight()
298 void ComponentList::textInput(const char* text) in textInput()
306 std::vector<HelpPrompt> ComponentList::getHelpPrompts() in getHelpPrompts()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dlog.cc74 LogComponent::ComponentList *
77 static LogComponent::ComponentList components; in GetComponentList()
114 LogComponent::ComponentList *components = GetComponentList (); in LogComponent()
115 for (LogComponent::ComponentList::const_iterator i = components->begin (); in LogComponent()
130 LogComponent::ComponentList *components = LogComponent::GetComponentList (); in GetLogComponent()
364 LogComponent::ComponentList::const_iterator i; in LogComponentEnable()
388 for (LogComponent::ComponentList::const_iterator i = components->begin (); in LogComponentEnableAll()
400 for (LogComponent::ComponentList::const_iterator i = components->begin (); in LogComponentDisable()
416 for (LogComponent::ComponentList::const_iterator i = components->begin (); in LogComponentDisableAll()
428 for (LogComponent::ComponentList::const_iterator i = components->begin (); in LogComponentPrintList()
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/beta/
H A Dlist_objects.py38 class ComponentList(MutableSequence): class
223 class XVarList(ComponentList, IndexedVar):
230 ComponentList.__init__(self,
235 class XConstraintList(ComponentList, IndexedConstraint):
242 ComponentList.__init__(self,
247 class XObjectiveList(ComponentList, IndexedObjective):
254 ComponentList.__init__(self,
259 class XExpressionList(ComponentList, IndexedExpression):
266 ComponentList.__init__(self,
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DRenderedString.h178 CEGUI_VECTOR_ALLOC(RenderedStringComponent*)> ComponentList; typedef
180 ComponentList d_components;
189 void cloneComponentList(const ComponentList& list);
191 static void clearComponentList(ComponentList& list);
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DComponentList.h112 class ComponentList {
139 ComponentList(const Component& root, const ComponentFilter& f) : in ComponentList() function
146 ComponentList(const Component& root) : _root(root) { in ComponentList() function
150 virtual ~ComponentList() {} in ~ComponentList()
246 friend class ComponentList<T>;
249 friend class ComponentList<NonConstT>;
/dports/net/ns3/ns-allinone-3.35/netanim-3.108/
H A Dlog.cpp42 typedef std::list<std::pair <std::string, LogComponent *> > ComponentList; typedef
52 ComponentList *GetComponentList (void) in GetComponentList()
54 static ComponentList components; in GetComponentList()
92 ComponentList *components = GetComponentList (); in LogComponent()
314 ComponentList *components = GetComponentList (); in LogComponentEnable()
338 ComponentList *components = GetComponentList (); in LogComponentEnableAll()
350 ComponentList *components = GetComponentList (); in LogComponentDisable()
366 ComponentList *components = GetComponentList (); in LogComponentDisableAll()
378 ComponentList *components = GetComponentList (); in LogComponentPrintList()
451 ComponentList *components = GetComponentList (); in ComponentExists()
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A DTPinballTable.cpp211 while (!ComponentList.empty()) in ~TPinballTable()
214 delete ComponentList[0]; in ~TPinballTable()
221 for (auto component : ComponentList) in find_component()
237 for (auto component : ComponentList) in find_component()
297 for (auto component : ComponentList) in tilt()
310 for (auto component : ComponentList) in port_draw()
352 for (auto component : ComponentList) in Message()
498 for (auto component : ComponentList) in Message()
549 for (auto component : ComponentList) in Message()
593 for (auto component : table->ComponentList) in EndGame_timeout()
/dports/audio/juk/juk-21.12.3/
H A Dplaylistsearch.h35 typedef QVector<Component> ComponentList; typedef
41 const ComponentList &components,
56 ComponentList components() const;
76 ComponentList m_components;
H A Dplaylistsearch.cpp46 const ComponentList &components, in PlaylistSearch()
97 PlaylistSearch::ComponentList PlaylistSearch::components() const in components()
112 ComponentList::ConstIterator it = m_components.begin(); in isEmpty()
251 PlaylistSearch::ComponentList components; in operator >>()
253 PlaylistSearch::ComponentList::ConstIterator it = components.constBegin(); in operator >>()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DRenderedString.cpp83 void RenderedString::cloneComponentList(const ComponentList& list) in cloneComponentList()
92 void RenderedString::clearComponentList(ComponentList& list) in clearComponentList()
123 ComponentList::iterator cb = d_components.begin(); in split()
125 ComponentList::iterator ce = cb + sz; in split()
160 ComponentList::iterator cb = d_components.begin(); in split()
162 ComponentList::iterator ce = cb + sz; in split()
/dports/cad/ktechlab/ktechlab-0.50.0/src/electronics/
H A Dcircuitdocument.h32 typedef QList<Component*> ComponentList; typedef
149 ComponentList m_toSimulateList;
150 ComponentList m_componentList; // List is built up during call to assignCircuits
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/guis/
H A DGuiMetaDataEd.h11 class ComponentList; variable
36 std::shared_ptr<ComponentList> mList;
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/guis/
H A DGuiInputConfig.h10 class ComponentList; variable
41 std::shared_ptr<ComponentList> mList;
/dports/graphics/p5-Graphics-Primitive/Graphics-Primitive-0.67/t/
H A D35-componentlist.t8 use_ok('Graphics::Primitive::ComponentList');
11 my $list = Graphics::Primitive::ComponentList->new;
12 isa_ok($list, 'Graphics::Primitive::ComponentList');
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/edas/
H A Dlist_components.go81 ComponentList ComponentList `json:"ComponentList" xml:"ComponentList"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/edas/
H A Dlist_components.go86 ComponentList ComponentList `json:"ComponentList" xml:"ComponentList"` member
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/edas/
H A Dlist_components.go86 ComponentList ComponentList `json:"ComponentList" xml:"ComponentList"` member
/dports/graphics/p5-Graphics-Primitive/Graphics-Primitive-0.67/lib/Graphics/Primitive/
H A DContainer.pm7 use Graphics::Primitive::ComponentList;
18 default => sub { Graphics::Primitive::ComponentList->new },

1234567