-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
192 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
/** | ||
* 图片内容生成 | ||
* | ||
* @author acgist | ||
*/ | ||
#include "../../header/Window.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
/** | ||
* 图片风格迁移 | ||
* | ||
* @author acgist | ||
*/ | ||
#include "../../header/Window.hpp" | ||
|
||
lifuren::AudioTSWindow::AudioTSWindow(int width, int height, const char* title) : ModelTSWindow(width, height, title) { | ||
} | ||
|
||
lifuren::AudioTSWindow::~AudioTSWindow() { | ||
} | ||
|
||
void lifuren::AudioTSWindow::drawElement() { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
/** | ||
* 诗词内容生成 | ||
* | ||
* @author acgist | ||
*/ | ||
#include "../../header/Window.hpp" | ||
|
||
lifuren::PoetryGCWindow::PoetryGCWindow(int width, int height, const char* title) : ModelGCWindow(width, height, title) { | ||
} | ||
|
||
lifuren::PoetryGCWindow::~PoetryGCWindow() { | ||
LFR_DELETE_THIS_PTR(autoMarkPtr); | ||
} | ||
|
||
void lifuren::PoetryGCWindow::drawElement() { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
/** | ||
* 诗词风格迁移 | ||
* | ||
* @author acgist | ||
*/ | ||
#include "../../header/Window.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
/** | ||
* 视频内容生成 | ||
* | ||
* @author acgist | ||
*/ | ||
#include "../../header/Window.hpp" | ||
|
||
lifuren::VideoGCWindow::VideoGCWindow(int width, int height, const char* title) : ModelGCWindow(width, height, title) { | ||
} | ||
|
||
lifuren::VideoGCWindow::~VideoGCWindow() { | ||
} | ||
|
||
void lifuren::VideoGCWindow::drawElement() { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
/** | ||
* 视频风格迁移 | ||
* | ||
* @author acgist | ||
*/ | ||
#include "../../header/Window.hpp" | ||
|
||
lifuren::VideoTSWindow::VideoTSWindow(int width, int height, const char* title) : ModelTSWindow(width, height, title) { | ||
} | ||
|
||
lifuren::VideoTSWindow::~VideoTSWindow() { | ||
} | ||
|
||
void lifuren::VideoTSWindow::drawElement() { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* 诗词风格迁移 | ||
* | ||
* @author acgist | ||
* | ||
* @deprecated 不会实现 | ||
*/ | ||
#pragma once | ||
|
||
#include "Model.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.