Home
last modified time | relevance | path

Searched refs:ObjectHistory (Results 1 – 11 of 11) sorted by relevance

/dports/lang/nyan/nyan-3c263e2/nyan/
H A Dstate_history.cpp35 const ObjectHistory *obj_history = this->get_obj_history(fqon); in get_obj_state()
68 ObjectHistory &obj_history = this->get_create_obj_history(it.first); in insert()
88 const ObjectHistory *obj_hist = this->get_obj_history(obj); in get_linearization()
122 const ObjectHistory *obj_hist = this->get_obj_history(obj); in get_children()
143 ObjectHistory *StateHistory::get_obj_history(const fqon_t &obj) { in get_obj_history()
154 const ObjectHistory *StateHistory::get_obj_history(const fqon_t &obj) const { in get_obj_history()
165 ObjectHistory &StateHistory::get_create_obj_history(const fqon_t &obj) { in get_create_obj_history()
173 obj, ObjectHistory{} in get_create_obj_history()
H A Dstate_history.h45 ObjectHistory *get_obj_history(const fqon_t &obj);
46 const ObjectHistory *get_obj_history(const fqon_t &obj) const;
47 ObjectHistory &get_create_obj_history(const fqon_t &obj);
58 std::unordered_map<fqon_t, ObjectHistory> object_obj_hists;
H A Dobject_history.cpp11 void ObjectHistory::insert_change(const order_t time) { in insert_change()
24 std::pair<bool, order_t> ObjectHistory::last_change_before(order_t t) const { in last_change_before()
H A Dobject_history.h20 class ObjectHistory {
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/private/
H A Dtimetracker.h27 struct ObjectHistory { struct
57 ObjectHistory m_history;
H A Dtimetracker.cpp36 for (const ObjectHistory &history : std::as_const(m_data)) { in print()
50 void feed(QObject *obj, const ObjectHistory &tracker) in feed()
55 QHash<QObject *, ObjectHistory> m_data;
/dports/security/py-maec/python-maec-4.1.0.17/docs/api/bundle/
H A Dobject_history.rst9 .. autoclass:: ObjectHistory
/dports/security/py-maec/python-maec-4.1.0.17/maec/bundle/
H A D__init__.py21 from .object_history import ObjectHistoryEntry, ObjectHistory # noqa
H A Dobject_history.py6 class ObjectHistory(object):
H A Dbundle.py23 from .object_history import ObjectHistory
605 return ObjectHistory.build(self)
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/Utils/
H A DUndoRedo.cpp129 template<typename T> class ObjectHistory : public ObjectHistoryBase class
132 ~ObjectHistory() override {} in ~ObjectHistory()
202 class ImmutableObjectHistory : public ObjectHistory<Interval>
389 class MutableObjectHistory : public ObjectHistory<MutableHistoryInterval>