Public Member Functions

glv::Placer Class Reference

View placer. More...

#include <glv_layout.h>

List of all members.

Public Member Functions

Placeroperator<< (View &v)
 Set a view's position.
Placerabs (space_t vx, space_t vy)
 Set the absolute increment amounts.
Placeralign (space_t vx, space_t vy)
 Set view alignment location.
Placeralign (Place::t p)
 Set view alignment place.
Placeranchor (Place::t p)
 Set anchor place of Views.
Placerflow (Direction d)
 Reassign the placement flow direction.
Placerflow (Direction d, space_t abs, space_t rel=1)
 Set the placement flow along with absolute and relative incrementing values.
Placerpos (space_t vx, space_t vy)
 Set the current position.
PlacerposX (space_t v)
 Set the current x-position.
PlacerposY (space_t v)
 Set the current y-position.
Placerrel (space_t vx, space_t vy)
 Set the relative increment factors.

Detailed Description

View placer.

A Placer is used for aligning a series of views. It can position views according to an absolute increment and/or increment relative to the views' geometric extent.


The documentation for this class was generated from the following files: