QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RColorCombo Class Reference

#include <RColorCombo.h>

List of all members.

Public Slots

void colorChanged (int index)

Signals

void dialogRunning (bool isRunning)
void valueChanged (const RColor &color)

Public Member Functions

RColor getColor ()
bool getOnlyFixed ()
bool getShowAlphaChannel ()
void init ()
 RColorCombo (QWidget *parent=0)
void setColor (const RColor &col)
void setOnlyFixed (bool onlyFixed)
void setShowAlphaChannel (bool showAlphaChannel)

Properties

QColor color
bool onlyFixed
bool showAlphaChannel

Private Attributes

RColor currentColor

Detailed Description

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

RColorCombo::RColorCombo ( QWidget *  parent = 0)

Member Function Documentation

void RColorCombo::colorChanged ( int  index)
slot
void RColorCombo::dialogRunning ( bool  isRunning)
signal
RColor RColorCombo::getColor ( )
bool RColorCombo::getOnlyFixed ( )
bool RColorCombo::getShowAlphaChannel ( )
void RColorCombo::init ( )
void RColorCombo::setColor ( const RColor col)
void RColorCombo::setOnlyFixed ( bool  onlyFixed)
void RColorCombo::setShowAlphaChannel ( bool  showAlphaChannel)
void RColorCombo::valueChanged ( const RColor color)
signal

Member Data Documentation

RColor RColorCombo::currentColor
private

Property Documentation

QColor RColorCombo::color
readwrite
bool RColorCombo::onlyFixed
readwrite
bool RColorCombo::showAlphaChannel
readwrite

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