#include <LayerList.h>

Public Member Functions |
|
| Layer (const awString::IString &name, bool visible) | |
| const awString::IString & | getName () const |
| bool | isVisible () const |
| bool | addMember (const awSupport::Id &id) |
| bool | removeMember (const awSupport::Id &id) |
| bool | hasMember (const awSupport::Id &id) const |
| int | size () const |
Protected Member Functions |
|
| virtual | ~Layer () |
| Layer | ( | const awString::IString & | name, |
| bool | visible | ||
| ) |
| virtual ~Layer | ( | ) | [protected, virtual] |
| const awString::IString& getName | ( | ) | const |
| bool isVisible | ( | ) | const |
| bool addMember | ( | const awSupport::Id & | id | ) |
| bool removeMember | ( | const awSupport::Id & | id | ) |
| bool hasMember | ( | const awSupport::Id & | id | ) | const |
| int size | ( | ) | const |