DAS  3.1.6 - 18/09/2017
Data Fields
EDIT_CHANGE Struct Reference

Value Change for the Edit Object. More...

#include <Mguidefs.h>

+ Collaboration diagram for EDIT_CHANGE:

Data Fields

char * change
 
int change_len
 
char * current_text
 
unsigned exec
 
int len
 
int pos
 
unsigned validate
 

Detailed Description

Value Change for the Edit Object.

The Edit Object passes this structure to the ValueChange callback EDIT_CHANGE_CB (C API) and EDITCHANGE_CB (C++ API) when its text changes. Last member is a return flag.

See also
CmAbsEdit::setValueChangeCallback, MEditSetValueChangeCallback()

Definition at line 1361 of file Mguidefs.h.

Field Documentation

§ change

char* EDIT_CHANGE::change

New text

Definition at line 1365 of file Mguidefs.h.

§ change_len

int EDIT_CHANGE::change_len

New text's lenght

Definition at line 1371 of file Mguidefs.h.

§ current_text

char* EDIT_CHANGE::current_text

EDIT text before the change

Definition at line 1363 of file Mguidefs.h.

§ exec

unsigned EDIT_CHANGE::exec

Reject the change if set to False

Definition at line 1375 of file Mguidefs.h.

§ len

int EDIT_CHANGE::len

Current text's lenght to substitute

Definition at line 1369 of file Mguidefs.h.

§ pos

int EDIT_CHANGE::pos

New text insert position

Definition at line 1367 of file Mguidefs.h.

§ validate

unsigned EDIT_CHANGE::validate

Validation flag

Definition at line 1373 of file Mguidefs.h.


The documentation for this struct was generated from the following file:
______________________________________________________________________________________
Generated on Mon Sep 18 2017 11:47:13 for DAS - Rel. 3.1.6 - 18/09/2017.