~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to kexi/formeditor/objecttree.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-27 17:52:57 UTC
  • mfrom: (0.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101027175257-s04zqqk5bs8ckm9o
Tags: 1:2.2.83-0ubuntu1
* Merge with Debian git remaining changes:
 - Add build-deps on librcps-dev, opengtl-dev, libqtgtl-dev, freetds-dev,
   create-resources, libspnav-dev
 - Remove needless build-dep on libwv2-dev
 - koffice-libs recommends create-resources
 - krita recommends pstoedit
 - Keep our patches
* New upstream release 2.3 beta 3
  - Remove debian/patches fixed by upstream
  - Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* This file is part of the KDE project
2
2
   Copyright (C) 2003 Lucijan Busch <lucijan@gmx.at>
3
3
   Copyright (C) 2004 Cedric Pasteur <cedric.pasteur@free.fr>
4
 
   Copyright (C) 2006 Jarosław Staniek <staniek@kde.org>
 
4
   Copyright (C) 2006-2010 Jarosław Staniek <staniek@kde.org>
5
5
 
6
6
   This library is free software; you can redistribute it and/or
7
7
   modify it under the terms of the GNU Library General Public
146
146
    }
147
147
    void setGridPos(int row, int col, int rowspan, int colspan);
148
148
 
 
149
#if 0 // moved to WidgetLibrary
 
150
    //! @return selectable item for this item.
 
151
    //! In most cases it is equal to this item but e.g. for pages of QTabWidget,
 
152
    //! item for the widget itself is returned.
 
153
    //! Used when user clicks on widget tree item or when parent of the current
 
154
    //! widget should to be selected. Defaults can be overriden by widget factories.
 
155
    ObjectTreeItem* selectableItem();
 
156
#endif
149
157
protected:
150
158
    QString m_className;
151
159
    QString m_name;