 | | Wide Studio Object Reference
| |
Class Name
WSDappDev
Methods
- WSDappDev* WSGIappDev(); :WSDappDev
- int getArgc() :WSDappDev
- char* getArgv() :WSDappDev
- char* getInstanceName() :WSDappDev
- WSCushort getWidth() :WSDappDev
- WSCushort getHeight() :WSDappDev
Specification of methods
WSGIappDev method
- Form
- WSDappDev* WSGIappDev()
- Function
- Returns the global instance of the class: WSDappDev.
- Description
-
- Parameters
- Nothing.
- Return value
- Returns the instance.
- Notice
- This method is a global function.
Do not delete the return value.
It is an invarid instance which is created by WSDappDev().
getArgc method
- Form
- int getArgc()
- Function
- Returns the argc of main(int argc,char** argv).
- Description
-
- Parameters
- Nothing.
- Return value
- Returns the argc.
- Notice
-
getArgv method
- Form
- char** getArgv();
- Function
- Returns the argv of main(int argc,char** argv).
- Description
-
- Parameters
- Nothing.
- Return value
- argv
- Notice
- Do not delete the return value.
getInstanceName method
- Form
- char* getInstanceName()
- Function
- Returns the project name.
- Description
-
- Parameters
- Nothing.
- Return value
- Returns the project name.
- Notice
- Do not delete the return value.
Please see the first element of the return value of getArgv(),
if you want the command name.
getWidth() method
- Form
- unsigned short getWidth()
- Function
- Returns the width of the display.
- Description
-
- Parameters
- Nothing.
- Return value
- Nothing.
- Notice
-
getHeight() method
- Form
- unsigned short getHeight()
- Function
- Returns the height of the dislpay.
- Description
-
- Parameters
- Nothing.
- Return value
- Nothing.
- 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 | |