FbTk::Texture Class Reference#include <Texture.hh>
List of all members.
|
Public Types |
| enum | Bevel { FLAT = 0x00002,
SUNKEN = 0x00004,
RAISED = 0x00008
} |
| enum | Textures { NONE = 0x00000,
SOLID = 0x00010,
GRADIENT = 0x00020
} |
| enum | Gradients {
HORIZONTAL = 0x00040,
VERTICAL = 0x00080,
DIAGONAL = 0x00100,
CROSSDIAGONAL = 0x00200,
RECTANGLE = 0x00400,
PYRAMID = 0x00800,
PIPECROSS = 0x01000,
ELLIPTIC = 0x02000
} |
| enum | {
BEVEL1 = 0x04000,
BEVEL2 = 0x08000,
INVERT = 0x10000,
PARENTRELATIVE = 0x20000,
INTERLACED = 0x40000,
TILED = 0x80000
} |
Public Member Functions |
|
void | setType (unsigned long t) |
|
void | addType (unsigned long t) |
|
void | setFromString (const char *const str) |
|
Color & | color () |
|
Color & | colorTo () |
|
Color & | hiColor () |
|
Color & | loColor () |
|
FbPixmap & | pixmap () |
|
const Color & | color () const |
|
const Color & | colorTo () const |
|
const Color & | hiColor () const |
|
const Color & | loColor () const |
|
const FbTk::FbPixmap & | pixmap () const |
|
unsigned long | type () const |
|
bool | usePixmap () const |
Detailed Description
Holds texture type and info
Definition at line 38 of file Texture.hh.
Member Enumeration Documentation
|
|
- Enumeration values:
-
| INVERT |
inverted image |
| TILED |
tiled pixmap |
Definition at line 64 of file Texture.hh.
00064 {
00065 BEVEL1 = 0x04000,
00066 BEVEL2 = 0x08000,
00067 INVERT = 0x10000,
00068 PARENTRELATIVE = 0x20000,
00069 INTERLACED = 0x40000,
00070 TILED = 0x80000
00071 };
|
The documentation for this class was generated from the following files:
Fluxbox CVS-Jan-2003
|
|
|