Home
last modified time | relevance | path

Searched refs:KeepObjsPerms (Results 1 – 3 of 3) sorted by relevance

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libparsers/src/
H A Dattributes.cpp304 KeepObjsPerms="keep-objs-perms", variable
H A Dattributes.h321 KeepObjsPerms,
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dmodeldatabasediffform.cpp1181 keep_obj_perms_chk->setChecked(conf[Attributes::KeepObjsPerms] == Attributes::True); in selectPreset()
1281 …conf[Attributes::KeepObjsPerms] = keep_obj_perms_chk->isChecked() ? Attributes::True : Attributes:… in savePreset()