#include <groupoptionspanel.h>
Inherits wxPanel.

Definition at line 16 of file groupoptionspanel.h.
anonymous enum [protected] |
| REMOVE_GROUP | |
| RENAME_GROUP | |
| ADD_GROUP | |
| GROUPS_LIST | |
| NOTIFY_LOGIN | |
| IGNORE_CHAT | |
| NOTIFY_HOST | |
| IGNORE_PM | |
| NOTIFY_STATUS | |
| AUTOCKICK | |
| NOTIFY_HIGHLIGHT | |
| HIGHLIGHT_COLOR | |
| USERS_LIST | |
| ADD_USER | |
| REMOVE_USER |
Definition at line 21 of file groupoptionspanel.h.
| GroupOptionsPanel::GroupOptionsPanel | ( | wxWindow * | parent, | |
| wxWindowID | id = wxID_ANY, |
|||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxSize( 656,537 ), |
|||
| long | style = wxTAB_TRAVERSAL | |||
| ) |
Definition at line 41 of file groupoptionspanel.cpp.
| GroupOptionsPanel::~GroupOptionsPanel | ( | ) |
Definition at line 198 of file groupoptionspanel.cpp.
| wxString GroupOptionsPanel::GetFirstGroupName | ( | ) | [protected] |
Definition at line 241 of file groupoptionspanel.cpp.
| void GroupOptionsPanel::Initialize | ( | ) | [protected] |
Definition at line 191 of file groupoptionspanel.cpp.
| void GroupOptionsPanel::OnAddNewGroup | ( | wxCommandEvent & | event | ) | [protected] |
TODO: Check if group exists already.
Definition at line 262 of file groupoptionspanel.cpp.
| void GroupOptionsPanel::OnAddUsers | ( | wxCommandEvent & | event | ) | [protected] |
Definition at line 319 of file groupoptionspanel.cpp.
| void GroupOptionsPanel::OnGroupActionsChange | ( | wxCommandEvent & | event | ) | [protected] |
Definition at line 287 of file groupoptionspanel.cpp.
| void GroupOptionsPanel::OnGroupListSelectionChange | ( | wxCommandEvent & | event | ) | [protected] |
Definition at line 276 of file groupoptionspanel.cpp.
| void GroupOptionsPanel::OnHighlightColorClick | ( | wxCommandEvent & | event | ) | [protected] |
Definition at line 299 of file groupoptionspanel.cpp.
| void GroupOptionsPanel::OnRemoveGroup | ( | wxCommandEvent & | event | ) | [protected] |
Definition at line 248 of file groupoptionspanel.cpp.
| void GroupOptionsPanel::OnRemoveUser | ( | wxCommandEvent & | event | ) | [protected] |
Definition at line 329 of file groupoptionspanel.cpp.
| void GroupOptionsPanel::OnRenameGroup | ( | wxCommandEvent & | event | ) | [protected] |
Definition at line 257 of file groupoptionspanel.cpp.
| void GroupOptionsPanel::OnUsersListSelectionChange | ( | wxCommandEvent & | event | ) | [protected] |
Definition at line 311 of file groupoptionspanel.cpp.
| void GroupOptionsPanel::ReloadGroupsList | ( | ) | [protected] |
Definition at line 233 of file groupoptionspanel.cpp.
| void GroupOptionsPanel::ReloadUsersList | ( | ) | [protected] |
Definition at line 225 of file groupoptionspanel.cpp.
| void GroupOptionsPanel::ShowGroup | ( | const wxString & | group | ) | [protected] |
Definition at line 202 of file groupoptionspanel.cpp.
| void GroupOptionsPanel::Update | ( | ) |
Definition at line 341 of file groupoptionspanel.cpp.
wxButton* GroupOptionsPanel::m_add_group_button [protected] |
Definition at line 44 of file groupoptionspanel.h.
wxButton* GroupOptionsPanel::m_add_user_button [protected] |
Definition at line 56 of file groupoptionspanel.h.
wxCheckBox* GroupOptionsPanel::m_autokick_check [protected] |
Definition at line 51 of file groupoptionspanel.h.
wxString GroupOptionsPanel::m_current_group [protected] |
Definition at line 59 of file groupoptionspanel.h.
wxListBox* GroupOptionsPanel::m_group_list [protected] |
Definition at line 40 of file groupoptionspanel.h.
wxPanel* GroupOptionsPanel::m_group_panel [protected] |
Definition at line 45 of file groupoptionspanel.h.
wxCheckBox* GroupOptionsPanel::m_highlight_check [protected] |
Definition at line 52 of file groupoptionspanel.h.
ColorButton* GroupOptionsPanel::m_highlight_color_button [protected] |
Definition at line 54 of file groupoptionspanel.h.
wxStaticText* GroupOptionsPanel::m_highlight_colorstaticText [protected] |
Definition at line 53 of file groupoptionspanel.h.
wxCheckBox* GroupOptionsPanel::m_ignore_chat_check [protected] |
Definition at line 47 of file groupoptionspanel.h.
wxCheckBox* GroupOptionsPanel::m_ignore_pm_check [protected] |
Definition at line 49 of file groupoptionspanel.h.
wxCheckBox* GroupOptionsPanel::m_login_notify_check [protected] |
Definition at line 46 of file groupoptionspanel.h.
wxCheckBox* GroupOptionsPanel::m_notify_host_check [protected] |
Definition at line 48 of file groupoptionspanel.h.
wxCheckBox* GroupOptionsPanel::m_notify_status_check [protected] |
Definition at line 50 of file groupoptionspanel.h.
wxButton* GroupOptionsPanel::m_remove_group_button [protected] |
Definition at line 41 of file groupoptionspanel.h.
wxButton* GroupOptionsPanel::m_remove_user_button [protected] |
Definition at line 57 of file groupoptionspanel.h.
wxButton* GroupOptionsPanel::m_rename_group_button [protected] |
Definition at line 42 of file groupoptionspanel.h.
GroupUserDialog* GroupOptionsPanel::m_user_dialog [protected] |
Definition at line 60 of file groupoptionspanel.h.
wxListBox* GroupOptionsPanel::m_user_list [protected] |
Definition at line 55 of file groupoptionspanel.h.
1.6.3