FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CAdUiLabelEdit.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
19class CDC;
20class CFont;
21class CPoint;
22class CRect;
23class CWnd;
24template < typename Param1, typename Param2 > class StrTraitMFC_DLL;
25
27{
28public:
30 int EditLabel( CStringW const &, CRect const &, CWnd *,unsigned long,unsigned long, CFont *);
31 int EndEdit(int);
32 int SetBkColor(unsigned long);
33 int SetTextColor(unsigned long);
34 unsigned long GetBkColor(void)const ;
35 unsigned long GetTextColor(void)const ;
36 virtual ~CAdUiLabelEdit(void);
37 void GetWindowTextW( CStringW &)const ;
38
39protected:
42 //DECLARE_MESSAGE_MAP()
44 virtual const AFX_MSGMAP* GetMessageMap() const;
45 HBRUSH__ * CtlColor( CDC *,unsigned int);
46 void OnChange(void);
47 void OnKeyDown(unsigned int,unsigned int,unsigned int);
48 void OnKillFocus( CWnd *);
49 void OnLButtonDown(unsigned int, CPoint);
50 void OnLButtonUp(unsigned int, CPoint);
51 void OnRButtonDown(unsigned int, CPoint);
52 void OnRButtonUp(unsigned int, CPoint);
53
54};
virtual const AFX_MSGMAP * GetMessageMap() const
void OnLButtonDown(unsigned int, CPoint)
void OnLButtonUp(unsigned int, CPoint)
HBRUSH__ * CtlColor(CDC *, unsigned int)
int IMEHitTest(CPoint)
void OnChange(void)
int SetTextColor(unsigned long)
int EditLabel(CStringW const &, CRect const &, CWnd *, unsigned long, unsigned long, CFont *)
void OnKeyDown(unsigned int, unsigned int, unsigned int)
void OnKillFocus(CWnd *)
static const AFX_MSGMAP *PASCAL GetThisMessageMap()
unsigned long GetTextColor(void) const
int EndEdit(int)
void GetWindowTextW(CStringW &) const
void OnRButtonUp(unsigned int, CPoint)
int UpdateWindowSize(void)
int SetBkColor(unsigned long)
virtual ~CAdUiLabelEdit(void)
void OnRButtonDown(unsigned int, CPoint)
CAdUiLabelEdit(void)
unsigned long GetBkColor(void) const