OpendTect  6.6
coincommands.h
Go to the documentation of this file.
1 #pragma once
2 
3 /*+
4 ________________________________________________________________________
5 
6  (C) dGB Beheer B.V.; (LICENSE) http://opendtect.org/OpendTect_license.txt
7  Author: Jaap Glas
8  Date: September 2012
9  RCS: $Id$
10  ________________________________________________________________________
11 
12 -*/
13 
14 #include "cmddrivermod.h"
15 #include "command.h"
16 #include "cmdcomposer.h"
17 #include "uithumbwheel.h"
18 
19 
20 namespace CmdDrive
21 {
22 
23 
24 mStartDeclCmdClass( CmdDriver, Wheel, UiObjectCmd ) mEndDeclCmdClass
25 
26 mExpClass(CmdDriver) WheelActivator: public Activator
27 {
28 public:
29  WheelActivator(const uiThumbWheel&,float angle);
30  void actCB(CallBacker*);
31 protected:
32  uiThumbWheel& actwheel_;
33  float actangle_;
34 };
35 
37 
38 
40 protected:
41  float oldvalue_;
43 
44 
45 }; // namespace CmdDrive
46 
cmdcomposer.h
CmdDrive::CmdDriver
Definition: cmddriver.h:103
mEndDeclCmdClass
#define mEndDeclCmdClass
Definition: command.h:151
mExpClass
#define mExpClass(module)
Definition: commondefs.h:177
CallBacker
Inherit from this class to be able to send and/or receive CallBacks.
Definition: callback.h:185
CmdDrive::mStartDeclCmdClass
mStartDeclCmdClass(CmdDriver, Wheel, UiObjectCmd) mEndDeclCmdClass class WheelActivator mStartDeclCmdClass(CmdDriver, GetWheel, UiObjQuestionCmd) mEndDeclCmdClass mStartDeclComposerClassWithInit(CmdDriver
command.h
CmdDrive::CmdComposer
Definition: cmdcomposer.h:52
mEndDeclComposerClass
#define mEndDeclComposerClass
Definition: cmdcomposer.h:148
CmdDrive::oldvalue_
float oldvalue_
Definition: coincommands.h:41
mStartDeclComposerClassWithInit
#define mStartDeclComposerClassWithInit(mod, cmdkey, parentclass, callerclass)
Definition: cmdcomposer.h:144
CmdDrive
Command Drive
Definition: canvascommands.h:22
CmdDrive::Wheel
mStartDeclCmdClass(CmdDriver, Wheel, UiObjectCmd) mEndDeclCmdClass class WheelActivator Wheel
Definition: coincommands.h:39
CmdDrive::UiObjQuestionCmd
Definition: command.h:161

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2021