35 #ifndef ANA_OBJECT_OPTIONMATCHER_H 36 #define ANA_OBJECT_OPTIONMATCHER_H static QSelectMenu * popupMenu(const std::set< AObject *> &ol, Tree &tr)
get the QSelectMenu (Qt QMenu) for given options tree
static void commonOptions(const std::set< AObject *> &, Tree &tr)
Fills the return tree tr with the common options of the set of objects.
static void intersect(Tree &tr, const Tree *ot)
Makes the intersection between tr and ot, result in tr.
void(* OptionFunction)(const std::set< AObject *> &)
Option menus registration mechanism (all static).
static void copyTree(Tree &tout, const Tree &tin)
Copies 'tin' into 'tout', with only syntactic attribute and "objectmenucallback" or "callback" attrib...