ARB
|
#include <aw_base.hxx>
#include <arbtools.h>
Go to the source code of this file.
Namespaces | |
UNTYPED | |
Typedefs | |
typedef void(* | UNTYPED::awt_orderfun )(AW_window *aww, awt_reorder_mode pos, AW_CL cl_user) |
typedef void(* | UNTYPED::awt_collectfun )(AW_window *aww, awt_collect_mode what, AW_CL cl_user) |
Enumerations | |
enum | awt_reorder_mode { ARM_TOP, ARM_UP, ARM_DOWN, ARM_BOTTOM } |
enum | awt_collect_mode { ACM_ADD, ACM_FILL, ACM_REMOVE, ACM_EMPTY } |
Functions | |
void | UNTYPED::awt_create_order_buttons (AW_window *aws, awt_orderfun reorder_cb, AW_CL cl_user) |
void | UNTYPED::awt_create_collect_buttons (AW_window *aws, bool collect_rightwards, awt_collectfun collect_cb, AW_CL cl_user) |
template<typename T > | |
void | awt_create_order_buttons (AW_window *aws, void(*reorder_cb)(AW_window *, awt_reorder_mode, T), T t) |
void | awt_create_order_buttons (AW_window *aws, void(*reorder_cb)(AW_window *, awt_reorder_mode)) |
template<typename T > | |
void | awt_create_collect_buttons (AW_window *aws, bool collect_rightwards, void(*collect_cb)(AW_window *, awt_collect_mode, T), T t) |
void | awt_create_collect_buttons (AW_window *aws, bool collect_rightwards, void(*collect_cb)(AW_window *, awt_collect_mode)) |
enum awt_reorder_mode |
Enumerator | |
---|---|
ARM_TOP | |
ARM_UP | |
ARM_DOWN | |
ARM_BOTTOM |
Definition at line 22 of file awt_modules.hxx.
enum awt_collect_mode |
Enumerator | |
---|---|
ACM_ADD | |
ACM_FILL | |
ACM_REMOVE | |
ACM_EMPTY |
Definition at line 29 of file awt_modules.hxx.
|
inline |
Definition at line 47 of file awt_modules.hxx.
References UNTYPED::awt_create_order_buttons(), CASTSIG, and disallow_type< T, U >::here().
|
inline |
Definition at line 51 of file awt_modules.hxx.
References UNTYPED::awt_create_order_buttons(), and CASTSIG.
|
inline |
Definition at line 57 of file awt_modules.hxx.
References UNTYPED::awt_create_collect_buttons(), CASTSIG, and disallow_type< T, U >::here().
|
inline |
Definition at line 61 of file awt_modules.hxx.
References UNTYPED::awt_create_collect_buttons(), and CASTSIG.