Home
last modified time | relevance | path

Searched refs:ZLViewWidget (Results 1 – 25 of 57) sorted by relevance

123

/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/src/view/
H A DZLViewWidget.h29 class ZLViewWidget {
32 ZLViewWidget(ZLView::Angle initialAngle);
35 virtual ~ZLViewWidget();
64 inline ZLViewWidget::ZLViewWidget(ZLView::Angle initialAngle) : myView(0), myRotation(initialAngle)… in ZLViewWidget() function
65 inline ZLViewWidget::~ZLViewWidget() {} in ~ZLViewWidget()
66 inline shared_ptr<ZLView> ZLViewWidget::view() const { return myView; } in view()
H A DZLView.cpp39 void ZLViewWidget::setView(shared_ptr<ZLView> view) { in setView()
174 void ZLViewWidget::correctDirection(ZLView::Direction &direction, bool &invert) { in correctDirection()
199 void ZLViewWidget::onScrollbarMoved(ZLView::Direction direction, size_t full, size_t from, size_t t… in onScrollbarMoved()
212 void ZLViewWidget::onScrollbarStep(ZLView::Direction direction, int steps) { in onScrollbarStep()
220 void ZLViewWidget::onScrollbarPageStep(ZLView::Direction direction, int steps) { in onScrollbarPageStep()
237 void ZLViewWidget::rotate(ZLView::Angle rotation) { in rotate()
246 ZLView::Angle ZLViewWidget::rotation() const { in rotation()
H A DZLView.h30 class ZLViewWidget; variable
96 ZLViewWidget *myViewWidget;
105 friend class ZLViewWidget; variable
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/include/
H A DZLView.h30 class ZLViewWidget; variable
96 ZLViewWidget *myViewWidget;
105 friend class ZLViewWidget; variable
H A DZLApplication.h36 class ZLViewWidget; variable
182 shared_ptr<ZLViewWidget> myViewWidget;
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/gpe/view/
H A DZLGtkViewWidget.cpp28 case ZLViewWidget::DEGREES90: in updateCoordinates()
35 case ZLViewWidget::DEGREES180: in updateCoordinates()
39 case ZLViewWidget::DEGREES270: in updateCoordinates()
86 ZLGtkViewWidget::ZLGtkViewWidget(ZLApplication *application, Angle initialAngle) : ZLViewWidget(ini… in ZLGtkViewWidget()
H A DZLGtkViewWidget.h28 class ZLGtkViewWidget : public ZLViewWidget {
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/src/application/
H A DZLApplication.h36 class ZLViewWidget; variable
182 shared_ptr<ZLViewWidget> myViewWidget;
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/ezx/view/
H A DZLQtViewWidget.cpp37 …t(QWidget *parent, ZLQtApplicationWindow &applicationWindow) : ZLViewWidget((ZLViewWidget::Angle)a… in ZLQtViewWidget()
H A DZLQtViewWidget.h30 class ZLQtViewWidget : public ZLViewWidget {
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/cocoa/view/
H A DZLCocoaViewWidget.h26 class ZLCocoaViewWidget : public ZLViewWidget {
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/iphone/view/
H A DZLCocoaViewWidget.h26 class ZLCocoaViewWidget : public ZLViewWidget {
H A DZLCocoaViewWidget.cpp37 …oaViewWidget(ZLApplication *application, ZLView::Angle initialAngle) : ZLViewWidget(initialAngle) { in ZLCocoaViewWidget()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/gtk/application-pdaxrom/
H A DZLGtkApplicationWindow.cpp173 ZLViewWidget *ZLGtkApplicationWindow::createViewWidget() { in createViewWidget()
174 …ZLGtkViewWidget *viewWidget = new ZLGtkViewWidget(&application(), (ZLViewWidget::Angle)application… in createViewWidget()
H A DZLGtkApplicationWindow.h38 ZLViewWidget *createViewWidget();
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/iphone/application/
H A DZLCocoaApplicationWindow.h39 ZLViewWidget *createViewWidget();
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/cocoa/application/
H A DZLCocoaApplicationWindow.h38 ZLViewWidget *createViewWidget();
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/gpe/application/
H A DZLGtkApplicationWindow.h39 ZLViewWidget *createViewWidget();
H A DZLGtkApplicationWindow.cpp181 ZLViewWidget *ZLGtkApplicationWindow::createViewWidget() { in createViewWidget()
182 …ZLGtkViewWidget *viewWidget = new ZLGtkViewWidget(&application(), (ZLViewWidget::Angle)application… in createViewWidget()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/qt/application-pdaxrom/
H A DZLQtApplicationWindow.h37 ZLViewWidget *createViewWidget();
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/opie/application/
H A DZLQtApplicationWindow.h38 ZLViewWidget *createViewWidget();
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/opie/view/
H A DZLQtViewWidget.h28 class ZLQtViewWidget : public ZLViewWidget {
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/gtk/view/
H A DZLGtkViewWidget.h28 class ZLGtkViewWidget : public ZLViewWidget {
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/qt4/view/
H A DZLQtViewWidget.h31 class ZLQtViewWidget : public QObject, public ZLViewWidget {
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/maemo/view/
H A DZLGtkViewWidget.h30 class ZLGtkViewWidget : public ZLViewWidget {

123