Kage Studio 0.7.240121
A Simple Free and Open Source 2D Animation Software
Loading...
Searching...
No Matches
KageLayersUI Class Reference

forward declaration More...

#include <layers.h>

Inheritance diagram for KageLayersUI:
Collaboration diagram for KageLayersUI:

Public Member Functions

 KageLayersUI (Kage *p_kage)
 
virtual ~KageLayersUI ()
 
void setFocus ()
 
void renderStage ()
 
void forceRender ()
 
virtual bool invalidateToRender ()
 
void addEventsListener ()
 

Data Fields

Glib::RefPtr< Gdk::Window > window
 

Static Public Attributes

static bool mouseIsDown = false
 
static Glib::RefPtr< Gdk::Pixbuf > imageVISIBLE_TRUE
 
static Glib::RefPtr< Gdk::Pixbuf > imageVISIBLE_FALSE
 
static Glib::RefPtr< Gdk::Pixbuf > imageLOCKED_TRUE
 
static Glib::RefPtr< Gdk::Pixbuf > imageLOCKED_FALSE
 
static bool _gotFocus = false
 

Protected Member Functions

virtual bool on_expose_event (GdkEventExpose *e)
 
virtual bool on_key_press_event (GdkEventKey *e) override
 
virtual bool on_key_release_event (GdkEventKey *e) override
 
virtual bool on_event (GdkEvent *e) override
 
bool on_draw (const Cairo::RefPtr< Cairo::Context > &p_context) override
 

Protected Attributes

Kage_kage
 
PointData draw1
 
PointData draw2
 

Detailed Description

forward declaration

Constructor & Destructor Documentation

◆ KageLayersUI()

KageLayersUI::KageLayersUI ( Kage * p_kage)
Here is the call graph for this function:

◆ ~KageLayersUI()

KageLayersUI::~KageLayersUI ( )
virtual

Member Function Documentation

◆ addEventsListener()

void KageLayersUI::addEventsListener ( )
Here is the caller graph for this function:

◆ forceRender()

void KageLayersUI::forceRender ( )
Here is the call graph for this function:

◆ invalidateToRender()

bool KageLayersUI::invalidateToRender ( )
virtual
Here is the call graph for this function:
Here is the caller graph for this function:

◆ on_draw()

bool KageLayersUI::on_draw ( const Cairo::RefPtr< Cairo::Context > & p_context)
overrideprotected
Here is the call graph for this function:

◆ on_event()

bool KageLayersUI::on_event ( GdkEvent * e)
overrideprotectedvirtual
Here is the call graph for this function:

◆ on_expose_event()

bool KageLayersUI::on_expose_event ( GdkEventExpose * e)
protectedvirtual
Here is the call graph for this function:
Here is the caller graph for this function:

◆ on_key_press_event()

bool KageLayersUI::on_key_press_event ( GdkEventKey * e)
overrideprotectedvirtual
Here is the call graph for this function:
Here is the caller graph for this function:

◆ on_key_release_event()

bool KageLayersUI::on_key_release_event ( GdkEventKey * e)
overrideprotectedvirtual
Here is the caller graph for this function:

◆ renderStage()

void KageLayersUI::renderStage ( )

For use of KageLayer. When a KageLayer's visibility is clicked, this function will be called to reflect Layer's visibility on stage.

Here is the caller graph for this function:

◆ setFocus()

void KageLayersUI::setFocus ( )

Field Documentation

◆ _gotFocus

bool KageLayersUI::_gotFocus = false
static

◆ _kage

Kage* KageLayersUI::_kage
protected

◆ draw1

PointData KageLayersUI::draw1
protected

◆ draw2

PointData KageLayersUI::draw2
protected

◆ imageLOCKED_FALSE

Glib::RefPtr< Gdk::Pixbuf > KageLayersUI::imageLOCKED_FALSE
static

◆ imageLOCKED_TRUE

Glib::RefPtr< Gdk::Pixbuf > KageLayersUI::imageLOCKED_TRUE
static

◆ imageVISIBLE_FALSE

Glib::RefPtr< Gdk::Pixbuf > KageLayersUI::imageVISIBLE_FALSE
static

◆ imageVISIBLE_TRUE

Glib::RefPtr< Gdk::Pixbuf > KageLayersUI::imageVISIBLE_TRUE
static

◆ mouseIsDown

bool KageLayersUI::mouseIsDown = false
static

◆ window

Glib::RefPtr<Gdk::Window> KageLayersUI::window

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