Picture(3U) InterViews Reference Manual Picture(3U)NAME
Picture - composite structured graphic
SYNOPSIS
#include <Unidraw/Graphic/picture.h>
DESCRIPTION
A Picture defines a composition of graphic objects. A picture has its own graphics state, which it concatenates with its children's state
when it is drawn or erased. Picture adopts the default concatenation semantics supported by the Graphic base class: The picture's graphics
state effectively overrides its children's so that they are drawn with the picture's state information substituted for their own. A
child's attribute is used only when the picture does not already define it. Moreover, each child's transformer is postmultiplied by the
picture's transformer when the picture is drawn; thus children are drawn relative to the picture's coordinate system.
PUBLIC OPERATIONS
Picture(Graphic* = nil)
Construct a new picture, optionally supply a graphic from which to copy an initial set of graphics state. Picture is derived from
FullGraphic and therefore defines a full set of graphics state.
virtual ~Picture()
The picture deletes its children when it is deleted.
boolean IsEmpty()
Picture defines IsEmpty in addition to the standard Graphic child traversal operations to provide a convenient way to check if the
picture has any children.
PROTECTED OPERATIONS
Graphic* graphic(UList*)
UList* Elem(Iterator)
Convenience functions for extracting a graphic from a UList element and a UList from an iterator.
SEE ALSO Graphic(3U), Iterator(3U), Transformer(3I), UList(3U), pspaint(3U)Unidraw 1 February 1991 Picture(3U)
Check Out this Related Man Page
Picture(3U) InterViews Reference Manual Picture(3U)NAME
Picture - composite structured graphic
SYNOPSIS
#include <Unidraw/Graphic/picture.h>
DESCRIPTION
A Picture defines a composition of graphic objects. A picture has its own graphics state, which it concatenates with its children's state
when it is drawn or erased. Picture adopts the default concatenation semantics supported by the Graphic base class: The picture's graphics
state effectively overrides its children's so that they are drawn with the picture's state information substituted for their own. A
child's attribute is used only when the picture does not already define it. Moreover, each child's transformer is postmultiplied by the
picture's transformer when the picture is drawn; thus children are drawn relative to the picture's coordinate system.
PUBLIC OPERATIONS
Picture(Graphic* = nil)
Construct a new picture, optionally supply a graphic from which to copy an initial set of graphics state. Picture is derived from
FullGraphic and therefore defines a full set of graphics state.
virtual ~Picture()
The picture deletes its children when it is deleted.
boolean IsEmpty()
Picture defines IsEmpty in addition to the standard Graphic child traversal operations to provide a convenient way to check if the
picture has any children.
PROTECTED OPERATIONS
Graphic* graphic(UList*)
UList* Elem(Iterator)
Convenience functions for extracting a graphic from a UList element and a UList from an iterator.
SEE ALSO Graphic(3U), Iterator(3U), Transformer(3I), UList(3U), pspaint(3U)Unidraw 1 February 1991 Picture(3U)
Heres my script.
How do I put a picture in it?#util to show picture in window
#version 1.0
#-colinok
#make window with box for picture
use Tk;
my $mw = new MainWindow;
$scrollbar = $mw -> Scrollbar();
$text = $mw -> Text(-height => 20, -width => 50, -yscrollcommand => ); ... (4 Replies)
Hi there,
I have a strange problem and I cannot figure it out what I am doing wrong here.
Let me try to picture it.
In principle it is prety straight forward, but something odd is happening.
Here is part of the input file snmp_alm.cfg:
... (2 Replies)
Installing Linux Enterprise Red Hat 3, does not appear graphic mode even changing inittab to 5. Please help me to get the instructions to install graphic mode (gnome?) in my recent installation.
Thanks! (3 Replies)
this picture for print You didn't do the question. Go back.
if $1 = 0
but until now it give me this message
what i should be do ?
http://img717.imageshack.us/img717/6137/eeevb.jpg (2 Replies)
I want a really easy thing to happen, I want the bash to open a picture with QuickPictureViewer (qpv) and then some seconds or after a if function with some specific value that this process is terminated. The problem is, that the bash opens the picture and the script doesn´t go on (because the... (2 Replies)