OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CPWL_Edit
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/pwl/
cpwl_edit.h
16
#define PWL_CLASSNAME_EDIT "
CPWL_Edit
"
44
class
CPWL_Edit
: public CPWL_EditCtrl {
46
CPWL_Edit
();
47
~
CPWL_Edit
() override;
cpwl_edit.cpp
7
#include "fpdfsdk/pwl/
cpwl_edit
.h"
32
CPWL_Edit
::
CPWL_Edit
() : m_bFocus(false) {}
34
CPWL_Edit
::~
CPWL_Edit
() {
38
ByteString
CPWL_Edit
::GetClassName() const {
42
void
CPWL_Edit
::SetText(const WideString& csText) {
82
bool
CPWL_Edit
::RePosChildWnd() {
109
CFX_FloatRect
CPWL_Edit
::GetClientRect() const {
121
void
CPWL_Edit
::SetAlignFormatV(PWL_EDIT_ALIGNFORMAT_V nFormat, bool bPaint)
[
all
...]
Completed in 324 milliseconds