svvitch
digital signage player
Rect Class Reference

領域クラス. More...

#include <ComContent.h>

List of all members.

Public Member Functions

 Rect (int x_, int y_, int w_, int h_)
 Rect (const Rect &rect)
Rectoperator= (const Rect &rect)

Public Attributes

int x
int y
int w
int h

Private Member Functions

Rectcopy (const Rect &rect)

Detailed Description

領域クラス.

領域値のホルダ

Definition at line 17 of file ComContent.h.


Constructor & Destructor Documentation

Rect::Rect ( int  x_,
int  y_,
int  w_,
int  h_ 
) [inline]

Definition at line 35 of file ComContent.h.

Rect::Rect ( const Rect rect) [inline]

Definition at line 38 of file ComContent.h.

Here is the call graph for this function:


Member Function Documentation

Rect& Rect::copy ( const Rect rect) [inline, private]

Definition at line 20 of file ComContent.h.

Here is the caller graph for this function:

Rect& Rect::operator= ( const Rect rect) [inline]

Definition at line 42 of file ComContent.h.

Here is the call graph for this function:


Member Data Documentation

int Rect::h

Definition at line 33 of file ComContent.h.

int Rect::w

Definition at line 32 of file ComContent.h.

int Rect::x

Definition at line 30 of file ComContent.h.

int Rect::y

Definition at line 31 of file ComContent.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines