diff options
| author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-11-28 22:48:30 -0500 |
|---|---|---|
| committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-11-28 22:48:30 -0500 |
| commit | e1703aea3fd597b23bde90e6c505278c517be611 (patch) | |
| tree | 37d98fc90c9cd0844388bfb79beda2204f44af92 /windows/profilewindow.hpp | |
| parent | fd53a76bf6f53a095a639765923a30f2206b2cd6 (diff) | |
| parent | e02107feea8214a045e6faa969f00dcbc0d2b072 (diff) | |
| download | abaddon-portaudio-e1703aea3fd597b23bde90e6c505278c517be611.tar.gz abaddon-portaudio-e1703aea3fd597b23bde90e6c505278c517be611.zip | |
merge master
Diffstat (limited to 'windows/profilewindow.hpp')
| -rw-r--r-- | windows/profilewindow.hpp | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/windows/profilewindow.hpp b/windows/profilewindow.hpp deleted file mode 100644 index 044c128..0000000 --- a/windows/profilewindow.hpp +++ /dev/null @@ -1,31 +0,0 @@ -#pragma once -#include <gtkmm.h> -#include "../discord/snowflake.hpp" -#include "profile/userinfopane.hpp" -#include "profile/mutualguildspane.hpp" -#include "profile/mutualfriendspane.hpp" - -class ProfileWindow : public Gtk::Window { -public: - ProfileWindow(Snowflake user_id); - - Snowflake ID; - -private: - void OnFetchProfile(const UserProfileData &data); - - Gtk::Box m_main; - Gtk::Box m_upper; - Gtk::Box m_badges; - Gtk::ScrolledWindow m_badges_scroll; - Gtk::EventBox m_avatar_ev; - Gtk::Image m_avatar; - Gtk::Label m_username; - Gtk::ScrolledWindow m_scroll; - Gtk::Stack m_stack; - Gtk::StackSwitcher m_switcher; - - ProfileUserInfoPane m_pane_info; - UserMutualGuildsPane m_pane_guilds; - MutualFriendsPane m_pane_friends; -}; |
