ARB
|
#include <group_search.h>
Public Member Functions | |
ColumnWidths () | |
void | track (int wName, int wReason, int nesting, int size, int marked, int clusID, double aid, bool keeled) |
Static Public Member Functions | |
static int | max2width (const int &i) |
static int | percent (int part, int all) |
Public Attributes | |
int | name |
int | reason |
int | max_nesting |
int | max_size |
int | max_marked |
int | max_marked_pc |
int | max_cluster_id |
int | max_aid |
bool | seen_keeled |
Definition at line 104 of file group_search.h.
|
inline |
Definition at line 120 of file group_search.h.
Definition at line 131 of file group_search.h.
References GBS_global_string().
Referenced by QueriedGroups::get_group_display().
Definition at line 136 of file group_search.h.
Referenced by FoundGroup::get_marked_pc().
void ColumnWidths::track | ( | int | wName, |
int | wReason, | ||
int | nesting, | ||
int | size, | ||
int | marked, | ||
int | clusID, | ||
double | aid, | ||
bool | keeled | ||
) |
Definition at line 340 of file group_search.cxx.
References max.
Referenced by FoundGroup::track_max_widths().
int ColumnWidths::name |
Definition at line 108 of file group_search.h.
Referenced by QueriedGroups::get_group_display().
int ColumnWidths::reason |
Definition at line 109 of file group_search.h.
Referenced by QueriedGroups::get_group_display().
int ColumnWidths::max_nesting |
Definition at line 111 of file group_search.h.
Referenced by QueriedGroups::get_group_display().
int ColumnWidths::max_size |
Definition at line 112 of file group_search.h.
Referenced by QueriedGroups::get_group_display().
int ColumnWidths::max_marked |
Definition at line 113 of file group_search.h.
Referenced by QueriedGroups::get_group_display().
int ColumnWidths::max_marked_pc |
Definition at line 114 of file group_search.h.
Referenced by QueriedGroups::get_group_display().
int ColumnWidths::max_cluster_id |
Definition at line 115 of file group_search.h.
Referenced by QueriedGroups::get_group_display().
int ColumnWidths::max_aid |
Definition at line 116 of file group_search.h.
Referenced by QueriedGroups::get_group_display().
bool ColumnWidths::seen_keeled |
Definition at line 118 of file group_search.h.
Referenced by QueriedGroups::get_group_display().