Convert visual layers to scene nodes.
This commit is contained in:
parent
798cb365d7
commit
3e53bd9e00
64 changed files with 863 additions and 551 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "WebClientView.h"
|
||||
#include "TabbedPanelWidget.h"
|
||||
#include "TopBar.h"
|
||||
#include "TextNode.h"
|
||||
#include "StatusBar.h"
|
||||
#include "HorizontalSpacer.h"
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "Label.h"
|
||||
#include "Color.h"
|
||||
#include "TextNode.h"
|
||||
|
||||
AudioEditorView::AudioEditorView()
|
||||
{
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "Label.h"
|
||||
#include "Color.h"
|
||||
#include "TextNode.h"
|
||||
|
||||
ImageEditorView::ImageEditorView()
|
||||
{
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#include "HorizontalSpacer.h"
|
||||
#include "TextEditorView.h"
|
||||
#include "VerticalSpacer.h"
|
||||
#include "TextNode.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
TextEditorView::TextEditorView()
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "Label.h"
|
||||
#include "Color.h"
|
||||
#include "TextNode.h"
|
||||
|
||||
WebClientView::WebClientView()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue