~ubuntu-branches/ubuntu/utopic/ginkgocadx/utopic-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/widgets/wtrapezoide.h

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2012-01-29 12:02:54 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120129120254-nu7giync5p156icb
Tags: 2.8.0.4602-1
New upstream version (adapted patch, removed patch applied upstream)
Closes: #657827

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  
3
 
 *  $Id: wtrapezoide.h 3535 2011-03-18 17:57:05Z carlos $
 
3
 *  $Id: wtrapezoide.h 4478 2011-12-13 11:55:00Z carlos $
4
4
 *  Ginkgo CADx Project
5
5
 *
6
6
 *  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
32
32
                                typedef GNC::GCS::IWidgetsManager        TWidgetsManager;
33
33
                                typedef GNC::GCS::Widgets::IWidget       TWidget;
34
34
 
35
 
                                WTrapezoideBuilder(TWidgetsManager* pManager, long gid, int numMaxTrapezoides = 0);
 
35
                                WTrapezoideBuilder(TWidgetsManager* pManager, const GNC::GCS::TriggerButton& buttonMask, long gid, int numMaxTrapezoides = 0);
36
36
 
37
37
                                ~WTrapezoideBuilder();
38
38