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

Class: WBDialog

Source Location: /php/ui/winbinder/WBDialog.php

Class WBDialog

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

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 ]
Constant Summary
INFO   Á¤º¸ ¸Þ¼¼Áö
OK   È®ÀÎ ¸Þ¼¼Áö
OKCANCEL   È®ÀÎ Ãë¼Ò ¸Þ¼¼Áö
QUESTION   Áú¹® ¸Þ¼¼Áö
STOP   STOP ¸Þ¼¼Áö
WARNING   °æ°í ¸Þ¼¼Áö
YESNO   YES NO ¹öư ÀÖ´Â ¸Þ¼¼Áö
YESNOCANCE   YES NO CANCEL ¹öư ÀÖ´Â ¸Þ¼¼Áö

[ Top ]
Method Summary
static int   color()   color picker
static void   info()   INFO ¸Þ¼¼Áö ¹Ú½º
static bool   message()   ¸Þ¼¼Áö ¹Ú½º
static void   okcancel()   OK, CANCEL ¸Þ¼¼Áö ¹Ú½º
static string   open()   ÆÄÀÏ Ã£±â ´ÙÀ̾ó·Î±×
static string   path()   °æ·Î ã±â ´ÙÀ̾ó·Î±×
static void   question()   QUESTION ¸Þ¼¼Áö ¹Ú½º
static string   save()   ÀúÀå °æ·Î ã±â ´ÙÀ̾ó·Î±×
static void   stop()   STOP ¸Þ¼¼Áö ¹Ú½º
static void   warning()   °æ°í(Warning) ¸Þ¼¼Áö ¹Ú½º
static void   yesno()   YES, NO ¸Þ¼¼Áö ¹Ú½º
static void   yesnocancel()   YES, NO, CANCEL ¸Þ¼¼Áö ¹Ú½º

[ Top ]
Methods
static method color  [line 152]

  static int color( [ $parent = null], [ $title = ''], [ $color = 0]  )

color picker

  1.     $color sprintf("%06X"WBGdi::colorHex(WBDialog::color($eo->window()'»ö±ò Å×½ºÆ®'WBGdi::rgbHex(0xFF0000))));

Parameters:
   $parent: 
   $title: 
   $color: 

API Tags:
Return:  -1 ÀÌ¸é ½ÇÆÐ, 0 ÀÌ»óÀÌ¸é »ö±ò Ç¥½Ã
Access:  public


[ Top ]
static method info  [line 103]

  static void info( $parent, $message, [ $title = '']  )

INFO ¸Þ¼¼Áö ¹Ú½º

Parameters:
   $parent: 
   $message: 
   $title: 

API Tags:
Access:  public


[ Top ]
static method message  [line 78]

  static bool message( $parent, $message, [ $title = ''], [ $style = WBDialog::INFO]  )

¸Þ¼¼Áö ¹Ú½º

Cancel, No, Ignore, Abort : false OK, Yes, Retry : true others : null

Parameters:
   $parent: 
   $message: 
   $title: 
   $style: 

API Tags:
Access:  public


[ Top ]
static method okcancel  [line 95]

  static void okcancel( $parent, $message, [ $title = '']  )

OK, CANCEL ¸Þ¼¼Áö ¹Ú½º

Parameters:
   $parent: 
   $message: 
   $title: 

API Tags:
Access:  public


[ Top ]
static method open  [line 170]

  static string open( [ $parent = null], [ $title = ''], [ $filter = null], [ $path = ''], [ $filename = '']  )

ÆÄÀÏ Ã£±â ´ÙÀ̾ó·Î±×

  1.  $filter array(
  2.          array("PHP source code",    "*.php"),
  3.       array("Web page",           "*.htm"),
  4.          array("Text document",      "*.txt"),
  5.       array("All files",          "*.*")
  6.  );

Parameters:
   $parent: 
   $title: 
   $filter: 
   $path: 
   $filename: 

API Tags:
Return:  ¼±ÅÃµÈ ÆÄÀÏ Àüü °æ·Î
Access:  public


[ Top ]
static method path  [line 180]

  static string path( [ $parent = null], [ $title = ''], [ $path = '']  )

°æ·Î ã±â ´ÙÀ̾ó·Î±×

Parameters:
   $parent: 
   $title: 
   $path: 

API Tags:
Return:  ¼±ÅÃµÈ µð·ºÅ丮 °æ·Î
Access:  public


[ Top ]
static method question  [line 112]

  static void question( $parent, $message, [ $title = '']  )

QUESTION ¸Þ¼¼Áö ¹Ú½º

Parameters:
   $parent: 
   $message: 
   $title: 

API Tags:
Access:  public


[ Top ]
static method save  [line 199]

  static string save( [ $parent = null], [ $title = ''], [ $filter = null], [ $path = ''], [ $filename = ''], [ $ext = '']  )

ÀúÀå °æ·Î ã±â ´ÙÀ̾ó·Î±×

  1.  $filter array(
  2.          array("PHP source code",    "*.php"),
  3.       array("Web page",           "*.htm"),
  4.          array("Text document",      "*.txt"),
  5.       array("All files",          "*.*")
  6.  );

Parameters:
   $parent: 
   $title: 
   $filter: 
   $path: 
   $filename: 
   $ext: 

API Tags:
Return:  ¼±ÅÃµÈ Àüü °æ·Î
Access:  public


[ Top ]
static method stop  [line 121]

  static void stop( $parent, $message, [ $title = '']  )

STOP ¸Þ¼¼Áö ¹Ú½º

Parameters:
   $parent: 
   $message: 
   $title: 

API Tags:
Access:  public


[ Top ]
static method warning  [line 87]

  static void warning( $parent, $message, [ $title = '']  )

°æ°í(Warning) ¸Þ¼¼Áö ¹Ú½º

Parameters:
   $parent: 
   $message: 
   $title: 

API Tags:
See:  WBDialog::message()
Access:  public


[ Top ]
static method yesno  [line 130]

  static void yesno( $parent, $message, [ $title = '']  )

YES, NO ¸Þ¼¼Áö ¹Ú½º

Parameters:
   $parent: 
   $message: 
   $title: 

API Tags:
Access:  public


[ Top ]
static method yesnocancel  [line 139]

  static void yesnocancel( $parent, $message, [ $title = '']  )

YES, NO, CANCEL ¸Þ¼¼Áö ¹Ú½º

Parameters:
   $parent: 
   $message: 
   $title: 

API Tags:
Access:  public


[ Top ]
Constants
INFO = WBC_INFO [line 23]

Á¤º¸ ¸Þ¼¼Áö


[ Top ]
OK = WBC_OK [line 29]

È®ÀÎ ¸Þ¼¼Áö


[ Top ]
OKCANCEL = WBC_OKCANCEL [line 36]

È®ÀÎ Ãë¼Ò ¸Þ¼¼Áö


[ Top ]
QUESTION = WBC_QUESTION [line 42]

Áú¹® ¸Þ¼¼Áö


[ Top ]
STOP = WBC_STOP [line 48]

STOP ¸Þ¼¼Áö


[ Top ]
WARNING = WBC_WARNING [line 54]

°æ°í ¸Þ¼¼Áö


[ Top ]
YESNO = WBC_YESNO [line 60]

YES NO ¹öư ÀÖ´Â ¸Þ¼¼Áö


[ Top ]
YESNOCANCE = WBC_YESNOCANCE [line 67]

YES NO CANCEL ¹öư ÀÖ´Â ¸Þ¼¼Áö


[ Top ]

Documentation generated on Wed, 09 Dec 2009 10:48:49 +0900 by phpDocumentor 1.4.3