KJS::DateProtoFuncImp Class Reference

Inheritance diagram for KJS::DateProtoFuncImp:

KJS::InternalFunctionImp KJS::ObjectImp KJS::ValueImp List of all members.

Detailed Description

Definition at line 58 of file date_object.h.


Public Types

enum  {
  ToString, ToDateString, ToTimeString, ToLocaleString,
  ToLocaleDateString, ToLocaleTimeString, ValueOf, GetTime,
  GetFullYear, GetMonth, GetDate, GetDay,
  GetHours, GetMinutes, GetSeconds, GetMilliSeconds,
  GetTimezoneOffset, SetTime, SetMilliSeconds, SetSeconds,
  SetMinutes, SetHours, SetDate, SetMonth,
  SetFullYear, ToUTCString, GetYear, SetYear,
  ToGMTString
}

Public Member Functions

 DateProtoFuncImp (ExecState *exec, int i, int len)
virtual bool implementsCall () const
virtual Value call (ExecState *exec, Object &thisObj, const List &args)
Completion execute (const List &)

Member Function Documentation

Value DateProtoFuncImp::call ( ExecState exec,
Object thisObj,
const List args 
) [virtual]

Implementation of the [[Call]] internal property.

See also:
Object::call()

Reimplemented from KJS::ObjectImp.

Definition at line 373 of file date_object.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys