Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5040 in orxonox.OLD for orxonox/trunk/src/util/user_control.cc


Ignore:
Timestamp:
Aug 16, 2005, 7:24:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: inventing a new Way to get all the different kinds of User-Interface-Control below one hat.
This should be the ground-stone for all the different Camera-Modi as proposed in ticket:60 and ticket:61.
Maybe, there will be a better idea soon. In this case i would not implement, what i am doing here. :/

File:
1 copied

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/user_control.cc

    r5038 r5040  
    1010
    1111   ### File Specific:
    12    main-programmer: ...
     12   main-programmer: Benjamin Grauer
    1313   co-programmer: ...
    1414*/
     
    1616//#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_
    1717
    18 #include "proto_class.h"
     18#include "user_control.h"
    1919
    2020using namespace std;
    21 
    2221
    2322/**
     
    2524 * @todo this constructor is not jet implemented - do it
    2625*/
    27 ProtoClass::ProtoClass ()
     26UserControl::UserControl ()
    2827{
    29    this->setClassID(CL_PROTO_ID, "ProtoClass");
     28   this->setClassID(CL_USER_CONTROL, "UserControl");
    3029
    3130   /* If you make a new class, what is most probably the case when you write this file
     
    4544 * standard deconstructor
    4645*/
    47 ProtoClass::~ProtoClass ()
     46UserControl::~UserControl ()
    4847{
    4948  // delete what has to be deleted here
Note: See TracChangeset for help on using the changeset viewer.