LRect Class Reference


Detailed Description

Definition at line 164 of file LibPSD.h.

#include <LibPSD.h>

List of all members.

Public Member Functions

  LRect (int left=0, int top=0, int right=0, int bottom=0)
LRect operator= (const LRect &LR)

Public Attributes

int  top
int  left
int  bottom
int  right

Constructor & Destructor Documentation

LRect ( int  left = 0,
int  top = 0,
int  right = 0,
int  bottom = 0 
) [inline]

Definition at line 176 of file LibPSD.h.

{
    left    = inLeft ;
    right   = inRight ;
    top     = inTop ;
    bottom  = inBottom ;
}

Member Function Documentation

LRect & operator= ( const LRect LR ) [inline]

Definition at line 184 of file LibPSD.h.

{
    if (this != &LR) {
        this->bottom = LR.bottom;
        this->left   = LR.left;
        this->right  = LR.right;
        this->top    = LR.top;
    }
    return *this;
}

Member Data Documentation

int top

Definition at line 170 of file LibPSD.h.

int left

Definition at line 171 of file LibPSD.h.

int bottom

Definition at line 172 of file LibPSD.h.

int right

Definition at line 173 of file LibPSD.h.


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

LRect LRect LRect LRect LRect LRect LRect LRect LRect LRect
LRect LRect LRect LRect LRect LRect LRect LRect LRect LRect