swad-core/swad_logo.h

50 lines
2.3 KiB
C
Raw Normal View History

2015-01-17 20:07:13 +01:00
// swad_logo.h: logo of institution, centre or degree
2019-12-14 14:30:34 +01:00
#ifndef _SWAD_LGO
#define _SWAD_LGO
2015-01-17 20:07:13 +01:00
/*
SWAD (Shared Workspace At a Distance in Spanish),
is a web platform developed at the University of Granada (Spain),
and used to support university teaching.
This file is part of SWAD core.
2021-02-09 12:43:45 +01:00
Copyright (C) 1999-2021 Antonio Ca<EFBFBD>as Vargas
2015-01-17 20:07:13 +01:00
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*****************************************************************************/
/********************************* Headers ***********************************/
/*****************************************************************************/
/*****************************************************************************/
/***************************** Public constants ******************************/
/*****************************************************************************/
/*****************************************************************************/
/******************************* Public types ********************************/
/*****************************************************************************/
/*****************************************************************************/
/***************************** Public prototypes *****************************/
/*****************************************************************************/
2021-02-11 22:57:09 +01:00
void Lgo_DrawLogo (Hie_Lvl_Level_t Scope,long Cod,const char *AltText,
2015-08-06 12:31:05 +02:00
unsigned Size,const char *Class,bool PutIconIfNotExists);
2021-02-11 22:57:09 +01:00
void Lgo_PutIconToChangeLogo (Hie_Lvl_Level_t Scope);
void Lgo_RequestLogo (Hie_Lvl_Level_t Scope);
void Lgo_ReceiveLogo (Hie_Lvl_Level_t Scope);
void Lgo_RemoveLogo (Hie_Lvl_Level_t Scope);
2015-01-17 20:07:13 +01:00
#endif