Mercurial > hg > svgui
comparison widgets/TransformFinder.h @ 431:4711b400f976
* Add beginnings of capability to search plugins that are not yet
installed -- lots more work to do here, though
author | Chris Cannam |
---|---|
date | Tue, 14 Oct 2008 16:36:35 +0000 |
parents | 6bf3c906b7a5 |
children | 2b5d04b21d87 |
comparison
equal
deleted
inserted
replaced
430:bcaeb2ba9b74 | 431:4711b400f976 |
---|---|
54 std::vector<SelectableLabel *> m_labels; | 54 std::vector<SelectableLabel *> m_labels; |
55 TransformId m_selectedTransform; | 55 TransformId m_selectedTransform; |
56 QTimer *m_timer; | 56 QTimer *m_timer; |
57 | 57 |
58 QString m_newSearchText; | 58 QString m_newSearchText; |
59 typedef std::vector<TransformFactory::Match> SortedResults; | 59 typedef std::vector<TextMatcher::Match> SortedResults; |
60 SortedResults m_sortedResults; | 60 SortedResults m_sortedResults; |
61 int m_upToDateCount; | 61 int m_upToDateCount; |
62 }; | 62 }; |
63 | 63 |
64 #endif | 64 #endif |