Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michael Migliore
VTK
Commits
cfae7cc9
Commit
cfae7cc9
authored
Aug 18, 2010
by
David Gobbi
Browse files
STYLE: Remove BTX from QVTKInteractor, Qt dir is now BTX-free.
parent
27573cc6
Changes
1
Show whitespace changes
Inline
Side-by-side
GUISupport/Qt/QVTKInteractor.h
View file @
cfae7cc9
...
...
@@ -87,12 +87,10 @@ public:
// timer event slot
virtual
void
TimerEvent
(
int
timerId
);
//BTX
#if defined(VTK_USE_TDX) && defined(Q_WS_X11)
virtual
vtkTDxUnixDevice
*
GetDevice
();
virtual
void
SetDevice
(
vtkTDxDevice
*
device
);
#endif
//ETX
protected:
// constructor
...
...
@@ -104,7 +102,6 @@ protected:
virtual
int
InternalCreateTimer
(
int
timerId
,
int
timerType
,
unsigned
long
duration
);
// destroy a Qt Timer
virtual
int
InternalDestroyTimer
(
int
platformTimerId
);
//BTX
#if defined(VTK_USE_TDX) && defined(Q_WS_WIN)
vtkTDxWinDevice
*
Device
;
#endif
...
...
@@ -114,7 +111,6 @@ protected:
#if defined(VTK_USE_TDX) && defined(Q_WS_X11)
vtkTDxUnixDevice
*
Device
;
#endif
//ETX
private:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment