Laxkit  0.0.7.1
Public Member Functions | Public Attributes
Laxkit::WindowColors Class Reference

Holds basic color styling info. More...

Inheritance diagram for Laxkit::WindowColors:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 WindowColors (const WindowColors &l)
 Initialize the color info.
WindowColorsoperator= (WindowColors &l)
 Copy the color info.
- Public Member Functions inherited from Laxkit::anObject
 anObject ()
 Set object_id=getUniqueNumber().
virtual ~anObject ()
 Empty virtual destructor.
virtual const charwhattype ()
 Returns the type of anObject.
virtual anObjectduplicate (anObject *ref=NULL)
virtual int inc_count ()
 Increment the data's count by 1. Returns count.
virtual int dec_count ()
 Decrement the count of the data, deleting if count is less than or equal to 0.
virtual int the_count ()

Public Attributes

unsigned long fg
unsigned long bg
unsigned long hfg
unsigned long hbg
unsigned long moverfg
unsigned long moverbg
unsigned long grayedfg
unsigned long color1
unsigned long color2
- Public Attributes inherited from Laxkit::anObject
int suppress_debug
DeleteRefCountedFunc deleteMe
 Called when the count is decremented to 0.
unsigned long object_id
charobject_idstr

Additional Inherited Members

- Protected Attributes inherited from Laxkit::anObject
int _count
 The reference count of the object.

Detailed Description

Holds basic color styling info.


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

Mon Feb 17 2014 11:52:58, Laxkit