TNB Library
クラス | 名前空間 | 列挙型 | 関数
TnbMfcCommon.h ファイル

MFCコントロール共通のヘッダ [詳解]

+ TnbMfcCommon.h の依存先関係図:
+ 被依存関係図:

[ソースコード]

クラス

class  CDrawTextBase
 テキスト描画ベースクラス [詳解]
 
class  CFindDescendants
 コントロール一括処理クラス [詳解]
 
struct  CDrawTextBase::TColor
 カラーセット型 [詳解]
 

名前空間

namespace  TNB
 TNB Library
 
namespace  TNB::MFC
 TNB MFC Library
 
namespace  TNB::MFC::MFCLIB
 MFC共通ライブラリ
 

列挙型

enum  ELayeredAction { E_ColorKey = _BIT(0) , E_Alpha = _BIT(1) , E_SetLayeredStyle = _BIT(31) }
 アクションフラグ値. [詳解]
 

関数

void AdjustClientSize (CDC *pDC, UINT drawStyle, LPCTSTR lpsz, int margin=2)
 [設定] クライアントサイズ調整. [詳解]
 
void AdjustClientSize (CWnd *pWnd, CDC *pDC, UINT drawStyle, LPCTSTR lpsz, int margin=2)
 [設定] クライアントサイズ調整. [詳解]
 
bool ChangeClientSize (CWnd *pWnd, int cx=-1, int cy=-1)
 [設定] クライアントサイズ設定. [詳解]
 
void DrawBox (CDC *pDC, const RECT &rect, CPen &pen)
 [表示] 箱表示. [詳解]
 
void DrawBox (CDC *pDC, const RECT &rect, int nPenStyle, int nWidth, COLORREF color)
 [表示] 箱表示. [詳解]
 
void DrawDottedBox (CDC *pDC, const RECT &rect, COLORREF color)
 [表示] 破線箱表示. [詳解]
 
void DrawParent (CWnd *pWndControl, bool boIsRedraw=true)
 [表示] 親表示. [詳解]
 
CPoint GetClientPoint (CWnd *pWnd)
 [取得] クライアント位置取得. [詳解]
 
bool GetControlPos (CWnd *pWnd, POINT &_po)
 [取得] コントロール位置取得. [詳解]
 
CBitmapHandle GetParentImage (CWnd *pWndControl, COLORREF backColor=CLR_INVALID)
 [取得] 親画像取得. [詳解]
 
bool IsProcessingFlag (HWND hWnd)
 [取得] 処理済フラグ取得. [詳解]
 
void PumpMessage (void)
 [処理] メッセージポンプ [詳解]
 
int SelectClipRgnOrg (CDC *pDC, HRGN rgn, int mode=RGN_COPY)
 [設定] リージョン設定. [詳解]
 
LRESULT SendCommandMessage (CWnd *pCtrl, UINT cmd)
 [処理] WM_COMMAND送信. [詳解]
 
bool SetControlPos (CWnd *pWnd, int x, int y, bool boIsRepaint=false)
 [設定] コントロール位置設定. [詳解]
 
bool SetLayeredWindow (CWnd *pWnd, COLORREF crKey=0, BYTE bAlpha=255, DWORD dwFlags=E_Alpha|E_SetLayeredStyle)
 [設定] SetLayeredWindow. [詳解]
 
void SetProcessingFlag (HWND hWnd, bool isEnable)
 [設定] 処理済フラグ操作. [詳解]
 
void SetTextForStatic (CWnd *pWnd, LPCTSTR lpsz, int margin=2)
 [設定] STATIC 文字列設定&サイズ調整. [詳解]
 
UINT _deprecated StaticToDrawStyle (DWORD staticStyle)
 [変換] StaticスタイルをDrawTextスタイルに変換 [詳解]
 

詳解

MFCコントロール共通のヘッダ

参照
TnbDef.h 利用条件、および無保証規定

TnbMfcCommon.h に定義があります。