NOCL  v0.1.0-2524
Modern C++ Class Library for GUI Projects
nocl::Size Class Reference

The size (width and height) associated with an object. More...

#include <Size.hpp>

Collaboration diagram for nocl::Size:

Public Member Functions

 ~Size (void)
 Destructor. More...
 
 Size (void)
 Constructor. More...
 
 Size (const int w, const int h)
 Constructor. More...
 
 Size (const GtkRequisition &req)
 Constructor. More...
 

Public Attributes

int width
 Width. More...
 
int height
 Height. More...
 

Detailed Description

The size (width and height) associated with an object.

Constructor & Destructor Documentation

◆ ~Size()

nocl::Size::~Size ( void  )

Destructor.

◆ Size() [1/3]

nocl::Size::Size ( void  )

Constructor.

◆ Size() [2/3]

nocl::Size::Size ( const int  w,
const int  h 
)

Constructor.

◆ Size() [3/3]

nocl::Size::Size ( const GtkRequisition &  req)

Constructor.

Member Data Documentation

◆ width

int nocl::Size::width

◆ height

int nocl::Size::height

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