Enumerations

glv::Place Namespace Reference

Placement types. More...

Enumerations

enum  t {
  TC = 1<<0, TR = 1<<1, CR = 1<<2, BR = 1<<3,
  BC = 1<<4, BL = 1<<5, CL = 1<<6, TL = 1<<7,
  CC = 1<<8
}

Detailed Description

Placement types.


Enumeration Type Documentation

Enumerator:
TC 

Top-center

TR 

Top-right

CR 

Center-right

BR 

Bottom-right

BC 

Bottom-center

BL 

Bottom-left

CL 

Center-left

TL 

Top-left

CC 

Center-center