Class UmlBaseClassItem
Declaration :
- C++ : class UmlBaseClassItem : public UmlItem
- Java : abstract class UmlBaseClassItem extends UmlItem
Directly inherited by : UmlClassItem
Mother class of the all the class's items including the class themself
Artifact : UmlBaseClassItem
Declaration :
- Uml : + cppDecl() : string
- C++ : public: const QCString & cppDecl()
- Java : public String cppDecl()
return the C++ declaration
Declaration :
- Uml : + set_CppDecl(in s : str) : bool, exceptions : RuntimeException
- C++ : public: bool set_CppDecl(const char * s)
- Java : public void set_CppDecl(String s) throws RuntimeException
to set the C++ declaration
On error return FALSE in C++, produce a RuntimeException in Java
Declaration :
- Uml : + javaDecl() : string
- C++ : public: const QCString & javaDecl()
- Java : public String javaDecl()
return the Java defininition
Declaration :
- Uml : + set_JavaDecl(in s : str) : bool, exceptions : RuntimeException
- C++ : public: bool set_JavaDecl(const char * s)
- Java : public void set_JavaDecl(String s) throws RuntimeException
to set the Java definition
On error return FALSE in C++, produce a RuntimeException in Java
Declaration :
- Uml : + idlDecl() : string
- C++ : public: const QCString & idlDecl()
- Java : public String idlDecl()
return the IDL declaration
Declaration :
- Uml : + set_IdlDecl(in s : str) : bool, exceptions : RuntimeException
- C++ : public: bool set_IdlDecl(const char * s)
- Java : public void set_IdlDecl(String s) throws RuntimeException
set the IDL declaration
On error return FALSE in C++, produce a RuntimeException in Java
Declaration :
- Uml : + unload(in rec : bool, in del : bool) : void
- C++ : public: virtual void unload(bool = FALSE, bool = FALSE)
- Java : public void unload(boolean rec, boolean del)
Declaration :
- Uml : - _cpp_decl : string
- C++ : private: QCString _cpp_decl
- Java : private String _cpp_decl
Declaration :
- Uml : - _java_decl : string
- C++ : private: QCString _java_decl
- Java : private String _java_decl
Declaration :
- Uml : - _idl_decl : string
- C++ : private: QCString _idl_decl
- Java : private String _idl_decl
Operation UmlBaseClassItem |
Declaration :
- Uml : # UmlBaseClassItem(in id : item_id, in n : string) :
- C++ : protected: UmlBaseClassItem(void * id, const QCString & n) : UmlItem(id, n)
- Java : protected UmlBaseClassItem(long id, String n)
Declaration :
- Uml : # read_cpp_() : void
- C++ : protected: virtual void read_cpp_()
- Java : protected void read_cpp_()
internal, do NOT use it
Declaration :
- Uml : # read_java_() : void
- C++ : protected: virtual void read_java_()
- Java : protected void read_java_()
internal, do NOT use it
Declaration :
- Uml : # read_idl_() : void
- C++ : protected: virtual void read_idl_()
- Java : protected void read_idl_()
internal, do NOT use it
All public operations : apply , children , childrenVisible , cppDecl , defined_ , deleteIt , description , getIdentifier , identifier_ , idlDecl , isMarked , isToolRunning , isWritable , javaDecl , kind , markedItems , moveAfter , name , parent , properties , propertyValue , referencedBy , set_childrenVisible , set_CppDecl , set_Description , set_IdlDecl , set_isMarked , set_JavaDecl , set_Name , set_PropertyValue , set_Stereotype , stereotype , supportFile , unload , unload