ReactOS 0.4.15-dev-6694-g4ba8af9
|
#include <stdio.h>
#include <windows.h>
#include <commctrl.h>
#include "wine/test.h"
#include "v6util.h"
#include "msg.h"
Go to the source code of this file.
Macros | |
#define | LISTVIEW_ID 0 |
#define | HEADER_ID 1 |
#define | expect(expected, got) ok(got == expected, "Expected %d, got %d\n", expected, got) |
#define | expect2(expected1, expected2, got1, got2) |
#define | X(f) p##f = (void*)GetProcAddress(hComCtl32, #f); |
#define | test_lvm_hittest(a, b, c, d, e, f, g, h) test_lvm_hittest_(a,b,c,d,e,f,g,h,__LINE__) |
#define | test_lvm_subitemhittest(a, b, c, d, e, f, g, h, i) test_lvm_subitemhittest_(a,b,c,d,e,f,g,h,i,__LINE__) |
#define | TEST_NO_HEADER(a) test_header_presence_(a, FALSE, __LINE__) |
#define | TEST_HEADER_EXPECTED(a) test_header_presence_(a, TRUE, __LINE__) |
#define | TEST_NO_HEADER2(a, b) test_header_presence_(a, b, __LINE__) |
Enumerations | |
enum | seq_index { COMBINED_SEQ_INDEX = 0 , NUM_MSG_SEQUENCES , LB_SEQ_INDEX , PARENT_SEQ_INDEX , NUM_MSG_SEQUENCES , PARENT_SEQ_INDEX , PARENT_FULL_SEQ_INDEX , PARENT_CD_SEQ_INDEX , LISTVIEW_SEQ_INDEX , EDITBOX_SEQ_INDEX , COMBINED_SEQ_INDEX , NUM_MSG_SEQUENCES , PARENT_SEQ_INDEX = 0 , NUM_MSG_SEQUENCES } |
Definition at line 49 of file listview.c.
Definition at line 50 of file listview.c.
#define HEADER_ID 1 |
Definition at line 47 of file listview.c.
#define LISTVIEW_ID 0 |
Definition at line 46 of file listview.c.
#define TEST_HEADER_EXPECTED | ( | a | ) | test_header_presence_(a, TRUE, __LINE__) |
Definition at line 1571 of file listview.c.
Definition at line 859 of file listview.c.
#define test_lvm_subitemhittest | ( | a, | |
b, | |||
c, | |||
d, | |||
e, | |||
f, | |||
g, | |||
h, | |||
i | |||
) | test_lvm_subitemhittest_(a,b,c,d,e,f,g,h,i,__LINE__) |
Definition at line 886 of file listview.c.
#define TEST_NO_HEADER | ( | a | ) | test_header_presence_(a, FALSE, __LINE__) |
Definition at line 1570 of file listview.c.
Definition at line 1572 of file listview.c.
Definition at line 36 of file listview.c.
Definition at line 1867 of file listview.c.
Referenced by test_customdraw().
|
static |
Definition at line 6408 of file listview.c.
Referenced by test_LVM_GETCOUNTPERPAGE().
Definition at line 690 of file listview.c.
Referenced by is_below_comctl_5(), is_win_xp(), test_approximate_viewrect(), test_callback_mask(), test_canceleditlabel(), test_color(), test_columns(), test_columnscreation(), test_create(), test_createdragimage(), test_customdraw(), test_deleteitem(), test_destroynotify(), test_dispinfo(), test_editbox(), test_finditem(), test_get_set_view(), test_getcolumnwidth(), test_getitemposition(), test_getitemrect(), test_getitemspacing(), test_getorigin(), test_getviewrect(), test_header_notification(), test_header_notification2(), test_header_proc(), test_hittest(), test_hover(), test_icon_spacing(), test_imagelists(), test_indentation(), test_insertitem(), test_item_count(), test_item_position(), test_item_state_change(), test_LVM_GETCOUNTPERPAGE(), test_LVM_REDRAWITEMS(), test_LVM_SETITEMTEXT(), test_LVN_ENDLABELEDIT(), test_LVS_EX_HEADERINALLVIEWS(), test_LVS_EX_TRANSPARENTBKGND(), test_LVSCW_AUTOSIZE(), test_mapidindex(), test_multiselect(), test_norecompute(), test_nosortheader(), test_notifyformat(), test_ownerdata(), test_redraw(), test_scrollnotify(), test_setredraw(), test_sorting(), test_state_image(), and test_subitem_rect().
Definition at line 713 of file listview.c.
Referenced by test_notifyformat().
Definition at line 640 of file listview.c.
|
static |
Definition at line 1555 of file listview.c.
Referenced by test_create().
Definition at line 4580 of file listview.c.
Referenced by is_below_comctl_5().
|
static |
Definition at line 785 of file listview.c.
Referenced by subclass_editbox().
Definition at line 5993 of file listview.c.
Referenced by test_oneclickactivate().
Definition at line 4882 of file listview.c.
Referenced by test_getcolumnwidth().
|
static |
Definition at line 751 of file listview.c.
Referenced by subclass_header().
|
static |
Definition at line 83 of file listview.c.
Referenced by START_TEST().
Definition at line 1158 of file listview.c.
Referenced by test_customdraw(), test_editbox(), test_getitemposition(), test_getitemrect(), test_getviewrect(), test_hittest(), test_items(), test_LVN_ENDLABELEDIT(), test_LVSCW_AUTOSIZE(), test_scrollnotify(), and test_state_image().
Definition at line 1171 of file listview.c.
Referenced by is_below_comctl_5(), test_canceleditlabel(), test_columns(), test_columnscreation(), test_createdragimage(), test_customdraw(), test_deleteitem(), test_dispinfo(), test_finditem(), test_getitemposition(), test_hittest(), test_item_state_change(), test_LVM_REDRAWITEMS(), test_LVM_SETITEMTEXT(), test_LVSCW_AUTOSIZE(), test_mapidindex(), test_multiselect(), test_scrollnotify(), and test_subitem_rect().
|
static |
Definition at line 4585 of file listview.c.
Referenced by START_TEST().
Definition at line 736 of file listview.c.
Referenced by test_create().
|
static |
Definition at line 668 of file listview.c.
Referenced by create_listview_control(), and create_listview_controlW().
|
static |
Definition at line 469 of file listview.c.
Referenced by register_parent_wnd_class().
Definition at line 605 of file listview.c.
START_TEST | ( | listview | ) |
Definition at line 6558 of file listview.c.
Definition at line 814 of file listview.c.
Referenced by parent_wnd_proc().
Definition at line 772 of file listview.c.
Referenced by test_columns(), test_getitemposition(), test_header_notification(), test_imagelists(), test_redraw(), test_setredraw(), and test_subitem_rect().
Definition at line 5032 of file listview.c.
Referenced by START_TEST().
Definition at line 6066 of file listview.c.
Referenced by START_TEST().
Definition at line 4653 of file listview.c.
Referenced by START_TEST().
Definition at line 961 of file listview.c.
Referenced by START_TEST().
|
static |
Definition at line 2013 of file listview.c.
Referenced by START_TEST().
Definition at line 1445 of file listview.c.
Referenced by START_TEST().
Definition at line 3959 of file listview.c.
Referenced by START_TEST().
Definition at line 1590 of file listview.c.
Definition at line 5651 of file listview.c.
Referenced by START_TEST().
Definition at line 1918 of file listview.c.
Referenced by START_TEST().
Definition at line 5862 of file listview.c.
Referenced by START_TEST().
Definition at line 5407 of file listview.c.
Referenced by START_TEST().
Definition at line 5673 of file listview.c.
Referenced by START_TEST().
Definition at line 4214 of file listview.c.
Referenced by START_TEST().