ARB
Functions
AW_select.cxx File Reference
#include "aw_select.hxx"
#include "aw_window_Xm.hxx"
#include "aw_root.hxx"
#include "aw_awar.hxx"
#include <arb_strarray.h>
#include <arb_strbuf.h>
#include <arb_str.h>
#include <arb_sort.h>
#include <ad_cb.h>
#include <Xm/List.h>
Include dependency graph for AW_select.cxx:

Go to the source code of this file.

Functions

__ATTR__NORETURN void TERMINATE_selection_type_mismatch (const char *triedType)
 
XmString XmStringCreateSimple_wrapper (const char *text)
 
static int sel_sort_backward (const char *d1, const char *d2)
 
static int sel_isort_backward (const char *d1, const char *d2)
 
static int gb_compare_function__2__sellist_cmp_fun (const void *t1, const void *t2, void *v_selcmp)
 
static void AW_DB_selection_refresh_cb (GBDATA *, AW_DB_selection *selection)
 

Function Documentation

__ATTR__NORETURN void TERMINATE_selection_type_mismatch ( const char triedType)
inline

Definition at line 26 of file AW_select.cxx.

References type_mismatch().

Referenced by AW_selection_list::insert(), and AW_selection_list::insert_default().

XmString XmStringCreateSimple_wrapper ( const char text)
inline

Definition at line 49 of file AW_select.cxx.

Referenced by AW_selection_list::update().

static int sel_sort_backward ( const char d1,
const char d2 
)
static

Definition at line 470 of file AW_select.cxx.

Referenced by AW_selection_list::sort().

static int sel_isort_backward ( const char d1,
const char d2 
)
static

Definition at line 471 of file AW_select.cxx.

References ARB_stricmp().

Referenced by AW_selection_list::sort().

static int gb_compare_function__2__sellist_cmp_fun ( const void *  t1,
const void *  t2,
void *  v_selcmp 
)
static

Definition at line 472 of file AW_select.cxx.

Referenced by AW_selection_list::sortCustom().

static void AW_DB_selection_refresh_cb ( GBDATA ,
AW_DB_selection selection 
)
static