phpDocumentor php-ui-winbinder-win32
[ class tree: php-ui-winbinder-win32 ] [ index: php-ui-winbinder-win32 ] [ all elements ]

Class: WBUser

Source Location: /php/ui/winbinder/win32/WBUser.php

Class WBUser

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From WBLibrary

WBLibrary::__construct()
생성자
WBLibrary::call()
주어진 함수포인터로 함수 실행
WBLibrary::get()
메모리 주소로부터 데이타 얻어오기
WBLibrary::getAddress()
변수 값의 실제 메모리 주소(포인터) 얻어오기
WBLibrary::getFunction()
인스턴스에서 함수 포인터 가지고 오기
WBLibrary::getInstance()
load된 라이브러리 인스턴스 가져오기
WBLibrary::getLibrary()
로드된 라이브러리명 가져오기
WBLibrary::load()
$_library 에 등록된 라이브러리를 로드한다.
WBLibrary::run()
함수 실행 유틸리티 메소드
WBLibrary::send()
WBLibrary::set()
메모리 주소에 값 설정 하기

Inherited From PObject

PObject::__construct()
생성자
PObject::display()
객체 문자열을 출력
PObject::equals()
객체 비교 (수정 필요)
PObject::getClass()
PObject::getObjValue()
객체인지 아닌지 판별해서 PObject 형 객체이면 toString() 메소드로 문자열을 반환하고 일단 자료형이면 그 형태 그대로 리턴한다
PObject::isObject()
객체 확인
PObject::toString()
객체 문자열로 변환
PObject::__toString()
magic methods 추가 , toString() 의 값을 그대로 리턴한다.

[ Top ]
Method Summary
WBUser   __construct()  
void   getHwnd()  
void   MoveWindow()  
void   ReleaseCapture()  
void   SetCapture()  
void   ShowWindow()  

[ Top ]
Methods
Constructor __construct  [line 21]

  WBUser __construct( )


API Tags:
Access:  public


Redefinition of:
WBLibrary::__construct()
생성자

[ Top ]
getHwnd  [line 25]

  void getHwnd( $obj  )

Parameters:
   $obj: 

API Tags:
Access:  public


[ Top ]
MoveWindow  [line 47]

  void MoveWindow( $obj, $x, $y, $width, $height  )

Parameters:
   $obj: 
   $x: 
   $y: 
   $width: 
   $height: 

API Tags:
Access:  public


[ Top ]
ReleaseCapture  [line 40]

  void ReleaseCapture( $obj  )

Parameters:
   $obj: 

API Tags:
Access:  public


[ Top ]
SetCapture  [line 33]

  void SetCapture( $obj  )

Parameters:
   $obj: 

API Tags:
Access:  public


[ Top ]
ShowWindow  [line 54]

  void ShowWindow( $obj, [ $options = self::SW_SHOW]  )

Parameters:
   $obj: 
   $options: 

API Tags:
Access:  public


[ Top ]
Constants
BN_CLICKED = 0 [line 16]

[ Top ]
SW_HIDE = 0 [line 18]

[ Top ]
SW_SHOW = 1 [line 19]

[ Top ]
WM_COMMAND = 273 [line 15]

[ Top ]

Documentation generated on Fri, 09 Apr 2010 11:58:05 +0900 by phpDocumentor 1.4.3