LibreOffice Module vcl (master) 1
Classes | Namespaces | Typedefs | Enumerations | Functions
weld.hxx File Reference
#include <basegfx/range/b2irange.hxx>
#include <rtl/ustring.hxx>
#include <tools/color.hxx>
#include <tools/date.hxx>
#include <tools/fldunit.hxx>
#include <tools/gen.hxx>
#include <tools/link.hxx>
#include <vcl/dllapi.h>
#include <utility>
#include <vcl/vclenum.hxx>
#include <vcl/font.hxx>
#include <vcl/vclptr.hxx>
#include <vcl/uitest/factory.hxx>
#include <vcl/windowstate.hxx>
#include <com/sun/star/accessibility/XAccessibleRelationSet.hpp>
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <assert.h>
#include <memory>
#include <vector>
Include dependency graph for weld.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  weld::Widget
 
class  weld::Container
 
class  weld::Box
 
class  weld::Paned
 
class  weld::ScrolledWindow
 
class  weld::Frame
 
class  weld::Notebook
 
class  weld::ScreenShotEntry
 
class  weld::Window
 
class  weld::WaitObject
 
class  weld::Dialog
 
class  weld::MessageDialog
 
class  weld::Assistant
 
struct  weld::ComboBoxEntry
 
class  weld::ComboBox
 A widget used to choose from a list of items. More...
 
class  weld::TreeIter
 
class  weld::TreeView
 
class  weld::IconView
 
class  weld::Button
 
class  weld::Toggleable
 
class  weld::ToggleButton
 
struct  weld::TriStateEnabled
 
class  weld::MenuButton
 
class  weld::MenuToggleButton
 
class  weld::CheckButton
 
class  weld::RadioButton
 
class  weld::LinkButton
 
class  weld::Scale
 
class  weld::Spinner
 
class  weld::ProgressBar
 
class  weld::Entry
 
class  weld::SpinButton
 
class  weld::FormattedSpinButton
 
class  weld::Image
 
class  weld::Calendar
 
class  weld::EntryTreeView
 
class  weld::MetricSpinButton
 
class  weld::Label
 
class  weld::TextView
 
class  weld::Expander
 
class  weld::DrawingArea
 
class  weld::Menu
 
class  weld::Popover
 
class  weld::Toolbar
 
class  weld::Scrollbar
 
class  weld::SizeGroup
 
class  weld::Builder
 
class  weld::DialogController
 
class  weld::GenericDialogController
 
class  weld::MessageDialogController
 
class  weld::AssistantController
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::awt
 
namespace  com::sun::star::datatransfer
 
namespace  com::sun::star::datatransfer::clipboard
 
namespace  com::sun::star::datatransfer::dnd
 
namespace  com::sun::star::graphic
 
namespace  vcl
 
namespace  tools
 
namespace  weld
 

Typedefs

typedef css::uno::Reference< css::accessibility::XAccessible > a11yref
 
typedef css::uno::Reference< css::accessibility::XAccessibleRelationSet > a11yrelationset
 
typedef std::vector< ScreenShotEntry > weld::ScreenShotCollection
 
typedef std::tuple< tools::JsonWriter &, const TreeIter &, std::string_view > weld::json_prop_query
 

Enumerations

enum class  weld::EntryMessageType {
  weld::Normal ,
  weld::Warning ,
  weld::Error
}
 
enum class  weld::ColumnToggleType {
  weld::Check ,
  weld::Radio
}
 
enum class  weld::LabelType {
  weld::Normal ,
  weld::Warning ,
  weld::Error ,
  weld::Title
}
 
enum class  weld::Placement {
  weld::Under ,
  weld::End
}
 

Functions

OUString weld::toId (const void *pValue)
 
template<typename T >
weld::fromId (const OUString &rValue)
 

Typedef Documentation

◆ a11yref

typedef css::uno::Reference<css::accessibility::XAccessible> a11yref

Definition at line 51 of file weld.hxx.

◆ a11yrelationset

typedef css::uno::Reference<css::accessibility::XAccessibleRelationSet> a11yrelationset

Definition at line 52 of file weld.hxx.