Obsolete Members for PortalPrivilegeListModel
The following members of QML type PortalPrivilegeListModel are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Methods
- void append(portalPrivilege)
(obsolete)
- void clear()
(obsolete)
- void insert(index, PortalPrivilege portalPrivilege)
(obsolete)
- void move(from, int to)
(obsolete)
- void remove(index, int count = 1)
(obsolete)
Method Documentation
This method is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Appends a PortalPrivilege portalPrivilege to the list model.
This method only affects the local instance of this list model class. This method will not add a privilege for the online user.
This method is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Removes all privileges from the list model.
This method only affects the local instance of this list model class. This method will not remove a privilege from the online user.
void insert(index, PortalPrivilege portalPrivilege) |
This method is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Inserts a PortalPrivilege portalPrivilege at the specified index in the list.
This method only affects the local instance of this list model class. This method will not add a privilege for the online user.
This method is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Moves one PortalPrivilege from an index in the list model to a different index.
This method only affects the local instance of this list model class. This method will not move a privilege for the online user.
This method is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Removes one or more objects starting at the specified index.
- index Index of first object to remove.
- count Number of objects to remove. This parameter defaults to 1.
This method only affects the local instance of this list model class. This method will not remove a privilege from the online user.