ReactOS 0.4.15-dev-8614-gbc76250
|
Go to the source code of this file.
Macros | |
#define | CREATEWINDOW 106 |
#define | CREATEWINDOWEX 107 |
#define | CREATEWINDOWW 108 |
#define | ResultX 0 |
#define | ResultY 305 |
#define | NOTIFYX 350 |
#define | NOTIFYY 285 |
#define | BUFFERLEN 80 /* Size of buffer to hold result strings */ |
#define | TestStr "The quick brown fox jumps over the lazy dog" |
#define | TestStrW L"This is a WCHAR string" /* Wide to support unicode edits */ |
#define | MAXMESSAGEBUTTONS 42 |
#define | ReplaceTextStr "->> Replaced!! <<-" |
#define | NUMBERBUTTONS 26 |
Typedefs | |
typedef void | FunctionHandler(HWND, DWORD, WPARAM, LPARAM) |
typedef FunctionHandler * | LPFUNCTIONHANDLER |
Variables | |
HWND | g_hwnd = NULL |
HINSTANCE | g_hInst = NULL |
int | pos = 10 |
int | n = 0 |
int | yButPos = 10 |
int | xButPos = 10 |
DWORD | EditStyle = 0 |
DWORD | EditWidth = 240 |
DWORD | EditHeight = 250 |
BOOL | UnicodeUsed = FALSE |
HWND | hwndEdit = NULL |
POINTL | point ={10,3} |
RECT | rect = {0,0,20,20} |
RECT | rect2 |
DWORD | StartP |
DWORD | EndP |
char * | AllocatedText |
char * | NewText = "New text for the edit control" |
wchar_t * | NewTextW = L"New text for the edit control in UNICODE" |
char | TextBuffer [BUFFERLEN] ={'R','e','s','u','l','t',':',' '} |
struct { | |
char * Text | |
DWORD MsgCode | |
WPARAM wParam | |
LPARAM lParam | |
LPFUNCTIONHANDLER Handler | |
} | Msg [] |
DWORD | EditStyles [] |
char * | StyleNames [] |
HWND | Buttons [NUMBERBUTTONS] |
HWND | MessageButtons [MAXMESSAGEBUTTONS] |
HWND | Back1But |
HWND | Back2But |
HWND | NextBut |
Definition at line 25 of file edittest.c.
#define CREATEWINDOW 106 |
Definition at line 15 of file edittest.c.
#define CREATEWINDOWEX 107 |
Definition at line 16 of file edittest.c.
#define CREATEWINDOWW 108 |
Definition at line 17 of file edittest.c.
#define MAXMESSAGEBUTTONS 42 |
Definition at line 32 of file edittest.c.
#define NOTIFYX 350 |
Definition at line 22 of file edittest.c.
#define NOTIFYY 285 |
Definition at line 23 of file edittest.c.
#define NUMBERBUTTONS 26 |
Definition at line 260 of file edittest.c.
#define ReplaceTextStr "->> Replaced!! <<-" |
Definition at line 54 of file edittest.c.
#define ResultX 0 |
Definition at line 19 of file edittest.c.
#define ResultY 305 |
Definition at line 20 of file edittest.c.
#define TestStr "The quick brown fox jumps over the lazy dog" |
Definition at line 28 of file edittest.c.
Definition at line 30 of file edittest.c.
typedef FunctionHandler* LPFUNCTIONHANDLER |
Definition at line 63 of file edittest.c.
VOID BackToFirstPage | ( | ) |
Definition at line 341 of file edittest.c.
Referenced by WndProc().
VOID BackToInitialPage | ( | ) |
Definition at line 352 of file edittest.c.
Referenced by WndProc().
Definition at line 268 of file edittest.c.
Referenced by WndProc().
Definition at line 289 of file edittest.c.
Referenced by WndProc().
VOID ForwardToSecondPage | ( | ) |
Definition at line 149 of file edittest.c.
Definition at line 131 of file edittest.c.
Definition at line 79 of file edittest.c.
Definition at line 121 of file edittest.c.
Definition at line 89 of file edittest.c.
Definition at line 66 of file edittest.c.
Referenced by HandlePrintRect(), HandlePrintReturnHex(), HandlePrintReturnStr(), HandleSetHandlePrintHex(), and WndProc().
VOID ReadNHide | ( | ) |
Definition at line 310 of file edittest.c.
Referenced by WndProc().
Definition at line 580 of file edittest.c.
Referenced by WinMain().
Definition at line 634 of file edittest.c.
Definition at line 364 of file edittest.c.
Referenced by RegisterAndCreateWindow().
char* AllocatedText |
Definition at line 56 of file edittest.c.
HWND Back1But |
Definition at line 263 of file edittest.c.
Referenced by BackToFirstPage(), BackToInitialPage(), ForwardToSecondPage(), ReadNHide(), and WndProc().
HWND Back2But |
Definition at line 263 of file edittest.c.
Referenced by BackToFirstPage(), ForwardToSecondPage(), and WndProc().
HWND Buttons[NUMBERBUTTONS] |
Definition at line 261 of file edittest.c.
Referenced by BackToInitialPage(), ReadNHide(), and WndProc().
DWORD EditHeight = 250 |
Definition at line 44 of file edittest.c.
Referenced by WndProc().
DWORD EditStyle = 0 |
Definition at line 42 of file edittest.c.
Referenced by ReadNHide(), and WndProc().
DWORD EditStyles[] |
DWORD EditWidth = 240 |
Definition at line 43 of file edittest.c.
Referenced by WndProc().
DWORD EndP |
Definition at line 52 of file edittest.c.
Definition at line 35 of file edittest.c.
Referenced by CreateCheckButton(), CreatePushButton(), RegisterAndCreateWindow(), and WndProc().
Definition at line 34 of file edittest.c.
Referenced by CreateCheckButton(), CreatePushButton(), HandlePrintPasswdChar(), PrintTextXY(), and WndProc().
LPFUNCTIONHANDLER Handler |
Definition at line 185 of file edittest.c.
Definition at line 48 of file edittest.c.
Referenced by BackToInitialPage(), and WndProc().
LPARAM lParam |
Definition at line 184 of file edittest.c.
Referenced by HandlePrintPasswdChar(), HandlePrintRect(), HandlePrintReturnHex(), HandlePrintReturnStr(), and WndProc().
HWND MessageButtons[MAXMESSAGEBUTTONS] |
Definition at line 262 of file edittest.c.
Referenced by BackToFirstPage(), BackToInitialPage(), ForwardToSecondPage(), ReadNHide(), and WndProc().
struct { ... } Msg[] |
Referenced by HandlePrintPasswdChar(), HandlePrintRect(), HandlePrintReturnHex(), HandlePrintReturnStr(), and WndProc().
DWORD MsgCode |
Definition at line 182 of file edittest.c.
Referenced by WndProc().
Definition at line 38 of file edittest.c.
Definition at line 57 of file edittest.c.
Referenced by HandleSetHandlePrintHex().
Definition at line 58 of file edittest.c.
Referenced by HandleSetHandlePrintHex().
HWND NextBut |
Definition at line 264 of file edittest.c.
Referenced by BackToFirstPage(), BackToInitialPage(), ForwardToSecondPage(), ReadNHide(), and WndProc().
POINTL point ={10,3} |
Definition at line 50 of file edittest.c.
Referenced by af_glyph_hints_align_edge_points(), af_glyph_hints_align_strong_points(), af_glyph_hints_align_weak_points(), af_glyph_hints_reload(), af_glyph_hints_save(), af_latin_hints_compute_segments(), brush_fill_pixels(), CC_MouseCheckColorGraph(), CC_MouseCheckPredefColorArray(), CC_MouseCheckResultWindow(), CC_MouseCheckUserColorArray(), CC_PaintCross(), CC_WMInitDialog(), cff_builder_add_point(), ATL::CWindow::ChildWindowFromPoint(), ATL::CWindow::ChildWindowFromPointEx(), convert_utf16bom(), copy_mipmap_chain(), CRect::CRect(), CRYPT_AsnDecodeDistPoint(), CRYPT_AsnEncodeIssuingDistPoint(), DECLARE_INTERFACE_(), Decompose_Curve(), RdpClientUI::Display_Polygon(), RdpClientUI::Display_RepaintPolygon(), Graphics::DrawImage(), FT_Outline_Decompose(), ft_stroke_border_get_counts(), FT_Stroker_LineTo(), FT_Stroker_ParseOutline(), ft_stroker_subpath_start(), GdipGetPathGradientCenterPoint(), GdipGetPathGradientCenterPointI(), GdipSetPathGradientCenterPoint(), GdipSetPathGradientCenterPointI(), get_bezier_glyph_outline(), get_line_to_point_y_distance(), get_native_glyph_outline(), PathGradientBrush::GetCenterPoint(), OpenGLSurfaceEvaluator::inEvalCoord2f(), OpenGLSurfaceEvaluator::inEvalMesh2(), OpenGLSurfaceEvaluator::inEvalPoint2(), IntGdiWidenPath(), IntTrackMouseEvent(), GraphicsPath::IsOutlineVisible(), Graphics::IsVisible(), Region::IsVisible(), GraphicsPath::IsVisible(), LISTVIEW_UpdateHeaderSize(), MD_ListView_OnInsertMarkHitTest(), ME_HandleMessage(), CRect::MoveToXY(), CPoint::Offset(), CRect::OffsetRect(), CPoint::operator!=(), CPoint::operator+(), CSize::operator+(), CRect::operator+(), CPoint::operator+=(), CRect::operator+=(), CPoint::operator-(), CSize::operator-(), CRect::operator-(), CPoint::operator-=(), CRect::operator-=(), CPoint::operator==(), PATH_LineTo(), PATH_PolyPolyline(), ps_builder_add_point(), psh_glyph_compute_extrema(), psh_glyph_find_blue_points(), psh_glyph_find_strong_points(), psh_glyph_init(), psh_glyph_interpolate_normal_points(), psh_glyph_interpolate_other_points(), psh_glyph_interpolate_strong_points(), psh_glyph_load_points(), psh_glyph_save_points(), psh_hint_table_find_strong_points(), CRect::PtInRect(), resample_bitmap_pixel(), resample_bitmap_pixel_premult(), CDefView::SelectAndPositionItem(), PathGradientBrush::SetCenterPoint(), SPY_DumpStructure(), symt_add_function_point(), SysMouseWImpl_Acquire(), t1_builder_add_point(), test_decodeCRLDistPoints(), test_decodeCRLIssuingDistPoint(), test_dpi_mapping(), test_EM_CHARFROMPOS(), test_encodeCRLDistPoints(), test_encodeCRLIssuingDistPoint(), test_events(), test_fromhrgn(), test_GetMouseMovePointsEx(), test_getregiondata(), test_IConnectionPoint(), test_pathgradientcenterpoint(), test_word_wrap(), triangulation_add_point(), ArcTessellator::trim_power_coeffs(), and ui_polygon().
int pos = 10 |
Definition at line 37 of file edittest.c.
RECT rect = {0,0,20,20} |
Definition at line 51 of file edittest.c.
Referenced by HandlePrintPasswdChar(), HandlePrintRect(), and PrintTextXY().
RECT rect2 |
Definition at line 51 of file edittest.c.
Referenced by CToolSettingsWindow::calculateTwoBoxes(), CardRegion::MoveDragCardTo(), CToolSettingsWindow::OnCreate(), CToolSettingsWindow::OnLButtonDown(), CToolSettingsWindow::OnPaint(), CRect::operator&(), CRect::operator|(), test_AWR_flags(), test_buffered_paint(), test_createLineBrushFromRectWithAngle(), test_CRect(), test_DrawTextCalcRect(), test_elem_bounding_client_rect(), test_EqualRect(), Test_GetRandomRgn_RGN5(), Test_GetRandomRgn_SYSRGN(), test_pager(), test_paint_messages(), test_position(), test_range(), test_subitem_rect(), test_SubtractRect(), and test_updown_buddy().
DWORD StartP |
Definition at line 52 of file edittest.c.
char* StyleNames[] |
Definition at line 253 of file edittest.c.
Referenced by WndProc().
char* Text |
Definition at line 181 of file edittest.c.
Referenced by PrintTextXY(), and WndProc().
Definition at line 60 of file edittest.c.
Referenced by HandlePrintPasswdChar(), HandlePrintRect(), HandlePrintReturnHex(), HandlePrintReturnStr(), and HandleSetHandlePrintHex().
Definition at line 46 of file edittest.c.
Referenced by HandleSetHandlePrintHex(), and WndProc().
WPARAM wParam |
Definition at line 183 of file edittest.c.
Referenced by HandlePrintPasswdChar(), HandlePrintRect(), HandlePrintReturnHex(), HandlePrintReturnStr(), and WndProc().
int xButPos = 10 |
Definition at line 40 of file edittest.c.
Referenced by CreateCheckButton(), CreatePushButton(), and WndProc().
int yButPos = 10 |
Definition at line 39 of file edittest.c.
Referenced by CreateCheckButton(), CreatePushButton(), and WndProc().