Classes | |
class | Group |
No documentation available. More... |
Functions | |
def | GetGroups |
def | GetGroupsForMember |
def | LocateGroup |
def | LocateGroups |
def | Lock |
def | UnlockIfMine |
def GroupMember.GetGroups | ( | args | ) |
Return a list of all active groups in the job. C++ signature : boost::python::list GetGroups()
def GroupMember.GetGroupsForMember | ( | member_number | ) |
Returns a list of all groups containing a member. C++ signature : boost::python::list GetGroupsForMember(int)
def GroupMember.LocateGroup | ( | arg1 | ) |
Prompt the user to locate a group and return the index of the selected group or 0 if one was not selected. C++ signature : int LocateGroup(char const*)
def GroupMember.LocateGroups | ( | arg1 | ) |
Prompt the user to locate zero or more groups and return a list of selected Group objects. C++ signature : boost::python::list LocateGroups(std::string)
def GroupMember.Lock | ( | group | ) |
C++ signature : Entry<24> Lock(Entry<24>)
def GroupMember.UnlockIfMine | ( | group | ) |
Unlock the group if this process owns the lock. C++ signature : Entry<24> UnlockIfMine(Entry<24>)