My Project
Classes | Enumerations | Functions
interface.h File Reference

Common draw interface class. More...

#include "button.h"
#include "combobox.h"
#include "editfield.h"
Include dependency graph for interface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  BaseInterfaceCtrl
 Each element (button, editfield etc) has own structure. More...
 
class  InterfaceCtrlInit
 
struct  InterfaceCtrl
 
class  BaseInterface
 Main interface class. Provides access to create/remove/update elements. More...
 

Enumerations

enum  InterfaceCtrlType { EBUTTON, EEDITFIELD, ECOMBO }
 List of interface elements types. More...
 

Functions

COLORREF colorDialog ()
 

Detailed Description

Common draw interface class.

Common interface class.

"interface/interface.h"

Author
Dmitry Zaitsev
Version
1.0
Date
09 October 2016

Provide interface for drawing common interface

"interface/interface.h"

Author
Dmitry Zaitsev
Version
1.0
Date
23 September 2016

Provide interface for creating/removing/updating common interface items

Definition in file interface.h.

Enumeration Type Documentation

§ InterfaceCtrlType

List of interface elements types.

Enumerator
EBUTTON 

Button.

EEDITFIELD 

Edit field.

ECOMBO 

Combobox.

Definition at line 100 of file interface.h.

Function Documentation

§ colorDialog()

COLORREF colorDialog ( )

Definition at line 103 of file interface.cpp.

Here is the caller graph for this function: