2 * Copyright 2017 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
8 #ifndef REPOSITORIES_SETTINGS_H
9 #define REPOSITORIES_SETTINGS_H
18 #include <StringList.h>
21 class RepositoriesSettings
{
23 RepositoriesSettings();
25 void SetFrame(BRect frame
);
26 status_t
GetRepositories(int32
& repoCount
,
27 BStringList
& nameList
, BStringList
& urlList
);
28 void SetRepositories(BStringList
& nameList
,
29 BStringList
& urlList
);
32 BMessage
_ReadFromFile();
33 status_t
_SaveToFile(BMessage settings
);