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

forward declaration More...

#include <scenes.h>

Inheritance diagram for KageScenesUI:
Collaboration diagram for KageScenesUI:

Public Member Functions

 KageScenesUI (Kage *p_kage)
 
virtual ~KageScenesUI ()
 
void setFocus ()
 
void renderStage ()
 
void forceRender ()
 when sceneUI item is double clicked, update Stage
 
virtual bool invalidateToRender ()
 
void addEventsListener ()
 

Data Fields

Glib::RefPtr< Gdk::Window > window
 

Static Public Attributes

static bool mouseIsDown = false
 
static Glib::RefPtr< Gdk::Pixbuf > iconSCENE_KAGE
 
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

◆ KageScenesUI()

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

◆ ~KageScenesUI()

KageScenesUI::~KageScenesUI ( )
virtual

Member Function Documentation

◆ addEventsListener()

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

◆ forceRender()

void KageScenesUI::forceRender ( )

when sceneUI item is double clicked, update Stage

Here is the call graph for this function:

◆ invalidateToRender()

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

◆ on_draw()

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

◆ on_event()

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

◆ on_expose_event()

bool KageScenesUI::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 KageScenesUI::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 KageScenesUI::on_key_release_event ( GdkEventKey * e)
overrideprotectedvirtual
Here is the caller graph for this function:

◆ renderStage()

void KageScenesUI::renderStage ( )

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

◆ setFocus()

void KageScenesUI::setFocus ( )

Field Documentation

◆ _gotFocus

bool KageScenesUI::_gotFocus = false
static

◆ _kage

Kage* KageScenesUI::_kage
protected

◆ draw1

PointData KageScenesUI::draw1
protected

◆ draw2

PointData KageScenesUI::draw2
protected

◆ iconSCENE_KAGE

Glib::RefPtr< Gdk::Pixbuf > KageScenesUI::iconSCENE_KAGE
static

◆ mouseIsDown

bool KageScenesUI::mouseIsDown = false
static

◆ window

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

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