~ubuntu-branches/debian/experimental/openscenegraph/experimental

« back to all changes in this revision

Viewing changes to OpenSceneGraph/src/osgWrappers/osgWidget/Frame.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Luaces
  • Date: 2010-05-03 21:42:01 UTC
  • mfrom: (1.1.9 upstream) (2.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100503214201-iy060qxb94vsfv87
Tags: 2.8.3-3
* Added README.source. Thanks Manuel Montecelo.
* Removed FindGDAL.cmake file supplied by upstream since it does not
  detect current libgdal1-1.6.0. The script provided by CMake works
  fine.
* Removed openthreads-doc since OpenThreads documentation is shared with
  OpenSceneGraph's, hence this package was empty.
* Now ccache handling is being done automatically by CMake.
* Drop conflict dependencies with previous versions to let them coexist
  with current ones (Closes: #580079 #580081).

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
BEGIN_OBJECT_REFLECTOR(osgWidget::Frame)
54
54
        I_DeclaringFile("osgWidget/Frame");
55
55
        I_BaseType(osgWidget::Table);
56
 
        I_StaticMethod1(std::string, cornerTypeToString, IN, osgWidget::Frame::CornerType, x,
57
 
                        __std_string__cornerTypeToString__CornerType_S,
58
 
                        "",
59
 
                        "");
60
 
        I_StaticMethod1(std::string, borderTypeToString, IN, osgWidget::Frame::BorderType, x,
61
 
                        __std_string__borderTypeToString__BorderType_S,
62
 
                        "",
63
 
                        "");
64
 
        I_StaticMethodWithDefaults7(osgWidget::Frame *, createSimpleFrame, IN, const std::string &, x, , IN, osgWidget::point_type, x, , IN, osgWidget::point_type, x, , IN, osgWidget::point_type, x, , IN, osgWidget::point_type, x, , IN, unsigned, int, 0, IN, osgWidget::Frame *, x, 0,
65
 
                                    __Frame_P1__createSimpleFrame__C5_std_string_R1__point_type__point_type__point_type__point_type__unsigned__Frame_P1_S,
66
 
                                    "",
67
 
                                    "");
68
 
        I_StaticMethodWithDefaults6(osgWidget::Frame *, createSimpleFrameWithSingleTexture, IN, const std::string &, x, , IN, osg::Image *, x, , IN, osgWidget::point_type, x, , IN, osgWidget::point_type, x, , IN, unsigned, int, 0, IN, osgWidget::Frame *, x, 0,
69
 
                                    __Frame_P1__createSimpleFrameWithSingleTexture__C5_std_string_R1__osg_Image_P1__point_type__point_type__unsigned__Frame_P1_S,
70
 
                                    "",
71
 
                                    "");
72
 
        I_StaticMethodWithDefaults6(osgWidget::Frame *, createSimpleFrameFromTheme, IN, const std::string &, x, , IN, osg::Image *, x, , IN, osgWidget::point_type, x, , IN, osgWidget::point_type, x, , IN, unsigned, int, 0, IN, osgWidget::Frame *, x, 0,
73
 
                                    __Frame_P1__createSimpleFrameFromTheme__C5_std_string_R1__osg_Image_P1__point_type__point_type__unsigned__Frame_P1_S,
74
 
                                    "",
75
 
                                    "");
76
56
        I_Method0(osg::Object *, cloneType,
77
57
                  Properties::VIRTUAL,
78
58
                  __osg_Object_P1__cloneType,
181
161
                  __bool__canTexture,
182
162
                  "",
183
163
                  "");
 
164
        I_StaticMethod1(std::string, cornerTypeToString, IN, osgWidget::Frame::CornerType, x,
 
165
                        __std_string__cornerTypeToString__CornerType_S,
 
166
                        "",
 
167
                        "");
 
168
        I_StaticMethod1(std::string, borderTypeToString, IN, osgWidget::Frame::BorderType, x,
 
169
                        __std_string__borderTypeToString__BorderType_S,
 
170
                        "",
 
171
                        "");
 
172
        I_StaticMethodWithDefaults7(osgWidget::Frame *, createSimpleFrame, IN, const std::string &, x, , IN, osgWidget::point_type, x, , IN, osgWidget::point_type, x, , IN, osgWidget::point_type, x, , IN, osgWidget::point_type, x, , IN, unsigned, int, 0, IN, osgWidget::Frame *, x, 0,
 
173
                                    __Frame_P1__createSimpleFrame__C5_std_string_R1__point_type__point_type__point_type__point_type__unsigned__Frame_P1_S,
 
174
                                    "",
 
175
                                    "");
 
176
        I_StaticMethodWithDefaults6(osgWidget::Frame *, createSimpleFrameWithSingleTexture, IN, const std::string &, x, , IN, osg::Image *, x, , IN, osgWidget::point_type, x, , IN, osgWidget::point_type, x, , IN, unsigned, int, 0, IN, osgWidget::Frame *, x, 0,
 
177
                                    __Frame_P1__createSimpleFrameWithSingleTexture__C5_std_string_R1__osg_Image_P1__point_type__point_type__unsigned__Frame_P1_S,
 
178
                                    "",
 
179
                                    "");
 
180
        I_StaticMethodWithDefaults6(osgWidget::Frame *, createSimpleFrameFromTheme, IN, const std::string &, x, , IN, osg::Image *, x, , IN, osgWidget::point_type, x, , IN, osgWidget::point_type, x, , IN, unsigned, int, 0, IN, osgWidget::Frame *, x, 0,
 
181
                                    __Frame_P1__createSimpleFrameFromTheme__C5_std_string_R1__osg_Image_P1__point_type__point_type__unsigned__Frame_P1_S,
 
182
                                    "",
 
183
                                    "");
184
184
        I_ProtectedMethod1(osgWidget::Widget *, _getCorner, IN, osgWidget::Frame::CornerType, x,
185
185
                           Properties::NON_VIRTUAL,
186
186
                           Properties::CONST,
212
212
                  __osg_Object_P1__cloneType,
213
213
                  "Clone the type of an object, with Object* return type. ",
214
214
                  "Must be defined by derived classes. ");
215
 
        I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, x,
 
215
        I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop,
216
216
                  Properties::VIRTUAL,
217
217
                  __osg_Object_P1__clone__C5_osg_CopyOp_R1,
218
218
                  "Clone an object, with Object* return type. ",
286
286
                  __osg_Object_P1__cloneType,
287
287
                  "Clone the type of an object, with Object* return type. ",
288
288
                  "Must be defined by derived classes. ");
289
 
        I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, x,
 
289
        I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop,
290
290
                  Properties::VIRTUAL,
291
291
                  __osg_Object_P1__clone__C5_osg_CopyOp_R1,
292
292
                  "Clone an object, with Object* return type. ",