Wide Studio Object Reference

Wide Studio Home
Up to


Class Name

WSCbaseList

Methods

  • WSDbaseList* WSGIappObjectList(); กก :WSDbaseList
  • WSCbase* getInstance(char* class_name,char* iname) กก :WSDbaseList
  • WSCbool existInstance(WSCbase*); กก :WSDbaseList


Specification of methods



WSGIappObjectList method

Form
WSDbaseList* WSGIappObjectList()
Function
Returns the global instance of WSCbaseList which is a singleton in an application.
Description
Parameters
Nothing.
Return value
Returns the global instance
Notice
This is a global function(not a method of the class). Do not delete the return value.



getInstance method

Form
WSCbase* getInstance(char* cname,char* iname)
Function
Returns the instance by a specified class name and instance name.
Description
If "WSCbase" is specified as the class name,seeks all by the specified instance name.
Parameters
(in)char* cname class name
(in)char* iname instance name

Return value
Returns the instance
Notice
If the specified the class name is not "WSCbase", it seeks only the instance which is create as that class. Accordingly for example,a instance which is create as WSCvbtn (This class inherites WSCvlabel) is not hit as WSCvlabel.



existInstance method

Form
WSCbool existInstance(WSCbase* instance)
Function
Examines whether the specified instance is valid or deleted.
Description
Parameters
(in)WSbase* instance the instance

Return value
Returns True if it is valid; returns False if it is invalid.
Notice


Document Release 1.0

For Use with Wide Studio Release 1.0, Summer 2000


Wide Stuido Home | Up to

Copyright(C) T. Hirabayashi, 2000 Last modified: July 01, 2000