umbrello  2.38.5
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Types | Static Public Member Functions | List of all members
Uml::Corner Class Reference

#include <basictypes.h>

Collaboration diagram for Uml::Corner:

Public Types

enum  Enum { TopLeft = 0x1, TopRight = 0x2, BottomRight = 0x4, BottomLeft = 0x8 }
 

Static Public Member Functions

static QString toString (Enum item)
 
static Enum fromString (const QString &item)
 
static Enum fromInt (int item)
 

Detailed Description

Corner class with special operators.

Member Enumeration Documentation

Enumerator
TopLeft 
TopRight 
BottomRight 
BottomLeft 

Member Function Documentation

Corner::Enum Uml::Corner::fromInt ( int  item)
static

Convert an integer item into Corner representation.

Parameters
iteminteger value to convert
Returns
Corner enum
Corner::Enum Uml::Corner::fromString ( const QString &  item)
static

Return Corner corresponding to the given string.

QString Uml::Corner::toString ( Enum  item)
static

Return string corresponding to the given Corner.


The documentation for this class was generated from the following files: