Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resources
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TDT4102
VS-Code
resources
Commits
4a061b0e
Commit
4a061b0e
authored
2 months ago
by
bartvbl
Browse files
Options
Downloads
Patches
Plain Diff
Header files weren't copied
parent
7161dbff
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dependencies/subprojects/animationwindow/include/AnimationWindow.h
+5
-8
5 additions, 8 deletions
...ies/subprojects/animationwindow/include/AnimationWindow.h
with
5 additions
and
8 deletions
dependencies/subprojects/animationwindow/include/AnimationWindow.h
+
5
−
8
View file @
4a061b0e
...
...
@@ -117,14 +117,11 @@ class AnimationWindow {
// Add a GUI widget to the window such that it becomes visible and the user can interact with it
void
add
(
TDT4102
::
Widget
&
widgetToAdd
);
// Different dialogs provided by the operating system
void
show_message
(
std
::
string
title
,
std
::
string
message
,
TDT4102
::
MessageType
type
=
TDT4102
::
MessageType
::
INFO
)
const
;
bool
show_yesno_dialog
(
std
::
string
title
,
std
::
string
message
,
TDT4102
::
MessageType
type
=
TDT4102
::
MessageType
::
QUESTION
)
const
;
void
show_notification
(
std
::
string
title
,
std
::
string
message
,
TDT4102
::
MessageType
type
=
TDT4102
::
MessageType
::
INFO
)
const
;
std
::
filesystem
::
path
show_open_file_dialog
(
std
::
string
title
,
std
::
filesystem
::
path
initialDirectory
=
std
::
filesystem
::
current_path
())
const
;
std
::
filesystem
::
path
show_select_directory_dialog
(
std
::
string
title
,
std
::
filesystem
::
path
initialDirectory
=
std
::
filesystem
::
current_path
())
const
;
std
::
filesystem
::
path
show_save_file_dialog
(
std
::
string
title
,
std
::
filesystem
::
path
initialDirectory
=
std
::
filesystem
::
current_path
())
const
;
// Show an information dialog message to the user
void
show_info_dialog
(
const
std
::
string
&
message
)
const
;
// Show an alert message to the user
void
show_error_dialog
(
const
std
::
string
&
message
)
const
;
// Getters for the window dimensions
int
width
()
const
;
int
height
()
const
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment