-Top- -Classes- -Public Operations- -Class Diagrams- -Sequence Diagrams-
_ A B C D E F G H I J K L M N O P R S T U V W ~
I
|
Name | Kind | Description |
id_size | attribute | |
identifier_ | operation | internal, do NOT use it |
idl | attribute | |
idl | attribute | |
idlCase | operation | in case the attribute is an IDL union's member returns the corresponding 'case', an empty string in case it is not specified |
idlCase | operation | in case the relation is an IDL union's member returns the corresponding 'case', an empty string in case it is not specified |
idlDecl | operation | return the IDL declaration |
idlDir | operation | returns the path where the IDL files are generated by the IDL generator. |
idlModule | operation | returns the module name associed to the package |
idlNameSpec | operation | in case the operation is a 'get' or 'set' operation, returns how the operation's IDL name must be generated |
IdlSettings | operation | never called ! |
IdlSettings | class | This class manages settings concerning IDL, configured through the 'Generation settings' dialog. This class may be defined as a 'singleton', but I prefer to use static members allowing to just write 'IdlSettings::member' rather than 'IdlSettings::instance()->member' or other long sentence like this. |
IdlSettings | artifact | |
idlSettingsCmd | attribute | |
IdlSettingsCmd | class | Internal enum |
IdlSettingsCmd | artifact | |
idlSource | operation | returns the Idl file definition |
in | operation | returns the default operation 'in' parameter specification in case its type is not an enum or a type specified in the first 'Generation settings' tab |
include | operation | returns the #include or other form specified in the last 'Generation settings' tab for the C++ type given in argument. |
include | operation | returns the #include or other form specified in the last 'Generation settings' tab for the Idl type given in argument. |
includeWithPath | operation | indicates to the code generator if the #include may specify the path of just the file's name |
initialization | extra class member | |
initialization | extra class member | |
initialization | extra class member | |
inout | operation | returns the default operation 'inout' parameter specification in case its type is not an enum or a type specified in the first 'Generation settings' tab |
InputDirection | attribute | |
InputOutputDirection | attribute | |
interfaceDecl | operation | returns the default definition of an interface |
interfaceDecl | operation | returns the default definition of an interface |
is | attribute | |
isAbstract | operation | returns TRUE in case the class is abstract |
isAbstract | operation | indicates if the operation is abstract, returns TRUE if yes |
isClassMember | operation | Indicate if the member is a 'class member' (static) Always false in case of a class |
isCppConst | operation | returns TRUE if the operation is declared const in C++ |
isCppExternal | operation | returns TRUE if the class is external, its definition must contains how the name is made on the first line (${name} by default), the other lines if they exist must contains the #include and may be using forms |
isCppFriend | operation | returns TRUE if the operation is a friend in C++ |
isCppInline | operation | returns TRUE if the extra member is managed as an inline operation in C++ |
isCppInline | operation | returns TRUE if the operation is declared inline in C++ |
isCppMutable | operation | Indicate if the attribute is 'mutable' |
isCppMutable | operation | Indicate if the relation is 'mutable' |
isCppVirtual | operation | returns TRUE if the operation is declared virtual in C++ |
isGetConst | operation | returns if a 'get' operation generated through the attribute and relation 'add get operation' menu is const by default |
isGetFinal | operation | return if a 'get' operation generated through the attribute and relation 'add get operation' menu is final by default |
isGetInline | operation | returns if a 'get' operation generated through the attribute and relation 'add get operation' menu is inline by default |
isGetValueConst | operation | returns if the value returned by a 'get' operation generated through the attribute and relation 'add get operation' menu is const by default |
isIdlCustom | operation | returns TRUE is the class is custom, have sense for a valuetype |
isIdlExternal | operation | returns TRUE if the class is external, its definition must contain how the name is made on the first line (${name} by default), the other lines are ignored |
isIdlLocal | operation | returns TRUE if the class is local, have sense for an interface |
isIdlOneway | operation | returns TRUE if the operation is declared oneway in IDL |
isIdlTruncatableInheritance | operation | indicates if the relation is 'truncatable', returns TRUE if yes have sense only for a valuetype inheritance |
isJavaExternal | operation | returns TRUE if the class is external, its definition must contain how the name is made on the first line (${name} by default), the other lines are ignored |
isJavaFinal | operation | returns TRUE is the class is final |
isJavaFinal | operation | returns TRUE if the operation is declared final in JAVA |
isJavaPublic | operation | returns TRUE is the class is public |
isJavaSynchronized | operation | returns TRUE if the operation is declared synchronized in JAVA |
isJavaTransient | operation | indicates if the attribute is 'transient', returns TRUE if yes |
isJavaTransient | operation | indicates if the relation is 'transient', returns TRUE if yes |
isMarked | operation | return TRUE in case the item is marked |
isOpenCmd | attribute | |
isProjectModified | operation | return TRUE in case something is modified (i.e. the project must be saved) |
isProjectModifiedCmd | attribute | |
isReadOnly | operation | indicates if the attribute is read only, returns TRUE if yes |
isReadOnly | operation | indicates if the relation is read only, returns TRUE if yes |
isSetFinal | operation | returns if a 'set' operation generated through the attribute and relation 'add set operation' menu is final by default |
isSetInline | operation | returns if a 'set' operation generated through the attribute and relation 'add set operation' menu is inline by default |
isSetOneway | operation | returns if a 'set' operation generated through the attribute and relation 'add set operation' menu is oneway by default |
isSetParamConst | operation | returns if the parameters of a 'set' operation generated through the attribute and relation 'add set operation' menu are const by default |
isSetParamFinal | operation | returns if the parameters of a 'set' operation generated through the attribute and relation 'add set operation' menu are final by default |
isToolRunning | operation | 'id' is an identifier returned by apply(), indicates if the tool is still running |
isVolatile | operation | Indicate if the member is 'volatile' Always false in case of a class |
isWritable | operation | return TRUE in case the item may be modified, i.e. it is not an API base 'plug-out' class and the corresponding file(s) are not read-only. |
isWritableCmd | attribute |