bWidgets
Core widget toolkit designed for Blender
bwPainter.h File Reference
#include <memory>
#include <string>
#include <vector>
#include "bwGradient.h"
#include "bwIconInterface.h"
+ Include dependency graph for bwPainter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bWidgets::bwPainter
 

Namespaces

namespace  bWidgets
 

Enumerations

enum  bWidgets::RoundboxCorner {
  bWidgets::NONE = 0 , bWidgets::BOTTOM_LEFT = (1 << 0) , bWidgets::BOTTOM_RIGHT = (1 << 1) , bWidgets::TOP_LEFT = (1 << 2) ,
  bWidgets::TOP_RIGHT = (1 << 3) , bWidgets::ALL = (BOTTOM_LEFT | BOTTOM_RIGHT | TOP_LEFT | TOP_RIGHT)
}
 
enum class  bWidgets::TextAlignment { bWidgets::LEFT , bWidgets::CENTER , bWidgets::RIGHT }
 
enum class  bWidgets::Direction { bWidgets::UP , bWidgets::DOWN , bWidgets::LEFT , bWidgets::RIGHT }