Collaboration diagram for Swift::SecurityLabelsCatalog::Item:Public Member Functions | |
| Item () | |
| SecurityLabel::ref | getLabel () const |
| void | setLabel (SecurityLabel::ref label) |
| const std::string & | getSelector () const |
| void | setSelector (const std::string &selector) |
| bool | getIsDefault () const |
| void | setIsDefault (bool isDefault) |
Definition at line 20 of file SecurityLabelsCatalog.h.
| Swift::SecurityLabelsCatalog::Item::Item | ( | ) | [inline] |
Definition at line 22 of file SecurityLabelsCatalog.h.
| bool Swift::SecurityLabelsCatalog::Item::getIsDefault | ( | ) | const [inline] |
Definition at line 37 of file SecurityLabelsCatalog.h.
| SecurityLabel::ref Swift::SecurityLabelsCatalog::Item::getLabel | ( | ) | const [inline] |
Definition at line 23 of file SecurityLabelsCatalog.h.
| const std::string& Swift::SecurityLabelsCatalog::Item::getSelector | ( | ) | const [inline] |
Definition at line 31 of file SecurityLabelsCatalog.h.
| void Swift::SecurityLabelsCatalog::Item::setIsDefault | ( | bool | isDefault | ) | [inline] |
Definition at line 39 of file SecurityLabelsCatalog.h.
| void Swift::SecurityLabelsCatalog::Item::setLabel | ( | SecurityLabel::ref | label | ) | [inline] |
Definition at line 27 of file SecurityLabelsCatalog.h.
| void Swift::SecurityLabelsCatalog::Item::setSelector | ( | const std::string & | selector | ) | [inline] |
Definition at line 33 of file SecurityLabelsCatalog.h.
1.7.1