umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Functions
Codegen_Utils Namespace Reference

Functions

QStringList cppDatatypes ()
 
const QStringList reservedCppKeywords ()
 
void createCppStereotypes ()
 
QString capitalizeFirstLetter (const QString &string)
 

Function Documentation

◆ capitalizeFirstLetter()

QString Codegen_Utils::capitalizeFirstLetter ( const QString &  string)

Return the input string with the first letter capitalized.

◆ cppDatatypes()

QStringList Codegen_Utils::cppDatatypes ( )

Return list of C++ datatypes.

◆ createCppStereotypes()

void Codegen_Utils::createCppStereotypes ( )

Add C++ stereotypes.

Here is the call graph for this function:

◆ reservedCppKeywords()

const QStringList Codegen_Utils::reservedCppKeywords ( )

Get list of C++ reserved keywords.