![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfwl_barcode.h>
Public Member Functions | |
~CFWL_Barcode () override | |
FWL_Type | GetClassID () const override |
void | Update () override |
void | DrawWidget (CFGAS_GEGraphics *pGraphics, const CFX_Matrix &matrix) override |
void | OnProcessEvent (CFWL_Event *pEvent) override |
void | SetText (const WideString &wsText) override |
void | SetTextSkipNotify (const WideString &wsText) override |
void | SetType (BC_TYPE type) |
bool | IsProtectedType () const |
void | SetModuleHeight (int32_t height) |
void | SetModuleWidth (int32_t width) |
void | SetDataLength (int32_t dataLength) |
void | SetCalChecksum (bool calChecksum) |
void | SetPrintChecksum (bool printChecksum) |
void | SetTextLocation (BC_TEXT_LOC location) |
void | SetWideNarrowRatio (int8_t ratio) |
void | SetStartChar (char startChar) |
void | SetEndChar (char endChar) |
void | SetErrorCorrectionLevel (int32_t ecLevel) |
Public Member Functions inherited from pdfium::CFWL_Edit | |
~CFWL_Edit () override | |
void | PreFinalize () override |
void | Trace (cppgc::Visitor *visitor) const override |
FWL_Type | GetClassID () const override |
CFX_RectF | GetAutosizedWidgetRect () override |
CFX_RectF | GetWidgetRect () override |
void | Update () override |
FWL_WidgetHit | HitTest (const CFX_PointF &point) override |
void | SetStates (uint32_t dwStates) override |
void | DrawWidget (CFGAS_GEGraphics *pGraphics, const CFX_Matrix &matrix) override |
void | OnProcessMessage (CFWL_Message *pMessage) override |
void | OnProcessEvent (CFWL_Event *pEvent) override |
void | OnDrawWidget (CFGAS_GEGraphics *pGraphics, const CFX_Matrix &matrix) override |
size_t | GetTextLength () const |
WideString | GetText () const |
void | ClearText () |
void | SelectAll () |
void | ClearSelection () |
bool | HasSelection () const |
std::pair< size_t, size_t > | GetSelection () const |
int32_t | GetLimit () const |
void | SetLimit (int32_t nLimit) |
void | SetAliasChar (wchar_t wAlias) |
std::optional< WideString > | Copy () |
std::optional< WideString > | Cut () |
bool | Paste (const WideString &wsPaste) |
bool | Undo () |
bool | Redo () |
bool | CanUndo () |
bool | CanRedo () |
void | NotifyTextFull () override |
void | OnCaretChanged () override |
void | OnTextWillChange (CFDE_TextEditEngine::TextChange *change) override |
void | OnTextChanged () override |
void | OnSelChanged () override |
bool | OnValidate (const WideString &wsText) override |
void | SetScrollOffset (float fScrollOffset) override |
Public Member Functions inherited from pdfium::CFWL_Widget | |
~CFWL_Widget () override | |
void | Trace (cppgc::Visitor *visitor) const override |
virtual bool | IsForm () const |
virtual CFX_RectF | GetClientRect () |
virtual void | ModifyStyleExts (uint32_t dwStyleExtsAdded, uint32_t dwStyleExtsRemoved) |
virtual void | RemoveStates (uint32_t dwStates) |
void | OnProcessMessage (CFWL_Message *pMessage) override |
void | OnProcessEvent (CFWL_Event *pEvent) override |
void | InflateWidgetRect (CFX_RectF &rect) |
void | SetWidgetRect (const CFX_RectF &rect) |
bool | IsVisible () const |
bool | IsOverLapper () const |
bool | IsPopup () const |
bool | IsChild () const |
CFWL_WidgetMgr * | GetWidgetMgr () const |
CFWL_Widget * | GetOuter () const |
CFWL_Widget * | GetOutmost () const |
void | ModifyStyles (uint32_t dwStylesAdded, uint32_t dwStylesRemoved) |
uint32_t | GetStyleExts () const |
uint32_t | GetStates () const |
CFX_PointF | TransformTo (CFWL_Widget *pWidget, const CFX_PointF &point) |
CFX_Matrix | GetMatrix () const |
IFWL_ThemeProvider * | GetThemeProvider () const |
void | SetDelegate (IFWL_WidgetDelegate *delegate) |
IFWL_WidgetDelegate * | GetDelegate () |
const IFWL_WidgetDelegate * | GetDelegate () const |
CFWL_App * | GetFWLApp () const |
uint64_t | GetEventKey () const |
void | SetEventKey (uint64_t key) |
AdapterIface * | GetAdapterIface () const |
void | SetAdapterIface (AdapterIface *pItem) |
void | RepaintRect (const CFX_RectF &pRect) |
Public Member Functions inherited from pdfium::IFWL_WidgetDelegate | |
virtual | ~IFWL_WidgetDelegate ()=default |
Public Member Functions inherited from pdfium::CFDE_TextEditEngine::Delegate | |
virtual | ~Delegate ()=default |
Public Attributes | |
CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED | |
Public Attributes inherited from pdfium::CFWL_Edit | |
CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED | |
Public Attributes inherited from pdfium::CFWL_Widget | |
CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED |
Definition at line 22 of file cfwl_barcode.h.
|
overridedefault |
|
overridevirtual |
Implements pdfium::CFWL_Widget.
Definition at line 35 of file cfwl_barcode.cpp.
|
overridevirtual |
Implements pdfium::CFWL_Widget.
Definition at line 23 of file cfwl_barcode.cpp.
bool pdfium::CFWL_Barcode::IsProtectedType | ( | ) | const |
Definition at line 78 of file cfwl_barcode.cpp.
|
overridevirtual |
Implements pdfium::IFWL_WidgetDelegate.
Definition at line 87 of file cfwl_barcode.cpp.
void pdfium::CFWL_Barcode::SetCalChecksum | ( | bool | calChecksum | ) |
Definition at line 108 of file cfwl_barcode.cpp.
void pdfium::CFWL_Barcode::SetDataLength | ( | int32_t | dataLength | ) |
Definition at line 103 of file cfwl_barcode.cpp.
void pdfium::CFWL_Barcode::SetEndChar | ( | char | endChar | ) |
Definition at line 128 of file cfwl_barcode.cpp.
void pdfium::CFWL_Barcode::SetErrorCorrectionLevel | ( | int32_t | ecLevel | ) |
Definition at line 132 of file cfwl_barcode.cpp.
void pdfium::CFWL_Barcode::SetModuleHeight | ( | int32_t | height | ) |
Definition at line 95 of file cfwl_barcode.cpp.
void pdfium::CFWL_Barcode::SetModuleWidth | ( | int32_t | width | ) |
Definition at line 99 of file cfwl_barcode.cpp.
void pdfium::CFWL_Barcode::SetPrintChecksum | ( | bool | printChecksum | ) |
Definition at line 112 of file cfwl_barcode.cpp.
void pdfium::CFWL_Barcode::SetStartChar | ( | char | startChar | ) |
Definition at line 124 of file cfwl_barcode.cpp.
|
overridevirtual |
Reimplemented from pdfium::CFWL_Edit.
Definition at line 66 of file cfwl_barcode.cpp.
void pdfium::CFWL_Barcode::SetTextLocation | ( | BC_TEXT_LOC | location | ) |
Definition at line 116 of file cfwl_barcode.cpp.
|
overridevirtual |
Reimplemented from pdfium::CFWL_Edit.
Definition at line 72 of file cfwl_barcode.cpp.
Definition at line 57 of file cfwl_barcode.cpp.
void pdfium::CFWL_Barcode::SetWideNarrowRatio | ( | int8_t | ratio | ) |
Definition at line 120 of file cfwl_barcode.cpp.
|
overridevirtual |
Implements pdfium::CFWL_Widget.
Definition at line 27 of file cfwl_barcode.cpp.
pdfium::CFWL_Barcode::CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED |
Definition at line 24 of file cfwl_barcode.h.