UNIVERS
15.3
UNIVERS base processing software API
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
zm
QfSelModField.H
1
/* QfSelModField.H */
2
/* $Id: QfSelModField.H,v 1.2 2001/10/30 11:21:13 vlad Exp $ */
3
#ifndef __QfSelModField_H
4
#define __QfSelModField_H
5
6
#include <zm/QfSelectionField.H>
7
8
9
/***********************************************************************
10
* Seismic data modification selection line
11
*/
12
class
QfSelModField
:
public
QfSelectionField
13
{
14
private
:
15
16
/* Verification of the text field before value change */
17
static
void
VerifyModCB (Widget w, XtPointer pUserData,
18
XtPointer pCallData);
19
20
protected
:
21
22
/* QfDATA_SELECT or QfDATA_ENTER */
23
int
ismod;
24
25
/* Overridden reaction to button activation */
26
virtual
void
click_select ();
27
28
/* Add verification callbacks */
29
virtual
void
create_self
(Widget wParent);
30
31
public
:
32
33
QfSelModField
(
char
* szLabel,
char
* szString,
int
iSelMod);
34
35
};
36
#endif
/* QfSelModField.H */
QfSelModField
Definition:
QfSelModField.H:12
QfSelModField::create_self
virtual void create_self(Widget wParent)
QfSelectionField
Definition:
QfSelectionField.H:13
Generated by
1.8.5