Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

vcf/ApplicationKit/Control.h File Reference


Namespaces

namespace  VCF

Classes

class  VCF::Control
 The base class for all visual components in the Visual Component Framework. More...

Defines

#define CONTROL_CLASSID   "B91B1828-3639-4bcf-9882-342F16C90E21"

Typedefs

typedef uint32 VCF::AnchorTypes

Enumerations

enum  VCF::AlignmentType {
  VCF::AlignNone = 0, VCF::AlignTop, VCF::AlignLeft, VCF::AlignRight,
  VCF::AlignBottom, VCF::AlignClient
}
 The various enumerations of standard alignment types used by the default containers for control alignment. More...
enum  VCF::AnchorType {
  VCF::AnchorNone = 0, VCF::AnchorTop = 1, VCF::AnchorLeft = 2, VCF::AnchorBottom = 4,
  VCF::AnchorRight = 8
}
 An enum of anchor types for a control's anchor value. More...
enum  VCF::TextAlignmentType { VCF::taTextLeft = 0, VCF::taTextCenter, VCF::taTextRight }

Define Documentation

#define CONTROL_CLASSID   "B91B1828-3639-4bcf-9882-342F16C90E21"
 

   Comments or Suggestions?    License Information