Class FileListFilter. More...
#include <filelistfilter.h>
Inherits wxPanel.

Public Member Functions | |
| FileListFilter (wxWindow *parent, wxWindowID id, FileListDialog *parentBattleListTab, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxEXPAND) | |
| void | OnActivate (wxCommandEvent &event) |
| void | SetActiv (bool state) |
| void | OnChange (wxCommandEvent &event) |
| void | OnChangeName (wxCommandEvent &event) |
| void | OnChangeType (wxCommandEvent &event) |
| void | OnChangeOndisk (wxCommandEvent &event) |
| bool | DoFilterResource (const PlasmaResourceInfo &) |
| return false if info is to be displayed, false otherwise | |
| bool | GetActiv () const |
Protected Attributes | |
| FileListDialog * | m_parent_filelistdialog |
| wxStaticText * | m_filter_text |
| wxStaticText * | m_filter_name_text |
| wxTextCtrl * | m_filter_name_edit |
| wxRegEx * | m_filter_name_expression |
| wxStaticText * | m_filter_type_text |
| wxChoice * | m_filter_type_choice |
| int | m_filter_type_choice_value |
| wxCheckBox * | m_filter_ondisk |
Class FileListFilter.
Definition at line 29 of file filelistfilter.h.
| FileListFilter::FileListFilter | ( | wxWindow * | parent, | |
| wxWindowID | id, | |||
| FileListDialog * | parentBattleListTab, | |||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = wxEXPAND | |||
| ) |
Definition at line 39 of file filelistfilter.cpp.
| bool FileListFilter::DoFilterResource | ( | const PlasmaResourceInfo & | ) |
return false if info is to be displayed, false otherwise
Definition at line 111 of file filelistfilter.cpp.
| bool FileListFilter::GetActiv | ( | ) | const |
| void FileListFilter::OnActivate | ( | wxCommandEvent & | event | ) |
| void FileListFilter::OnChange | ( | wxCommandEvent & | event | ) |
Definition at line 127 of file filelistfilter.cpp.
| void FileListFilter::OnChangeName | ( | wxCommandEvent & | event | ) |
Definition at line 133 of file filelistfilter.cpp.
| void FileListFilter::OnChangeOndisk | ( | wxCommandEvent & | event | ) |
Definition at line 146 of file filelistfilter.cpp.
| void FileListFilter::OnChangeType | ( | wxCommandEvent & | event | ) |
Definition at line 140 of file filelistfilter.cpp.
| void FileListFilter::SetActiv | ( | bool | state | ) |
wxTextCtrl* FileListFilter::m_filter_name_edit [protected] |
Definition at line 54 of file filelistfilter.h.
wxRegEx* FileListFilter::m_filter_name_expression [protected] |
Definition at line 55 of file filelistfilter.h.
wxStaticText* FileListFilter::m_filter_name_text [protected] |
Definition at line 53 of file filelistfilter.h.
wxCheckBox* FileListFilter::m_filter_ondisk [protected] |
Definition at line 62 of file filelistfilter.h.
wxStaticText* FileListFilter::m_filter_text [protected] |
Definition at line 50 of file filelistfilter.h.
wxChoice* FileListFilter::m_filter_type_choice [protected] |
Definition at line 59 of file filelistfilter.h.
int FileListFilter::m_filter_type_choice_value [protected] |
Definition at line 60 of file filelistfilter.h.
wxStaticText* FileListFilter::m_filter_type_text [protected] |
Definition at line 58 of file filelistfilter.h.
FileListDialog* FileListFilter::m_parent_filelistdialog [protected] |
Definition at line 49 of file filelistfilter.h.
1.6.3