• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdesdk API Reference
  • KDE Home
  • Contact Us
 

umbrello/umbrello

Enumerations | Functions
Icon_Utils Namespace Reference

Enumerations

enum  IconType {
  it_Home = 0, it_Arrow, it_Folder, it_Folder_Cyan,
  it_Folder_Cyan_Open, it_Folder_Green, it_Folder_Green_Open, it_Folder_Grey,
  it_Folder_Grey_Open, it_Folder_Red, it_Folder_Red_Open, it_Folder_Violet,
  it_Folder_Violet_Open, it_Folder_Orange, it_Folder_Orange_Open, it_Properties_General,
  it_Properties_Color, it_Properties_Display, it_Properties_Attributes, it_Properties_Operations,
  it_Properties_Templates, it_Properties_EnumLiterals, it_Properties_EntityAttributes, it_Properties_EntityConstraints,
  it_Properties_Contents, it_Properties_Associations, it_Properties_Font, it_Properties_Activities,
  it_Properties_Roles, it_Properties_UserInterface, it_Properties_Class, it_Properties_CodeImport,
  it_Properties_CodeGeneration, it_Properties_CodeViewer, it_Properties_Columns, it_Diagram,
  it_Class, it_Object, it_Template, it_Template_Class,
  it_Template_Interface, it_Package, it_Subsystem, it_Component,
  it_Node, it_Artifact, it_Interface, it_Datatype,
  it_Enum, it_Entity, it_Actor, it_UseCase,
  it_Generalisation, it_Association, it_Uniassociation, it_Text,
  it_Note, it_Box, it_Anchor, it_Containment,
  it_Public_Method, it_Private_Method, it_Protected_Method, it_Implementation_Method,
  it_Public_Attribute, it_Private_Attribute, it_Protected_Attribute, it_Implementation_Attribute,
  it_Unique_Constraint, it_PrimaryKey_Constraint, it_ForeignKey_Constraint, it_Check_Constraint,
  it_Diagram_Activity, it_Diagram_Class, it_Diagram_Collaboration, it_Diagram_Component,
  it_Diagram_Deployment, it_Diagram_EntityRelationship, it_Diagram_Sequence, it_Diagram_State,
  it_Diagram_Usecase, it_New, it_Delete, it_Add_Point,
  it_Delete_Point, it_Rename, it_Cut, it_Copy,
  it_Paste, it_Undo, it_Redo, it_UndoView,
  it_Go_Next, it_Go_Previous, it_Properties, it_Show,
  it_Refactor, it_View_Code, it_Tab_New, it_Tab_Close,
  it_Change_Font, it_Arrow_Up, it_Arrow_Down, it_Clear,
  it_Operation_New, it_Operation_Public_New, it_Attribute_New, it_Template_New,
  it_Literal_New, it_Entity_Attribute_New, it_Parameter_New, it_Color_Line,
  it_Color_Fill, it_Import_Files, it_Export_Files, it_Export_Picture,
  it_InitialState, it_EndState, it_Branch, it_Entity_Attribute,
  it_Constraint_PrimaryKey, it_Constraint_ForeignKey, it_Constraint_Check, it_Constraint_Unique,
  it_Enum_Literal, it_State_Activity, it_Message_Sync, it_Message_Async,
  it_Message_Found, it_Message_Lost, it_Combined_Fragment, it_Precondition,
  it_Dependency, it_Aggregation, it_Relationship, it_Directional_Association,
  it_Implements, it_Composition, it_Region, it_Send_Signal,
  it_Accept_Signal, it_Accept_TimeEvent, it_Fork_Join, it_History_Deep,
  it_History_Shallow, it_Join, it_Fork_State, it_Junction,
  it_Choice_Round, it_Choice_Rhomb, it_And_Line, it_State_Transition,
  it_Activity_Transition, it_Activity, it_State, it_Activity_End,
  it_Activity_Final, it_Pin, it_Activity_Initial, it_Message,
  it_Exception, it_Object_Node, it_Condition_PrePost, it_Category,
  it_Category_Parent, it_Category_Child, it_Zoom_Slider, it_Zoom_100,
  it_Align_Right, it_Align_Left, it_Align_Top, it_Align_Bottom,
  it_Align_VerticalMiddle, it_Align_HorizontalMiddle, it_Align_VerticalDistribute, it_Align_HorizontalDistribute,
  it_Code_Gen_Wizard, it_Properties_AutoLayout, it_Document_Edit, N_ICONTYPES
}
 

