MechSys  1.0
Computing library for simulations in continuum and discrete mechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
GUI::PenType Class Reference

#include <common.h>

List of all members.

Public Member Functions

 PenType (char const *ClrName="black", char const *LtyName="solid", int Lwd=1)
 PenType (unsigned char R, unsigned char G, unsigned char B, char const *LtyName="solid", int Lwd=1)
void Set (char const *ClrName, char const *LtyName="solid", int Lwd=1)
void Set (unsigned char R, unsigned char G, unsigned char B, char const *LtyName="solid", int Lwd=1)
void Activate (DeviceContext &DC, bool ForceSolid=false)

Constructor & Destructor Documentation

GUI::PenType::PenType ( char const *  ClrName = "black",
char const *  LtyName = "solid",
int  Lwd = 1 
) [inline]
GUI::PenType::PenType ( unsigned char  R,
unsigned char  G,
unsigned char  B,
char const *  LtyName = "solid",
int  Lwd = 1 
) [inline]

Member Function Documentation

void GUI::PenType::Activate ( DeviceContext &  DC,
bool  ForceSolid = false 
) [inline]
void GUI::PenType::Set ( char const *  ClrName,
char const *  LtyName = "solid",
int  Lwd = 1 
) [inline]
void GUI::PenType::Set ( unsigned char  R,
unsigned char  G,
unsigned char  B,
char const *  LtyName = "solid",
int  Lwd = 1 
) [inline]

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