liblancelot
FullBorderLayout.h
Go to the documentation of this file.
44 TopBorder = 1,
45 BottomBorder = 2,
46 LeftBorder = 4,
47 RightBorder = 8
54 Center = 0,
55 Top = TopBorder,
56 Bottom = BottomBorder,
57 Left = LeftBorder,
58 Right = RightBorder,
59 TopLeft = TopBorder | LeftBorder,
60 TopRight = TopBorder | RightBorder,
61 BottomLeft = BottomBorder | LeftBorder,
62 BottomRight = BottomBorder | RightBorder
A modified version of Plasma::BorderLayout.
Definition: FullBorderLayout.h:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon Oct 13 2014 22:55:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon Oct 13 2014 22:55:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.