趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
hrk::SizeF Class Reference

幅と高さ More...

#include <SizeF.h>

Public Member Functions

 SizeF (double width, double height)
 
double width (void) const
 
double height (void) const
 
void set_width (double width)
 width の値を登録する
 
void set_height (double height)
 height の値を登録する
 
SizeFoperator+= (const SizeF &rhs)
 
const SizeF operator+ (const SizeF &rhs) const
 
SizeFoperator-= (const SizeF &rhs)
 
const SizeF operator- (const SizeF &rhs) const
 
SizeFoperator*= (double rhs)
 
SizeF operator* (double rhs)
 

Detailed Description

幅と高さ

Examples:
check_box_example.cpp, display_size_example.cpp, image_surface_example.cpp, Main_window.cpp, text_surface_example.cpp, and toggle_screen_example.cpp.

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