Added a "quick search" box for filtering the card list

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1483 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2010-08-04 21:52:26 +00:00
parent 4532fade77
commit be922940a2
17 changed files with 239 additions and 15 deletions
+4 -3
View File
@@ -13,12 +13,13 @@
#include <gui/set/panel.hpp>
class wxSplitterWindow;
class ImageCardList;
class FilteredImageCardList;
class DataEditor;
class TextCtrl;
class IconMenu;
class HoverButton;
class FindInfo;
class FilterCtrl;
// ----------------------------------------------------------------------------- : CardsPanel
@@ -75,11 +76,11 @@ class CardsPanel : public SetWindowPanel {
wxSizer* s_left;
wxSplitterWindow* splitter;
DataEditor* editor;
ImageCardList* card_list;
FilteredImageCardList* card_list;
Panel* nodes_panel;
TextCtrl* notes;
HoverButton* collapse_notes;
wxTextCtrl* filter;
FilterCtrl* filter;
bool notes_below_editor;
/// Move the notes panel below the editor or below the card list