DBsetViewParameter

Top  Previous  Next

Parametres for window placed.

The system can indicate additional windows, e.g., for detailed views. These windows must be announced in the system (DBloginView) and later again are cancelled (DBlogoutView). With this function the parametres which determine the representation are put.

Parametre

root (PROOT) [IN]

Act on the open data bank.

addr (void *) [IN]

Address of the window before generated with DBloginView.

art (int) [IN]

With art it is determined which kind of change it concerns. Depending on which value is given with art, even the x parametre is used.

x (stands in) [IN]

Depending on which changes are given by art, the value is interpreted in x accordingly

y (stands in) [IN]

Depending on which changes are given by art, the value is interpreted in y accordingly

text (char *) [IN / OUT]

Width of the window fetch.

index (int) [IN]

Width of the window fetch.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBsetViewParameter (

PROOT root,

void * addr,

int art,

stand in x,

stand in y,

);

Constants

DB_VIEW_CENTER

Putting of the window centre. Both values from x and y are used.

DB_VIEW_RANGE

Putting of the window size. Both values from x and y are used.

DB_VIEW_FULLCENTER

Putting of the maximum of the window centre. Both values x and y are used.

DB_VIEW_FULLRANGE

Putting of the maximum of the window size. Both values x and y are used.

DB_VIEW_MARKERSIZE

Putting of the mark size. Only x value is used.

DB_VIEW_ROTATION

Putting of the rotation. Only x value is used.

DB_VIEW_PIXELSIZE

Putting of the pixel size. Only x value is used.

DB_VIEW_METER_PER_PEL

Place

DB_VIEW_SIGNATUR_NR

Putting of the signature table. Only x value is used.

Related functions

DBgetViewParameter