Public Types |
| enum | Events { FirstEvent,
SecondEvent
} |
| enum | classDocumentationExample { one = (1),
two = (2),
three
} |
| | Description of the enumeration.
More...
|
Public Member Functions |
| function | classDocumentationExample (in param1, in anotherParam) |
| | Class constructor.
|
| function | exampleMethod1 (in obj) |
| | Brief description of the exampleMethod1 method.
|
| function | exampleMethod2 (in obj) |
| | Brief description of the exampleMethod2 method.
|
| function | examplePublicMethod2 (in param1) |
| | Brief description of the examplePublicMethod2 method.
|
| function | exampleNonStaticPublicMethod3 (in param1) |
| | Brief description of the exampleNonStaticPublicMethod3 method.
|
| virtual function | exampleAbstractMethod (in param1, in param2) |
| | Brief description of the exampleAbstractMethod method.
|
Static Public Member Functions |
| static function | exampleStaticMethod (in param1, in ignoredArg, in param2) |
| | Brief description of the exampleStaticMethod method.
|
| static function | exampleStaticPublicMethod (in param1) |
| | Brief description of the exampleStaticPublicMethod method.
|
Public Attributes |
| Property | publicProperty |
| | Description of a public property.
|
| Constant Property | constantProperty = {'1', '2', 'trois'} |
| | Description of a constant property.
|
| Property | first_property |
| | Description of the first property of the class.
|
| Property | second_property |
| | Description of the second property of the class.
|
| Property | third_property |
| | Description of the third property of the class.
|
Protected Member Functions |
| function | exampleProtectedMethod (in param1) |
| | Brief description of the exampleProtectedMethod method.
|
Static Protected Member Functions |
| static function | exampleStaticProtectedMethod (in param1) |
| | Brief description of the exampleStaticProtectedMethod method.
|
Protected Attributes |
| Property | protectedProperty |
| | Description of a protected property.
|
Private Member Functions |
| function | examplePrivateMethod (in param1) |
| | Brief description of the examplePrivateMethod method.
|
Static Private Member Functions |
| static function | exampleStaticPrivateMethod (in param1, in param2) |
| | Brief description of the exampleStaticPrivateMethod method.
|
Private Attributes |
| Property | pivateProperty |
| | Description of a private property.
|
Here we have a brief description of the class.
And here we can put some more detailed informations about the class.