openmohaa/code/client/cl_uibind.cpp

186 lines
3.1 KiB
C++
Raw Normal View History

2016-03-27 11:49:47 +02:00
/*
===========================================================================
2023-12-27 18:54:20 +01:00
Copyright (C) 2023 the OpenMoHAA team
2016-03-27 11:49:47 +02:00
This file is part of OpenMoHAA source code.
OpenMoHAA source code is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
OpenMoHAA source code is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with OpenMoHAA source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
#include "cl_ui.h"
bind_t::bind_t()
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
bind_t::~bind_t()
{
2023-12-27 18:54:20 +01:00
Clear();
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bind_t::Clear(void)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
CLASS_DECLARATION(Listener, bindlistener, NULL) {
{NULL, NULL}
2016-03-27 11:49:47 +02:00
};
2023-12-27 18:54:20 +01:00
bindlistener::bindlistener() {}
2016-03-27 11:49:47 +02:00
2023-12-27 18:54:20 +01:00
bindlistener::bindlistener(bind_t *b)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
bind = b;
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::Header(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::ChangeSound(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::ActiveSound(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::EnterSound(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::SelectForegroundColor(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::SelectBackgroundColor(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::TitleForegroundColor(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::TitleBackgroundColor(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::ActiveBorderColor(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::ActiveForegroundColor(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::ActiveBackgroundColor(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::InactiveForegroundColor(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::InactiveBackgroundColor(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::HighlightForegroundColor(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::HighlightBackgroundColor(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::Align(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::NewItem(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::Width(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::Height(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::FillWidth(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::CommandWidth(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::CommandHeight(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::PrimaryKeyWidth(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::PrimaryKeyHeight(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::AlternateKeyWidth(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
void bindlistener::AlternateKeyHeight(Event *ev)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
2016-03-27 11:49:47 +02:00
}
2023-12-27 18:54:20 +01:00
bool bindlistener::Load(Script& script)
2016-03-27 11:49:47 +02:00
{
2023-12-27 18:54:20 +01:00
// FIXME: stub
return false;
2016-03-27 11:49:47 +02:00
}