Lhaz
読み取り中…
検索中…
一致する文字列を見つけられません
公開メンバ関数 | 非公開メンバ関数 | 非公開変数類 | 静的非公開変数類 | 全メンバ一覧
LHAZPRG クラス

#include <lhazprg.h>

公開メンバ関数

 LHAZPRG (HINSTANCE hins, HWND parent, DWORD style, bool taskbar=false)
 
 LHAZPRG (HINSTANCE hins, HWND parent, DWORD style, int x, int y, int nWidth, int nHeight, bool taskbar=false)
 
 ‾LHAZPRG (void)
 
HWND GetHwnd (void)
 
void SetRange (int max)
 
void SetStep (int step)
 
void StepIt (void)
 
void SetTotal (LONGLONG t)
 
void SetMelted (LONGLONG m)
 
void Show (void)
 
void Hide (void)
 
void SetPos (int pos)
 
void ChgStyle (DWORD style)
 
void Progress (unsigned int size)
 
void MoveWindow (int X, int nWidth)
 

非公開メンバ関数

void Create (DWORD style)
 

非公開変数類

HWND Hwnd
 
HINSTANCE Instance
 
HWND Parent
 
int X
 
int Y
 
int Width
 
int Height
 
LONGLONG Total
 
LONGLONG Melted
 
unsigned int Pos
 
ITaskbarList3 * m_ptl
 

静的非公開変数類

static const int DEF_X = 7
 
static const int DEF_Y = 23
 
static const int DEF_WIDTH = 226
 
static const int DEF_HEIGHT = 20
 

構築子と解体子

◆ LHAZPRG() [1/2]

LHAZPRG::LHAZPRG ( HINSTANCE  hins,
HWND  parent,
DWORD  style,
bool  taskbar = false 
)

◆ LHAZPRG() [2/2]

LHAZPRG::LHAZPRG ( HINSTANCE  hins,
HWND  parent,
DWORD  style,
int  x,
int  y,
int  nWidth,
int  nHeight,
bool  taskbar = false 
)

関数詳解

◆ ‾LHAZPRG()

LHAZPRG::‾LHAZPRG ( void  )

◆ ChgStyle()

void LHAZPRG::ChgStyle ( DWORD  style)

◆ Create()

void LHAZPRG::Create ( DWORD  style)
private

◆ GetHwnd()

HWND LHAZPRG::GetHwnd ( void  )
inline

◆ Hide()

void LHAZPRG::Hide ( void  )
inline

◆ MoveWindow()

void LHAZPRG::MoveWindow ( int  X,
int  nWidth 
)

◆ Progress()

void LHAZPRG::Progress ( unsigned int  size)

◆ SetMelted()

void LHAZPRG::SetMelted ( LONGLONG  m)
inline

◆ SetPos()

void LHAZPRG::SetPos ( int  pos)

◆ SetRange()

void LHAZPRG::SetRange ( int  max)
inline

◆ SetStep()

void LHAZPRG::SetStep ( int  step)
inline

◆ SetTotal()

void LHAZPRG::SetTotal ( LONGLONG  t)
inline

◆ Show()

void LHAZPRG::Show ( void  )
inline

◆ StepIt()

void LHAZPRG::StepIt ( void  )
inline

メンバ詳解

◆ DEF_HEIGHT

const int LHAZPRG::DEF_HEIGHT = 20
staticprivate

◆ DEF_WIDTH

const int LHAZPRG::DEF_WIDTH = 226
staticprivate

◆ DEF_X

const int LHAZPRG::DEF_X = 7
staticprivate

◆ DEF_Y

const int LHAZPRG::DEF_Y = 23
staticprivate

◆ Height

int LHAZPRG::Height
private

◆ Hwnd

HWND LHAZPRG::Hwnd
private

◆ Instance

HINSTANCE LHAZPRG::Instance
private

◆ m_ptl

ITaskbarList3* LHAZPRG::m_ptl
private

◆ Melted

LONGLONG LHAZPRG::Melted
private

◆ Parent

HWND LHAZPRG::Parent
private

◆ Pos

unsigned int LHAZPRG::Pos
private

◆ Total

LONGLONG LHAZPRG::Total
private

◆ Width

int LHAZPRG::Width
private

◆ X

int LHAZPRG::X
private

◆ Y

int LHAZPRG::Y
private

このクラス詳解は次のファイルから抽出されました: