digiKam
|
Public Member Functions | |
HistoryEdgeProperties & | operator+= (const FilterAction &action) |
Public Attributes | |
QList< FilterAction > | actions |
Every edge has one associated object of this class.
For two vertices v1, v2 with and edge e, v1 -> v2, describes the actions necessary to create v2 from v2: v1 -> actions[0] -> ... -> actions[n] = v2.
HistoryEdgeProperties & Digikam::HistoryEdgeProperties::operator+= | ( | const FilterAction & | action | ) |
References actions.
QList<FilterAction> Digikam::HistoryEdgeProperties::actions |