Functions

QPixmap BarIcon (IconType type)
 
QCursor Cursor (IconType type)
 
KIcon DesktopIcon (IconType type)
 
KIcon iconSet (Uml::DiagramType::Enum dt)
 
QPixmap MainBarIcon (IconType type)
 
QPixmap SmallIcon (IconType type)
 
QString toString (IconType type)
 
QPixmap UserIcon (IconType type)
 

Detailed Description

This class is a gateway to KIconLoader for for handling all the used icons in umbrello.

Identification is done with an enum and then a translation to the icon name.

Author
Andreas Fischer

Enumeration Type Documentation

enum Icon_Utils::IconType
Enumerator
it_Home 
it_Arrow 
it_Folder 
it_Folder_Cyan 
it_Folder_Cyan_Open 
it_Folder_Green 
it_Folder_Green_Open 
it_Folder_Grey 
it_Folder_Grey_Open 
it_Folder_Red 
it_Folder_Red_Open 
it_Folder_Violet 
it_Folder_Violet_Open 
it_Folder_Orange 
it_Folder_Orange_Open 
it_Properties_General 
it_Properties_Color 
it_Properties_Display 
it_Properties_Attributes 
it_Properties_Operations 
it_Properties_Templates 
it_Properties_EnumLiterals 
it_Properties_EntityAttributes 
it_Properties_EntityConstraints 
it_Properties_Contents 
it_Properties_Associations 
it_Properties_Font 
it_Properties_Activities 
it_Properties_Roles 
it_Properties_UserInterface 
it_Properties_Class 
it_Properties_CodeImport 
it_Properties_CodeGeneration 
it_Properties_CodeViewer 
it_Properties_Columns 
it_Diagram 
it_Class 
it_Object 
it_Template 
it_Template_Class 
it_Template_Interface 
it_Package 
it_Subsystem 
it_Component 
it_Node 
it_Artifact 
it_Interface 
it_Datatype 
it_Enum 
it_Entity 
it_Actor 
it_UseCase 
it_Generalisation 
it_Association 
it_Uniassociation 
it_Text 
it_Note 
it_Box 
it_Anchor 
it_Containment 
it_Public_Method 
it_Private_Method 
it_Protected_Method 
it_Implementation_Method 
it_Public_Attribute 
it_Private_Attribute 
it_Protected_Attribute 
it_Implementation_Attribute 
it_Unique_Constraint 
it_PrimaryKey_Constraint 
it_ForeignKey_Constraint 
it_Check_Constraint 
it_Diagram_Activity 
it_Diagram_Class 
it_Diagram_Collaboration 
it_Diagram_Component 
it_Diagram_Deployment 
it_Diagram_EntityRelationship 
it_Diagram_Sequence 
it_Diagram_State 
it_Diagram_Usecase 
it_New 
it_Delete 
it_Add_Point 
it_Delete_Point 
it_Rename 
it_Cut 
it_Copy 
it_Paste 
it_Undo 
it_Redo 
it_UndoView 
it_Go_Next 
it_Go_Previous 
it_Properties 
it_Show 
it_Refactor 
it_View_Code 
it_Tab_New 
it_Tab_Close 
it_Change_Font 
it_Arrow_Up 
it_Arrow_Down 
it_Clear 
it_Operation_New 
it_Operation_Public_New 
it_Attribute_New 
it_Template_New 
it_Literal_New 
it_Entity_Attribute_New 
it_Parameter_New 
it_Color_Line 
it_Color_Fill 
it_Import_Files 
it_Export_Files 
it_Export_Picture 
it_InitialState 
it_EndState 
it_Branch 
it_Entity_Attribute 
it_Constraint_PrimaryKey 
it_Constraint_ForeignKey 
it_Constraint_Check 
it_Constraint_Unique 
it_Enum_Literal 
it_State_Activity 
it_Message_Sync 
it_Message_Async 
it_Message_Found 
it_Message_Lost 
it_Combined_Fragment 
it_Precondition 
it_Dependency 
it_Aggregation 
it_Relationship 
it_Directional_Association 
it_Implements 
it_Composition 
it_Region 
it_Send_Signal 
it_Accept_Signal 
it_Accept_TimeEvent 
it_Fork_Join 
it_History_Deep 
it_History_Shallow 
it_Join 
it_Fork_State 
it_Junction 
it_Choice_Round 
it_Choice_Rhomb 
it_And_Line 
it_State_Transition 
it_Activity_Transition 
it_Activity 
it_State 
it_Activity_End 
it_Activity_Final 
it_Pin 
it_Activity_Initial 
it_Message 
it_Exception 
it_Object_Node 
it_Condition_PrePost 
it_Category 
it_Category_Parent 
it_Category_Child 
it_Zoom_Slider 
it_Zoom_100 
it_Align_Right 
it_Align_Left 
it_Align_Top 
it_Align_Bottom 
it_Align_VerticalMiddle 
it_Align_HorizontalMiddle 
it_Align_VerticalDistribute 
it_Align_HorizontalDistribute 
it_Code_Gen_Wizard 
it_Properties_AutoLayout 
it_Document_Edit 
N_ICONTYPES 

