| |Home | Tutorial | Classes | Functions | QSA Workbench | Language | Qt API | QSA Articles | Qt Script for Applications |
[Prev: const] [Home] [Next: var]
function functionName( arguments )
{
Statements;
}
Functions may also be declared within the scope of a class definition. In this situation, the functions become member functions (methods) of the class that contains them. See class.
[Prev: const] [Home] [Next: var]
| Copyright © 2001-2006 Trolltech | Trademarks | QSA version 1.1.4
|