Dillo v3.1.1-98-g318d1f14
|
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
#include "dw/core.hh"
#include "dw/fltkcore.hh"
#include "dw/fltkviewport.hh"
#include "dw/textblock.hh"
#include "dw/image.hh"
Go to the source code of this file.
Functions | |
static void | imageInitTimeout (void *data) |
static void | imageDrawTimeout (void *data) |
int | main (int argc, char **argv) |
Variables | |
static Layout * | layout |
static Image * | image1 |
static Image * | image2 |
static core::Imgbuf * | imgbuf = NULL |
static int | imgRow = 0 |
|
static |
Definition at line 49 of file dw_images_scaled2.cc.
References dw::core::Imgbuf::copyRow(), dw::Image::drawRow(), image1, image2, imageDrawTimeout(), imgbuf, and imgRow.
Referenced by imageDrawTimeout(), and main().
|
static |
Definition at line 42 of file dw_images_scaled2.cc.
References dw::core::Layout::createImgbuf(), image1, image2, imgbuf, layout, dw::core::Imgbuf::RGB, and dw::Image::setBuffer().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 71 of file dw_images_scaled2.cc.
References dw::Textblock::addParbreak(), dw::Textblock::addWidget(), dw::core::Layout::attachView(), dw::core::style::StyleAttrs::backgroundColor, dw::core::style::BORDER_SOLID, dw::core::style::StyleAttrs::borderWidth, dw::core::style::StyleAttrs::color, dw::core::style::Font::create(), dw::core::style::Color::create(), dw::core::style::Style::create(), dw::core::style::createPerLength(), dw::Textblock::flush(), dw::core::style::StyleAttrs::font, dw::core::style::FONT_STYLE_NORMAL, dw::core::style::FONT_VARIANT_NORMAL, dw::core::style::FontAttrs::fontVariant, dw::core::style::StyleAttrs::height, image1, image2, imageDrawTimeout(), imageInitTimeout(), dw::core::style::StyleAttrs::initValues(), layout, dw::core::style::LENGTH_AUTO, dw::core::style::FontAttrs::letterSpacing, dw::core::style::StyleAttrs::margin, dw::core::style::FontAttrs::name, dw::core::style::StyleAttrs::padding, platform, dw::core::style::StyleAttrs::setBorderColor(), dw::core::style::StyleAttrs::setBorderStyle(), dw::core::Widget::setStyle(), dw::core::style::Box::setVal(), dw::core::Layout::setWidget(), dw::core::style::FontAttrs::size, dw::core::style::FontAttrs::style, dw::core::style::Style::unref(), viewport, dw::core::style::FontAttrs::weight, widgetStyle, dw::core::style::StyleAttrs::width, window, and wordStyle.
|
static |
Definition at line 38 of file dw_images_scaled2.cc.
Referenced by imageDrawTimeout(), imageInitTimeout(), and main().
|
static |
Definition at line 38 of file dw_images_scaled2.cc.
Referenced by imageDrawTimeout(), imageInitTimeout(), and main().
|
static |
Definition at line 39 of file dw_images_scaled2.cc.
Referenced by imageDrawTimeout(), and imageInitTimeout().
|
static |
Definition at line 40 of file dw_images_scaled2.cc.
Referenced by imageDrawTimeout().
|
static |
Definition at line 37 of file dw_images_scaled2.cc.
Referenced by imageInitTimeout(), and main().