Definition at line 38 of file icon_utils.h.

Function Documentation

QPixmap Icon_Utils::BarIcon ( IconType  type)

Returns the pixmap for the given type as bar icon.

Parameters
typethe identification of the icon
Returns
the wanted pixmap

Definition at line 46 of file icon_utils.cpp.

QCursor Icon_Utils::Cursor ( IconType  type)

Returns the pixmap for the given type as user icon.

This is used in worktoolbar to create cursors.

Parameters
typethe identification of the icon
Returns
the wanted cursor

Definition at line 87 of file icon_utils.cpp.

KIcon Icon_Utils::DesktopIcon ( IconType  type)

Returns the pixmap for the given type as desktop icon.

Parameters
typethe identification of the icon
Returns
the wanted icon

Definition at line 76 of file icon_utils.cpp.

KIcon Icon_Utils::iconSet ( Uml::DiagramType::Enum  dt)

Return the icon corresponding to the given Diagram_Type.

Parameters
dtthe diagram type
Returns
the wanted icon

Definition at line 97 of file icon_utils.cpp.

QPixmap Icon_Utils::MainBarIcon ( IconType  type)

Returns the pixmap for the given type as main bar icon.

Parameters
typethe identification of the icon
Returns
the wanted pixmap

Definition at line 56 of file icon_utils.cpp.

QPixmap Icon_Utils::SmallIcon ( IconType  type)

Returns the pixmap for the given type as small icon.

Parameters
typethe identification of the icon
Returns
the wanted pixmap

Definition at line 36 of file icon_utils.cpp.

QString Icon_Utils::toString ( IconType  type)

Conversion from icon type to its string name.

Parameters
typethe identification of the icon
Returns
the string representation of the type

Definition at line 130 of file icon_utils.cpp.

QPixmap Icon_Utils::UserIcon ( IconType  type)

Returns the pixmap for the given type as user icon.

Parameters
typethe identification of the icon
Returns
the wanted pixmap

Definition at line 66 of file icon_utils.cpp.

This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:06:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

umbrello/umbrello

Skip menu "umbrello/umbrello"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • okteta
  • umbrello
  •   umbrello

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal