Searched refs:RepoRow (Results 1 - 6 of 6) sorted by relevance

/haiku/src/preferences/repositories/
H A DRepoRow.cpp10 #include "RepoRow.h"
19 #define B_TRANSLATION_CONTEXT "RepoRow"
22 RepoRow::RepoRow(const char* repo_name, const char* repo_url, bool enabled) function in class:RepoRow
39 RepoRow::SetName(const char* name)
49 RepoRow::SetEnabled(bool enabled)
57 RepoRow::RefreshEnabledField()
70 RepoRow::SetTaskState(uint32 state)
H A DRepositoriesView.h19 #include "RepoRow.h"
43 void _TaskStarted(RepoRow* rowItem, int16 count);
44 void _TaskCompleted(RepoRow* rowItem, int16 count,
46 void _TaskCanceled(RepoRow* rowItem, int16 count);
48 void _UpdateFromRepoConfig(RepoRow* rowItem);
56 RepoRow* _AddRepo(BString name, BString url, bool enabled);
H A DRepoRow.h23 class RepoRow : public BRow { class in inherits:BRow
25 RepoRow(const char* repo_name,
H A DRepositoriesView.cpp230 RepoRow* rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection());
254 rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection(rowItem));
267 rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection());
269 RepoRow* oldRow = rowItem;
270 rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection(rowItem));
301 RepoRow* rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection());
315 rowItem = dynamic_cast<RepoRow*>(fListView->CurrentSelection(rowItem));
333 RepoRow* rowIte
[all...]
H A DTaskTimer.h20 #include "RepoRow.h"
27 RepoRow* rowItem;
H A DTaskLooper.cpp120 RepoRow* rowItem;

Completed in 85 milliseconds