Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/hugin/AnchorPositionCtrl.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00024 #ifndef _ANCHORPOSITIONCTRL_H 00025 #define _ANCHORPOSITIONCTRL_H 00026 00031 class AnchorPositionCtrl 00032 { 00033 public: 00034 00037 AnchorPositionCtrl(); 00038 00041 virtual ~AnchorPositionCtrl(); 00042 00043 private: 00044 00045 }; 00046 00047 00048 00049 #endif // _ANCHORPOSITIONCTRL_H
1.3.9.1