~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/App/PropertyStandard.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2010-01-11 08:48:33 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100111084833-4g9vgdqbkw8u34zb
Tags: 0.9.2646.5-1
* New upstream version (closes: #561696).
* Added swig to Build-Depends (closes: #563523, #563772).
* Removed python-opencv from Build-Depends and Recommends (closes: #560768).

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
// PropertyEnumeration
251
251
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
252
252
 
253
 
TYPESYSTEM_SOURCE(PropertyEnumeration, App::PropertyInteger);
 
253
TYPESYSTEM_SOURCE(App::PropertyEnumeration, App::PropertyInteger);
254
254
 
255
255
//**************************************************************************
256
256
// Construction/Destruction
707
707
// PropertyFloatConstraint
708
708
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
709
709
 
710
 
TYPESYSTEM_SOURCE(PropertyFloatConstraint, App::PropertyFloat);
 
710
TYPESYSTEM_SOURCE(App::PropertyFloatConstraint, App::PropertyFloat);
711
711
 
712
712
//**************************************************************************
713
713
// Construction/Destruction
761
761
// PropertyDistance
762
762
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
763
763
 
764
 
TYPESYSTEM_SOURCE(PropertyDistance, App::PropertyFloat);
 
764
TYPESYSTEM_SOURCE(App::PropertyDistance, App::PropertyFloat);
765
765
 
766
766
//**************************************************************************
767
767
//**************************************************************************
795
795
// PropertyAngle
796
796
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
797
797
 
798
 
TYPESYSTEM_SOURCE(PropertyAngle, App::PropertyFloat);
 
798
TYPESYSTEM_SOURCE(App::PropertyAngle, App::PropertyFloat);
799
799
 
800
800
 
801
801
//**************************************************************************