LibreOffice Module sfx2 (master) 1
Classes | Enumerations
infobar.hxx File Reference
#include <vector>
#include <basegfx/color/bcolor.hxx>
#include <sfx2/childwin.hxx>
#include <sfx2/dllapi.h>
#include <vcl/InterimItemWindow.hxx>
Include dependency graph for infobar.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  InfobarData
 
class  SfxInfoBarContainerChild
 SfxChildWindow for positioning the InfoBar in the view. More...
 
class  SfxInfoBarWindow
 Class representing a single InfoBar to be added in a SfxInfoBarContainerWindow. More...
 
class  SfxInfoBarContainerWindow
 

Enumerations

enum class  InfobarType {
  INFO = 0 ,
  SUCCESS = 1 ,
  WARNING = 2 ,
  DANGER = 3
}
 

Enumeration Type Documentation

◆ InfobarType

enum class InfobarType
strong
Enumerator
INFO 
SUCCESS 
WARNING 
DANGER 

Definition at line 21 of file infobar.hxx.