Add convenience method for accessing the underlying value store.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43154 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5950ebf682
commit
548716773f
@ -112,6 +112,13 @@ GUITeamUISettings::Value(const char* settingID, BVariant &value) const
|
||||
}
|
||||
|
||||
|
||||
const BMessage&
|
||||
GUITeamUISettings::Values() const
|
||||
{
|
||||
return fValues;
|
||||
}
|
||||
|
||||
|
||||
GUITeamUISettings&
|
||||
GUITeamUISettings::operator=(const GUITeamUISettings& other)
|
||||
{
|
||||
|
@ -35,6 +35,8 @@ public:
|
||||
status_t Value(const char* settingID,
|
||||
BVariant& value) const;
|
||||
|
||||
const BMessage& Values() const;
|
||||
|
||||
GUITeamUISettings& operator=(const GUITeamUISettings& other);
|
||||
// throws std::bad_alloc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user