Home
last modified time | relevance | path

Searched refs:LWButton (Results 1 – 25 of 84) sorted by relevance

1234

/dports/graphics/art/ART-1.9.3/rtgui/
H A Dfilethumbnailbuttonset.cc72 add(new LWButton(processIcon, 6, myEntry, LWButton::Left, LWButton::Center, &processToolTip)); in FileThumbnailButtonSet()
73 add(new LWButton(unRankIcon, 0, myEntry, LWButton::Left, LWButton::Center, &unrankToolTip)); in FileThumbnailButtonSet()
76 … add(new LWButton(rankIcon, i + 1, myEntry, LWButton::Left, LWButton::Center, &rankToolTip[i])); in FileThumbnailButtonSet()
79 add(new LWButton(trashIcon, 7, myEntry, LWButton::Right, LWButton::Center, &trashToolTip)); in FileThumbnailButtonSet()
80 …add(new LWButton(colorLabelIcon[0], 8, myEntry, LWButton::Right, LWButton::Center, &colorLabelTool… in FileThumbnailButtonSet()
H A Dlwbutton.cc22 LWButton::LWButton (Cairo::RefPtr<RTSurface> i, int aCode, void* aData, Alignment ha, Alignment va,… in LWButton() function in LWButton
34 void LWButton::getSize (int& minw, int& minh) const in getSize()
41 void LWButton::setPosition (int x, int y) in setPosition()
48 void LWButton::getPosition (int& x, int& y) const in getPosition()
55 void LWButton::setIcon (Cairo::RefPtr<RTSurface> i) in setIcon()
68 Cairo::RefPtr<RTSurface> LWButton::getIcon () const in getIcon()
85 bool LWButton::inside (int x, int y) const in inside()
91 bool LWButton::motionNotify (int x, int y) in motionNotify()
120 bool LWButton::pressNotify (int x, int y) in pressNotify()
145 bool LWButton::releaseNotify (int x, int y) in releaseNotify()
[all …]
H A Dbatchqueuebuttonset.cc47 add(new LWButton(headIcon, 8, myEntry, LWButton::Left, LWButton::Center, &moveHeadToolTip)); in BatchQueueButtonSet()
48 add(new LWButton(tailIcon, 9, myEntry, LWButton::Left, LWButton::Center, &moveEndToolTip)); in BatchQueueButtonSet()
49 … add(new LWButton(cancelIcon, 10, myEntry, LWButton::Right, LWButton::Center, &cancelJobToolTip)); in BatchQueueButtonSet()
H A Dlwbutton.h25 class LWButton; variable
31 virtual void buttonPressed(LWButton* button, int actionCode, void* actionData) = 0;
32 virtual void redrawNeeded(LWButton* button) = 0;
35 class LWButton
55LWButton (Cairo::RefPtr<RTSurface> i, int aCode, void* aData, Alignment ha = Left, Alignment va = …
H A Dlwbuttonset.cc33 void LWButtonSet::add (LWButton* b) in add()
75 LWButton::Alignment halign, valign; in arrangeButtons()
80 if (halign == LWButton::Left) { in arrangeButtons()
83 } else if (halign == LWButton::Right) { in arrangeButtons()
88 if (valign == LWButton::Top) { in arrangeButtons()
90 } else if (valign == LWButton::Bottom) { in arrangeButtons()
92 } else if (valign == LWButton::Center) { in arrangeButtons()
H A Dlwbuttonset.h30 std::vector<LWButton*> buttons;
36 void add (LWButton* b);
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dfilethumbnailbuttonset.cc74 add(new LWButton(processIcon, 6, myEntry, LWButton::Left, LWButton::Center, &processToolTip)); in FileThumbnailButtonSet()
75 add(new LWButton(unRankIcon, 0, myEntry, LWButton::Left, LWButton::Center, &unrankToolTip)); in FileThumbnailButtonSet()
78 … add(new LWButton(rankIcon, i + 1, myEntry, LWButton::Left, LWButton::Center, &rankToolTip[i])); in FileThumbnailButtonSet()
81 add(new LWButton(trashIcon, 7, myEntry, LWButton::Right, LWButton::Center, &trashToolTip)); in FileThumbnailButtonSet()
82 …add(new LWButton(colorLabelIcon[0], 8, myEntry, LWButton::Right, LWButton::Center, &colorLabelTool… in FileThumbnailButtonSet()
H A Dlwbutton.cc23 LWButton::LWButton (Cairo::RefPtr<RTSurface> i, int aCode, void* aData, Alignment ha, Alignment va,… in LWButton() function in LWButton
35 void LWButton::getSize (int& minw, int& minh) const in getSize()
42 void LWButton::setPosition (int x, int y) in setPosition()
49 void LWButton::addPosition (int x, int y) in addPosition()
55 void LWButton::getPosition (int& x, int& y) const in getPosition()
62 void LWButton::setIcon (Cairo::RefPtr<RTSurface> i) in setIcon()
75 Cairo::RefPtr<RTSurface> LWButton::getIcon () const in getIcon()
92 bool LWButton::inside (int x, int y) const in inside()
98 bool LWButton::motionNotify (int x, int y) in motionNotify()
127 bool LWButton::pressNotify (int x, int y) in pressNotify()
[all …]
H A Dbatchqueuebuttonset.cc49 add(new LWButton(headIcon, 8, myEntry, LWButton::Left, LWButton::Center, &moveHeadToolTip)); in BatchQueueButtonSet()
50 add(new LWButton(tailIcon, 9, myEntry, LWButton::Left, LWButton::Center, &moveEndToolTip)); in BatchQueueButtonSet()
51 … add(new LWButton(cancelIcon, 10, myEntry, LWButton::Right, LWButton::Center, &cancelJobToolTip)); in BatchQueueButtonSet()
H A Dlwbuttonset.cc34 void LWButtonSet::add (LWButton* b) in add()
74 LWButton::Alignment halign, valign; in arrangeButtons()
79 if (halign == LWButton::Left) { in arrangeButtons()
82 } else if (halign == LWButton::Right) { in arrangeButtons()
87 if (valign == LWButton::Top) { in arrangeButtons()
89 } else if (valign == LWButton::Bottom) { in arrangeButtons()
91 } else if (valign == LWButton::Center) { in arrangeButtons()
H A Dlwbutton.h23 class LWButton; variable
29 virtual void buttonPressed(LWButton* button, int actionCode, void* actionData) = 0;
30 virtual void redrawNeeded(LWButton* button) = 0;
33 class LWButton
53LWButton (Cairo::RefPtr<RTSurface> i, int aCode, void* aData, Alignment ha = Left, Alignment va = …
H A Dlwbuttonset.h24 class LWButton; variable
30 std::vector<LWButton*> buttons;
36 void add (LWButton* b);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/event/helpers/lwcomponents/
H A DLWButton.java48 public class LWButton extends LWComponent { class
77 public LWButton() { this(""); } in LWButton() method in LWButton
79 public LWButton(String label) { in LWButton() method in LWButton
90 public LWButton(String label, Color fgnd, Color bkgnd, Color mousePressed) { in LWButton() method in LWButton
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/event/helpers/lwcomponents/
H A DLWButton.java48 public class LWButton extends LWComponent { class
77 public LWButton() { this(""); } in LWButton() method in LWButton
79 public LWButton(String label) { in LWButton() method in LWButton
90 public LWButton(String label, Color fgnd, Color bkgnd, Color mousePressed) { in LWButton() method in LWButton
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/event/helpers/lwcomponents/
H A DLWButton.java48 public class LWButton extends LWComponent { class
77 public LWButton() { this(""); } in LWButton() method in LWButton
79 public LWButton(String label) { in LWButton() method in LWButton
90 public LWButton(String label, Color fgnd, Color bkgnd, Color mousePressed) { in LWButton() method in LWButton
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/event/helpers/lwcomponents/
H A DLWButton.java48 public class LWButton extends LWComponent { class
77 public LWButton() { this(""); } in LWButton() method in LWButton
79 public LWButton(String label) { in LWButton() method in LWButton
90 public LWButton(String label, Color fgnd, Color bkgnd, Color mousePressed) { in LWButton() method in LWButton
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/event/helpers/lwcomponents/
H A DLWButton.java48 public class LWButton extends LWComponent { class
77 public LWButton() { this(""); } in LWButton() method in LWButton
79 public LWButton(String label) { in LWButton() method in LWButton
90 public LWButton(String label, Color fgnd, Color bkgnd, Color mousePressed) { in LWButton() method in LWButton
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/event/helpers/lwcomponents/
H A DLWButton.java48 public class LWButton extends LWComponent { class
77 public LWButton() { this(""); } in LWButton() method in LWButton
79 public LWButton(String label) { in LWButton() method in LWButton
90 public LWButton(String label, Color fgnd, Color bkgnd, Color mousePressed) { in LWButton() method in LWButton
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/event/helpers/lwcomponents/
H A DLWButton.java48 public class LWButton extends LWComponent { class
77 public LWButton() { this(""); } in LWButton() method in LWButton
79 public LWButton(String label) { in LWButton() method in LWButton
90 public LWButton(String label, Color fgnd, Color bkgnd, Color mousePressed) { in LWButton() method in LWButton
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/event/helpers/lwcomponents/
H A DLWButton.java48 public class LWButton extends LWComponent { class
77 public LWButton() { this(""); } in LWButton() method in LWButton
79 public LWButton(String label) { in LWButton() method in LWButton
90 public LWButton(String label, Color fgnd, Color bkgnd, Color mousePressed) { in LWButton() method in LWButton
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/event/helpers/lwcomponents/
H A DLWButton.java48 public class LWButton extends LWComponent { class
77 public LWButton() { this(""); } in LWButton() method in LWButton
79 public LWButton(String label) { in LWButton() method in LWButton
90 public LWButton(String label, Color fgnd, Color bkgnd, Color mousePressed) { in LWButton() method in LWButton
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/event/helpers/lwcomponents/
H A DLWButton.java48 public class LWButton extends LWComponent { class
77 public LWButton() { this(""); } in LWButton() method in LWButton
79 public LWButton(String label) { in LWButton() method in LWButton
90 public LWButton(String label, Color fgnd, Color bkgnd, Color mousePressed) { in LWButton() method in LWButton
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/event/KeyEvent/KeyMaskTest/
H A DKeyMaskTest.java51 import test.java.awt.event.helpers.lwcomponents.LWButton;
61 LWButton buttonLW;
96 buttonLW = new LWButton(); in createGUI()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/event/KeyEvent/KeyMaskTest/
H A DKeyMaskTest.java52 import test.java.awt.event.helpers.lwcomponents.LWButton;
62 LWButton buttonLW;
97 buttonLW = new LWButton(); in createGUI()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/event/KeyEvent/KeyMaskTest/
H A DKeyMaskTest.java52 import test.java.awt.event.helpers.lwcomponents.LWButton;
62 LWButton buttonLW;
97 buttonLW = new LWButton(); in createGUI()

1234