Public Member Functions | Protected Attributes | Properties

PolicyEditViewController Class Reference

The view controller to edit the policy by allowing to add a new rule. More...

#import <PolicyEditViewController.h>

List of all members.

Public Member Functions

(void) - configureToolbarItems
 Method to configure Toolbar Items.
(void) - initialization
 Method to intialize everything.

Protected Attributes

PeerBrowserpeerBrowser
 the PeerBrowser object
NSInteger capacity
 Number of available peers.
UISegmentedControl * policyToggle
 The toggle value to toggle between peer/event/authorization and right.
NSMutableArray * eventsListAll
 Mutable array containing all events.
NSMutableArray * myEventsList
 Mutable array containing my events i.e.
NSMutableArray * selectedPeers
 The peers selected by the peer to create a new rule.
NSMutableArray * selectedEvents
 The events selected by the peer to create a new event.
NSMutableArray * selectedRights
 The rights selected by the peer for the new rule.
NSMutableArray * selectedPermission
 The permission selected by the peer for the new rule.
NSIndexPath * lastIndexPath
 The index path.

Properties

NSMutableArray * peers
 Available peers to select to create a new rule.

Detailed Description

The view controller to edit the policy by allowing to add a new rule.


Member Function Documentation

- (void) configureToolbarItems

Method to configure Toolbar Items.

- (void) initialization

Method to intialize everything.


Member Data Documentation

- (NSInteger) capacity [protected]

Number of available peers.

- (NSMutableArray*) eventsListAll [protected]

Mutable array containing all events.

- (NSIndexPath*) lastIndexPath [protected]

The index path.

- (NSMutableArray*) myEventsList [protected]

Mutable array containing my events i.e.

events inserted by me

- (PeerBrowser*) peerBrowser [protected]

the PeerBrowser object

- (UISegmentedControl*) policyToggle [protected]

The toggle value to toggle between peer/event/authorization and right.

- (NSMutableArray*) selectedEvents [protected]

The events selected by the peer to create a new event.

- (NSMutableArray*) selectedPeers [protected]

The peers selected by the peer to create a new rule.

- (NSMutableArray*) selectedPermission [protected]

The permission selected by the peer for the new rule.

- (NSMutableArray*) selectedRights [protected]

The rights selected by the peer for the new rule.


Property Documentation

- (NSMutableArray *) peers [read, write, retain]

Available peers to select to create a new rule.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Properties