#include "debug.h"#include "blist.h"#include "notify.h"#include "utils.h"#include "group_admindlg.h"#include "group_find.h"#include "group_join.h"#include "group_opt.h"group_admindlg.c包含/依赖关系图:

数据结构 | |
| struct | _qun_info_window |
类型定义 | |
| typedef _qun_info_window | qun_info_window |
枚举 | |
| enum | { COLUMN_SELECTED = 0, COLUMN_UID, COLUMN_NICKNAME, NUM_COLUMNS } |
| enum | { PAGE_INFO = 0, PAGE_MEMBER } |
函数 | |
| void | _qq_group_info_window_deleteevent (GtkWidget *widget, GdkEvent *event, gpointer data) |
| void | _qq_group_info_window_close (GtkWidget *widget, gpointer data) |
| void | _qq_group_info_window_destroy (GtkWidget *widget, gpointer data) |
| void | qq_qun_info_window_free (qq_data *qd) |
| void | _qq_group_info_window_modify (GtkWidget *widget, gpointer data) |
| void | _qq_group_member_list_deleted_toggled (GtkCellRendererToggle *cell, gchar *path_str, gpointer data) |
| void | _qq_group_member_list_drag_data_rcv_cb (GtkWidget *widget, GdkDragContext *dc, guint x, guint y, GtkSelectionData *sd, guint info, guint t, gpointer data) |
| GtkWidget * | _create_page_info (GaimConnection *gc, qq_group *group, gboolean do_manage, qun_info_window *info_window) |
| GtkWidget * | _create_page_members (GaimConnection *gc, qq_group *group, gboolean do_manage, qun_info_window *info_window) |
| void | qq_group_detail_window_show (GaimConnection *gc, qq_group *group) |
变量 | |
| const gchar * | qq_group_category [] |
| const gchar * | qq_group_auth_type_desc [] |
|
|
|
|
|
The QQ2003C protocol plugin for gaim Copyright (C) 2004 Puzzlebird This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 在文件group_admindlg.c第35行定义。 |
|
|
在文件group_admindlg.c第42行定义。 |
|
||||||||||||||||||||
|
||||||||||||||||||||
|
||||||||||||
|
在文件group_admindlg.c第78行定义。 参考自 _qq_group_info_window_modify()及qq_group_detail_window_show(). |
|
||||||||||||||||
|
在文件group_admindlg.c第73行定义。 |
|
||||||||||||
|
在文件group_admindlg.c第85行定义。 |
|
||||||||||||
|
||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
|
在文件group_admindlg.c第285行定义。 参考 COLUMN_NICKNAME、COLUMN_SELECTED、COLUMN_UID及gaim_name_to_uid(). 函数调用图: ![]() |
|
||||||||||||
|
The QQ2003C protocol plugin for gaim Copyright (C) 2004 Puzzlebird This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 在文件group_admindlg.c第570行定义。 参考 _create_page_info()、_create_page_members()、_qq_group_info_window_close()、_qq_group_info_window_deleteevent()、_qq_group_info_window_destroy()、_qq_group_info_window_modify()、_qun_info_window::btn_close、_qun_info_window::btn_mod、_qun_info_window::gc、_qun_info_window::internal_group_id、_qq_group::internal_group_id、_qq_group::my_status、_qun_info_window::notebook、QQ_GROUP_MEMBER_STATUS_IS_ADMIN、QQ_GROUP_MEMBER_STATUS_IS_MEMBER、_qq_data::qun_info_window及_qun_info_window::window. 参考自 qq_group_manage_group()及qq_group_setup_with_gc_and_uid(). 函数调用图: ![]() |
|
|
在文件group_admindlg.c第112行定义。 参考 _qq_data::qun_info_window及_qun_info_window::window. 参考自 _qq_common_clean(). |
|
|
初始化序列: {
"鏃犻』璁よ瘉", "闇瑕佽璇", "涓嶅彲娣诲姞",
}
在文件group_admindlg.c第68行定义。 参考自 _create_page_info(). |
|
|
初始化序列: {
"鍚屽", "鏈嬪弸", "鍚屼簨", "鍏朵粬",
}
在文件group_admindlg.c第64行定义。 参考自 _create_page_info(). |
1.4.4