Home
last modified time | relevance | path

Searched refs:rightAligned (Results 1 – 25 of 107) sorted by relevance

12345

/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdeclarative/examples/quick/customitems/painteditem/
H A Dtextballoon.cpp56 , rightAligned(false) in TextBalloon()
73 if (rightAligned) in paint()
96 return this->rightAligned; in isRightAligned()
99 void TextBalloon::setRightAligned(bool rightAligned) in setRightAligned() argument
101 this->rightAligned = rightAligned; in setRightAligned()
H A Dtextballoon.h60 … Q_PROPERTY(bool rightAligned READ isRightAligned WRITE setRightAligned NOTIFY rightAlignedChanged)
68 void setRightAligned(bool rightAligned);
71 bool rightAligned;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/media/
H A Dhistory_view_media_unwrapped.cpp115 const auto rightAligned = _parent->hasOutLayout() in draw() local
126 if (rightAligned) { in draw()
135 const auto useh = rightAligned in draw()
186 const auto rightAligned = _parent->hasOutLayout() in drawSurrounding() local
250 const auto rightAligned = _parent->hasOutLayout() in pointState() local
261 if (rightAligned) { in pointState()
272 const auto useh = rightAligned in pointState()
291 const auto rightAligned = _parent->hasOutLayout() in textState() local
302 if (rightAligned) { in textState()
311 const auto useh = rightAligned in textState()
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/emicklei/proto/
H A Dfield.go80 …cols = append(cols, rightAligned(f.Type), alignedSpace, leftAligned(f.Name), alignedEquals, rightA…
186 rightAligned(f.KeyType),
190 rightAligned(f.Name),
192 rightAligned(strconv.Itoa(f.Sequence)))
H A Doneof.go134 rightAligned(o.Type),
138 rightAligned(strconv.Itoa(o.Sequence)))
H A Doption.go70 return append(cols, rightAligned(name), equals, rightAligned(o.Constant.String()))
H A Daligned.go45 func rightAligned(src string) aligned { return aligned{src, false, true} } func
/dports/textproc/miller/miller-5.10.2/go/src/output/
H A Drecord_writer_pprint.go20 rightAligned bool member
31 rightAligned: writerOptions.RightAlignedPprintOutput,
156 if !this.rightAligned {
182 if !this.rightAligned {
254 if !this.rightAligned {
287 if !this.rightAligned {
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/examples/quick/customitems/painteditem/
H A Dpainteditem.py59 def rightAligned(self): member in TextBalloon
62 @rightAligned.setter
79 if self.rightAligned:
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/examples/quick/customitems/painteditem/
H A Dpainteditem.py59 def rightAligned(self): member in TextBalloon
62 @rightAligned.setter
79 if self.rightAligned:
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/examples/quick/customitems/painteditem/
H A Dpainteditem.py59 def rightAligned(self): member in TextBalloon
62 @rightAligned.setter
79 if self.rightAligned:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Dwebmenurunner_mac.h44 rightAligned:(BOOL)rightAligned;
H A Dwebmenurunner_mac.mm27 rightAligned:(BOOL)rightAligned {
33 _rightAligned = rightAligned;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dwebmenurunner_mac.h44 rightAligned:(BOOL)rightAligned;
H A Dwebmenurunner_mac.mm28 rightAligned:(BOOL)rightAligned {
34 _rightAligned = rightAligned;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/input/
H A DSelectPopupDropdown.java31 View anchorView, List<SelectPopupItem> items, int[] selected, boolean rightAligned, in SelectPopupDropdown() argument
49 mDropdownPopupWindow.setRtl(rightAligned); in SelectPopupDropdown()
H A DSelectPopup.java135 int[] enabled, boolean multiple, int[] selectedIndices, boolean rightAligned) { in show() argument
157 popupItems, selectedIndices, rightAligned, mWebContents); in show()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_emoji_interactions.cpp187 const auto rightAligned = view->hasOutLayout() in computeRect() local
189 const auto left = rightAligned in computeRect()
205 const auto rightAligned = play.view->hasOutLayout() in paint() local
207 if (!rightAligned) { in paint()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Arch/
H A DArchText.h33 ArchText* archTextCreate(int height, int color, int rightAligned);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Ddisplaysettingspage.cpp112 else if (m_ui.rightAligned->isChecked()) in settingsFromUI()
144 case AnnotationAlignment::RightSide: m_ui.rightAligned->setChecked(true); break; in settingsToUI()
/dports/science/openbabel/openbabel-3.1.1/include/openbabel/
H A Dalias.h70 std::string GetAlias(bool rightAligned = false) const;
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dalias.cpp37 std::string AliasData::GetAlias(bool rightAligned)const in GetAlias()
39 if(rightAligned) in GetAlias()
/dports/ports-mgmt/portal/portal-0.4/
H A Dui.cc249 gfx::Style rightAligned; in updatePkgListPane() local
250 rightAligned.align = gfx::Style::Alignment::right; in updatePkgListPane()
262 pane_[pkgList]->print(pkgVersions, rightAligned); in updatePkgListPane()
/dports/science/openbabel/openbabel-3.1.1/src/depict/
H A Ddepict.cpp566 bool rightAligned = false; in DrawMolecule() local
569 rightAligned = true; in DrawMolecule()
641 ss <<ad->GetAlias(rightAligned); in DrawMolecule()
680 if (hCount && rightAligned) in DrawMolecule()
682 if ((hCount > 1) && rightAligned) in DrawMolecule()
685 if (hCount && !rightAligned) in DrawMolecule()
687 if ((hCount > 1) && !rightAligned) in DrawMolecule()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Theme/
H A DThemeControls.c698 …veNativeText* activeNativeTextCreate(int x, int y, ArchBitmap* bitmap, int color, int rightAligned) in activeNativeTextCreate() argument
709 activeText->archText = archTextCreate(activeText->height, color, rightAligned); in activeNativeTextCreate()
768 …ArchBitmap* bitmap, int startChar, int charCount, int width, int type, int color, int rightAligned) in activeTextCreate() argument
773 activeText->nativeText = activeNativeTextCreate(x, y, bitmap, color, rightAligned); in activeTextCreate()
789 activeText->right = rightAligned; in activeTextCreate()

12345