TermOx
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
ox::Fixed< Layout_t, Widget_t > Class Template Reference

Fixed offset before and after Widget_t object. More...

#include <fixed.hpp>

Inheritance diagram for ox::Fixed< Layout_t, Widget_t >:
ox::Fixed_2d< Widget_t >

Public Member Functions

template<typename... Args>
 Fixed (int offset_1, int offset_2, Args &&... args)
 
template<typename... Args>
 Fixed (int offset, Args &&... args)
 

Public Attributes

Widgetbuffer_1
 
Widget_t & widget
 
Widgetbuffer_2
 

Protected Member Functions

auto child_polished_event (Widget &child) -> bool override
 

Detailed Description

template<template< typename > typename Layout_t, typename Widget_t>
class ox::Fixed< Layout_t, Widget_t >

Fixed offset before and after Widget_t object.


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