Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::ImageFlags Enumeration
C++
enum ImageFlags {
  IF_FLAG_FREE = 0x01,
  IF_FLAG_HIDDEN = 0x02,
  IF_FLAG_EXTERN_COLORS = 0x04,
  IF_FLAG_HAS_CLIPS = 0x08,
  IF_FLAG_C_STRING = 0x10,
  IF_FLAG_MENU_STRING = 0x20,
  IF_FLAG_CONTROL_STRING = 0x40,
  IF_FLAG_OWN_DATA = 0x80,
  IF_FLAG_INVERTED = 0x100,
  IF_FLAG_USER1 = 0x10000,
  IF_FLAG_USER2 = 0x20000,
  IF_FLAG_USER3 = 0x40000,
  IF_FLAG_FINAL_RENDER = 0x100
};
Members 
Description 
IF_FLAG_FREE = 0x01 
this has been freed - but contains sub images 
IF_FLAG_HIDDEN = 0x02 
moved beyond parent image's bound 
IF_FLAG_EXTERN_COLORS = 0x04 
built with a *image from external sources 
IF_FLAG_HAS_CLIPS = 0x08 
pay attention to (clips) array. 
IF_FLAG_C_STRING = 0x10 
strings on this use 'c' processing 
IF_FLAG_MENU_STRING = 0x20 
strings on this use menu processing ( &underline ) 
IF_FLAG_CONTROL_STRING = 0x40 
strings use control chars (newline, tab) 
IF_FLAG_OWN_DATA = 0x80 
this has been freed - but contains sub images 
IF_FLAG_INVERTED = 0x100 
image is inverted (standard under windows, but this allows images to be configured dynamically - a hack to match SDL lameness ) DisplayLib uses this flag - indicates panel root 
IF_FLAG_USER1 = 0x10000 
please #define user flag to this DisplayLib uses this flag - indicates is part of a displayed panel 
IF_FLAG_USER2 = 0x20000 
An extra flag that can be used by users of the image library. 
IF_FLAG_USER3 = 0x40000 
An extra flag that can be used by users of the image library. 
IF_FLAG_FINAL_RENDER = 0x100 
output should render to opengl target (with transform) 

Flags which may be combined in Image.flags

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!