2 * Copyright 2013, Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
17 MSG_CATEGORY_SELECTED
= 'ctsl',
18 MSG_DEPOT_SELECTED
= 'dpsl',
19 MSG_SEARCH_TERMS_MODIFIED
= 'stmd',
23 class FilterView
: public BGroupView
{
26 virtual ~FilterView();
28 virtual void AttachedToWindow();
29 virtual void MessageReceived(BMessage
* message
);
31 void AdoptModel(const Model
& model
);
34 BMenuField
* fShowField
;
35 BMenuField
* fRepositoryField
;
36 BTextControl
* fSearchTermsText
;
39 #endif // FILTER_VIEW_H