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

Class: WBGdi

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

Class WBGdi

Class Overview

GDI 구현 클래스 (작성중)

Located in /php/ui/winbinder/win32/WBGdi.php [line 15]

PObject
   |
   --WBLibrary
      |
      --WBGdi

Methods

[ Top ]
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
static void   colorB()  
static void   colorG()  
static void   colorHex()  
static void   colorR()  
static void   rgb()  
static void   rgbHex()  
WBGdi   __construct()  

[ Top ]
Methods
static method colorB  [line 45]

  static void colorB( $rgb  )

Parameters:
   $rgb: 

API Tags:
Access:  public


[ Top ]
static method colorG  [line 41]

  static void colorG( $rgb  )

Parameters:
   $rgb: 

API Tags:
Access:  public


[ Top ]
static method colorHex  [line 49]

  static void colorHex( $rgb  )

Parameters:
   $rgb: 

API Tags:
Access:  public


[ Top ]
static method colorR  [line 37]

  static void colorR( $rgb  )

Parameters:
   $rgb: 

API Tags:
Access:  public


[ Top ]
static method rgb  [line 21]

  static void rgb( $r, $g, $b  )

Parameters:
   $r: 
   $g: 
   $b: 

API Tags:
Access:  public


[ Top ]
static method rgbHex  [line 29]

  static void rgbHex( $rgb  )

Parameters:
   $rgb: 

API Tags:
Access:  public


[ Top ]
Constructor __construct  [line 17]

  WBGdi __construct( )


API Tags:
Access:  public


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

[ Top ]

Documentation generated on Fri, 09 Apr 2010 11:57:47 +0900 by phpDocumentor 1.4.3