WINDEX
Static Public Member Functions | List of all members
wex::maker Class Reference

A class for making windex objects. More...

#include <wex.h>

Static Public Member Functions

template<class W , class P >
static W & make (P &parent)
 Construct widget. More...
 
static guimake ()
 Construct a top level window ( first call constructs application window ) More...
 

Detailed Description

A class for making windex objects.

Use the methods of this class to create windex objects, NOT the constructors of the objects.

Member Function Documentation

◆ make() [1/2]

static gui& wex::maker::make ( )
inlinestatic

Construct a top level window ( first call constructs application window )

Returns
reference to new window

◆ make() [2/2]

template<class W , class P >
static W& wex::maker::make ( P &  parent)
inlinestatic

Construct widget.

Parameters
[in]parentreference to parent window or widget
Returns
reference to new widget

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