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

umbrello/umbrello

  • sources
  • kde-4.12
  • kdesdk
  • umbrello
  • umbrello
  • codegenerators
  • ruby
rubycodeoperation.h
Go to the documentation of this file.
1 /***************************************************************************
2  * This program is free software; you can redistribute it and/or modify *
3  * it under the terms of the GNU General Public License as published by *
4  * the Free Software Foundation; either version 2 of the License, or *
5  * (at your option) any later version. *
6  * *
7  * copyright (C) 2005 *
8  * Richard Dale <Richard_Dale@tipitina.demon.co.uk> *
9  * copyright (C) 2006-2013 *
10  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
11  ***************************************************************************/
12 
13 #ifndef RUBYCODEOPERATION_H
14 #define RUBYCODEOPERATION_H
15 
16 #include "codeoperation.h"
17 
18 #include <QString>
19 
20 class RubyClassifierCodeDocument;
21 
22 class RubyCodeOperation : virtual public CodeOperation
23 {
24  Q_OBJECT
25 public:
26 
30  RubyCodeOperation (RubyClassifierCodeDocument * doc, UMLOperation * op, const QString & body = "", const QString & comment = "");
31 
35  virtual ~RubyCodeOperation ();
36 
37  virtual int lastEditableLine();
38 
39 protected:
40 
41  void updateMethodDeclaration();
42 
43 };
44 
45 #endif // RUBYCODEOPERATION_H
RubyCodeOperation::updateMethodDeclaration
void updateMethodDeclaration()
This is the method called from within syncToparent().
Definition: rubycodeoperation.cpp:41
RubyCodeOperation::lastEditableLine
virtual int lastEditableLine()
Definition: rubycodeoperation.cpp:200
RubyCodeOperation::~RubyCodeOperation
virtual ~RubyCodeOperation()
Empty Destructor.
Definition: rubycodeoperation.cpp:36
RubyCodeOperation::RubyCodeOperation
RubyCodeOperation(RubyClassifierCodeDocument *doc, UMLOperation *op, const QString &body="", const QString &comment="")
Empty Constructor.
Definition: rubycodeoperation.cpp:25
codeoperation.h
RubyCodeOperation
Definition: rubycodeoperation.h:22
CodeOperation
Definition: codeoperation.h:23
RubyClassifierCodeDocument
class RubyClassifierCodeDocument A Ruby UMLClassifier Code Document.
Definition: rubyclassifiercodedocument.h:36
UMLOperation
This class represents an operation in the UML model.
Definition: operation.h:24
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:06:00 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