Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes | Friends
Rapicorn::Requisition Struct Reference

Requisition information, providing requisition width and height. More...

#include <interfaces.idl>

List of all members.

Public Member Functions

std::string __aida_type_name__ () const
Rapicorn::Aida::TypeCode __aida_type_code__ () const
bool operator== (const Requisition &other) const
bool operator!= (const Requisition &other) const
void operator<<= (Rapicorn::Aida::Any &any)
 Requisition (double w, double h)

Public Attributes

float64 width
 Request width.
float64 height
 Request height.

Friends

void operator<<= (Rapicorn::Aida::Any &any, const Requisition &rec)

Detailed Description

Requisition information, providing requisition width and height.


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