Searched defs:preserveProperties (Results 1 – 8 of 8) sorted by relevance
11 protected $preserveProperties = array('children'); variable in Icinga\\Module\\Businessprocess\\Modification\\NodeAddChildrenAction
16 protected $preserveProperties = array('parentName'); variable in Icinga\\Module\\Businessprocess\\Modification\\NodeRemoveAction
14 protected $preserveProperties = array('formerProperties', 'properties'); variable in Icinga\\Module\\Businessprocess\\Modification\\NodeModifyAction
18 protected $preserveProperties = array('parentName', 'properties'); variable in Icinga\\Module\\Businessprocess\\Modification\\NodeCreateAction
30 protected $preserveProperties = ['parent', 'newParent', 'from', 'to']; variable in Icinga\\Module\\Businessprocess\\Modification\\NodeMoveAction
29 protected $preserveProperties = array(); variable in Icinga\\Module\\Businessprocess\\Modification\\NodeAction
230 void KisPaintOpSettings::resetSettings(const QStringList &preserveProperties) in resetSettings()
1329 QStringList preserveProperties; in slotGuiChangedCurrentPreset() local