~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to umbrello/umbrello/basictypes.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-14 15:11:09 UTC
  • mfrom: (0.4.22)
  • Revision ID: package-import@ubuntu.com-20120614151109-t9h5vc8qga2sz5yo
Tags: 4:4.8.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
     * Enumeration used for stating where a line is on a widget.
295
295
     * @note Do not change this ordering, as we use these values in for loop.
296
296
     */
297
 
//     enum Region {
298
 
//         Error = 0,
299
 
//         West,
300
 
//         North,
301
 
//         East,
302
 
//         South,
303
 
//         NorthWest,
304
 
//         NorthEast,
305
 
//         SouthEast,
306
 
//         SouthWest
307
 
//     };
 
297
    enum Region {
 
298
        reg_Error = 0,
 
299
        reg_West,
 
300
        reg_North,
 
301
        reg_East,
 
302
        reg_South,
 
303
        reg_NorthWest,
 
304
        reg_NorthEast,
 
305
        reg_SouthEast,
 
306
        reg_SouthWest
 
307
    };
308
308
 
309
309
    /**
310
310
     *